Bug#349778: Documentation for pg-close-portal wrong

2006-01-25 Thread debian . mexon

Package: cl-pg
Version: 20050717-1

These two functions have identical documentation.  If they implement 
identical functionality, then one should be deleted; if they implement 
different functionality, the documentation should explain the difference:


(defgeneric pg-close-statement (connection statement-name)
  (:documentation
   Closes a prepared statement))

(defgeneric pg-close-portal (connection portal)
  (:documentation
   Closes a prepared statement))

So yes, I know that one closes a statement, while the other closes a 
portal.  But I don't know what a portal is, I don't know what close 
means (delete? forget about? prevent updates of? wrap inside a 
closure?) and pg-close-statement isn't doing what I expect it to do (I 
get errors saying that the statement already exists when I try to 
re-create it afterwards).  I don't have enough information to verify 
that the functions are doing what they're supposed to do.  They should 
certainly include references to whichever function opens the things 
that they are closing.


Also, the start of the file recommends seeing the README:

;; See the README for API documentation.

...but no README is included.  I've chased up the README from CVS, and 
in fact it provides no help here.  But it should probably be included 
anyway, with a disclaimer saying that it's out of date.


Even better, it would be nice if there was some actual real 
documentation provided, including examples of how each of the functions 
is supposed to be used.  Right now, I'm just having to guess how to use 
prepared statements, and after a couple of days of bashing my head 
against the problem I still can't get it to work.



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



Bug#344530: gnupg2: New upstream release 1.9.20

2006-01-25 Thread Matthias Urlichs
Hi,

Jan-Oliver Wagner:
 Package: gnupg2
 Version: 1.9.20-1kk1
 Severity: normal
 
please do NOT use your personal version if you report bugs to Debian.
Debian does not *have* a 1.9.20-1kk1 version of gnupg2!

 There is a new upstream release (1.9.20) which contains
 an important fix for pkcs12 import (p12-files from firefox can
 not be importet with older versions).
 
Thanks.

 We added a number of other changes/fixes into the Kolab-Konsortium
 package which might be helpful. See
 http://apt.intevation.de/dists/sarge/kontact-proko2/source/gnupg2_1.9.20-1kk2.diff.gz
 
I'll look at them.

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  [EMAIL PROTECTED]
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
 - -
Never put off till run-time what you can do at compile-time.
-- D. Gries


signature.asc
Description: Digital signature


Bug#349447: apt-proxy: patch does not work

2006-01-25 Thread Tuncer Ayaz
Hi Andreas,

my proposal to remove/disable the calls to arm() may be the
correct fix but it's hard to guess whether apt-proxy has other
problems that I'm triggering from both a Sarge and Sid apt-get
client which results in 503 errors or if it is related to the missing
arm() calls.

You say that it might be a frontend problem (apt-get). If this is
the case I'm not sure there will be a apt-proxy compatibility fix
for apt-get released to Sarge and I'm also not sure that apt-get in
Sarge is broken at all. To me apt-proxy is the point of failure,
at least with my patched-(tried-to-fix-Twisted-incompatibility)-version.

Re: The apt cache clean strangeness:
On one of my tries (with the not yet completely patched version)
apt-proxy exceptioned and apt-get failed with 503 and the only
way to install with the completely patched apt-proxy
(restarted of course) was to apt-get clean and re-download/-install
package X.
On Sarge and Sid I get 503s everytime right now with the
patched apt-proxy (especially if it needs to download dependencies)
and apt-get dist-upgrade on Sid against apt-proxy does not work at all.

Is there anyone out there where the diff I posted fixes apt-proxy
without any side-effects?

Anyway, I'm not an APT, apt-proxy or Twisted expert, so don't take
my word on it. There might be other problems I run into which are
not related to the removed arm() calls.



Bug#349687: package description badly worded

2006-01-25 Thread W. Borgert
On Wed, Jan 25, 2006 at 08:57:00AM +0900, ARAKI Yasuhiro wrote:
 I will fix description of sip-tester package ASAP.

Well, no need to hurry :-)

I found the first error in my suggested text:
equipement - equipment

An Englishperson will find more.



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



Bug#349779: libbcel-java: BCEL problem with ldc / ldc_w (AKA java.lang.VerifyError: ()V) Illegal constant pool index)

2006-01-25 Thread Matt Keenan
Package: libbcel-java
Version: 5.1-6
Severity: important
Tags: patch

This bug is fixed in the cvs HEAD branch of BCEL, could we get the fix
backported pretty please :) There are a few write ups at the following URL's.

http://forum.java.sun.com/thread.jspa?threadID=569269messageID=2814554

http://www.jpox.org/servlet/jira/browse/ENHANCER-43

https://bugs.eclipse.org/bugs/show_bug.cgi?id=62631

I don't know enough about BCEL to identify where the invalid re-write of the
bytecode opcode is happening sorry :( According to one of the posts its was
fixed in CVS sometime before Sep 25, 2005. Thanks!

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash-minimal
Kernel: Linux 2.6.13
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages libbcel-java depends on:
ii  gij [java1-runtime] 4:4.0.2-2The GNU Java bytecode interpreter
ii  gij-3.3 [java1-runtime] 1:3.3.6-7The GNU Java bytecode interpreter
ii  gij-3.4 [java1-runtime] 3.4.4-5  The GNU Java bytecode interpreter
ii  gij-4.0 [java1-runtime] 4.0.2-7j1The GNU Java bytecode interpreter
ii  kaffe   2:1.1.6.91-2 A JVM to run Java bytecode
ii  kaffe-pthreads [kaffe]  2:1.1.6.91-2 A POSIX threads enabled version of
ii  libregexp-java  1.4-2regular expression library for Jav

libbcel-java recommends no packages.

-- no debconf information


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



Bug#295579: taking over orphaned packages

2006-01-25 Thread Matej Vela
retitle 295579 O: docbook-defguide -- DocBook: The Definitive Guide - HTML 
version
noowner 295579
retitle 295580 O: docbook-ebnf -- EBNF module for the XML version of the 
DocBook DTD
noowner 295580
thanks

On Thu, Oct 27, 2005 at 11:47:43 +0200, Matej Vela wrote:
 On Mon, Aug 15, 2005 at 20:30:03 -0500, Ardo van Rangelrooij wrote:
 Matej Vela ([EMAIL PROTECTED]) wrote:
 Do you still intend to adopt these?  (This is just a ping, I'm not
 interested in adopting them myself.)

 Yes, that's still the plan.  I've been way too busy with work the last couple
 of months, so Debian things had to be put on the backburner.  I'm slowly
 picking things up again.

 Well, here's another semi-automatic reminder. :-)

I haven't heard back from you, so I'm assuming you're no longer
interested.  If you are, feel free to retitle the bug again.

Thanks,

Matej


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



Bug#349697: syslog-ng: Logs infinitely the same message when priority is crit

2006-01-25 Thread Laurent CARON

Steve Langasek a écrit :

On Tue, Jan 24, 2006 at 07:20:50PM +0100, Laurent CARON wrote:


Package: syslog-ng
Version: 1.9.8
Severity: critical
Justification: breaks the whole system




Installed latest syslog-ng from unstable.




When an event of priority crit is logged it is repeated until
/var/log/syslog reaches 2Gb (2048Mb), and then the syslog-ng process
dies.



Are you sure that this is a single event being logged repeatedly, as opposed
to repeated critical events?


yes
when issuing logger -p crit junk





Reverted to latest stable version, all is now fine.



So after reverting, you're getting a single critical event logged?


yes





Strange thing is it only happens on one of my computers.



All running the same version, and all receiving critical events?


yes

syslog-ng.conf attached
#
# Configuration file for syslog-ng under Debian
#
# attempts at reproducing default syslog behavior

# the standard syslog levels are (in descending order of priority):
# emerg alert crit err warning notice info debug
# the aliases error, panic, and warn are deprecated
# the none priority found in the original syslogd configuration is
# only used in internal messages created by syslogd


##
# options

options {
# disable the chained hostname format in logs
# (default is enabled)
chain_hostnames(0);

# the time to wait before a died connection is re-established
# (default is 60)
time_reopen(10);

# the time to wait before an idle destination file is closed
# (default is 60)
time_reap(360);

# the number of lines buffered before written to file
# you might want to increase this if your disk isn't catching with
# all the log messages you get or if you want less disk activity
# (say on a laptop)
# (default is 0)
#sync(0);

# the number of lines fitting in the output queue
log_fifo_size(65536);

# enable or disable directory creation for destination files
create_dirs(yes);

# default owner, group, and permissions for log files
# (defaults are 0, 0, 0600)
#owner(root);
group(adm);
perm(0640);

# default owner, group, and permissions for created directories
# (defaults are 0, 0, 0700)
#dir_owner(root);
#dir_group(root);
dir_perm(0755);

# enable or disable DNS usage
# syslog-ng blocks on DNS queries, so enabling DNS may lead to
# a Denial of Service attack
# (default is yes)
use_dns(yes);

keep_hostname(yes);
# maximum length of message in bytes
# this is only limited by the program listening on the /dev/log Unix
# socket, glibc can handle arbitrary length log messages, but -- for
# example -- syslogd accepts only 1024 bytes
# (default is 2048)
#log_msg_size(2048);
};


##
# sources

# all known message sources
source s_all {
# message generated by Syslog-NG
internal();
# standard Linux log source (this is the default place for the syslog()
# function to send logs to)
unix-stream(/dev/log);
# messages from the kernel
file(/proc/kmsg log_prefix(kernel: ));
# use the following line if you want to receive remote UDP logging 
messages
# (this is equivalent to the -r syslogd flag)
udp();
};


##
# destinations

# some standard log files
destination df_auth { file(/var/log/auth.log); };
destination df_syslog { file(/var/log/syslog); };
destination df_cron { file(/var/log/cron.log); };
destination df_daemon { file(/var/log/daemon.log); };
destination df_kern { file(/var/log/kern.log); };
destination df_lpr { file(/var/log/lpr.log); };
destination df_mail { file(/var/log/mail.log); };
destination df_user { file(/var/log/user.log); };
destination df_uucp { file(/var/log/uucp.log); };

# these files are meant for the mail system log files
# and provide re-usable destinations for {mail,cron,...}.info,
# {mail,cron,...}.notice, etc.
destination df_facility_dot_info { file(/var/log/$FACILITY.info); };
destination df_facility_dot_notice { file(/var/log/$FACILITY.notice); };
destination df_facility_dot_warn { file(/var/log/$FACILITY.warn); };
destination df_facility_dot_err { file(/var/log/$FACILITY.err); };
destination df_facility_dot_crit { file(/var/log/$FACILITY.crit); };

# these files are meant for the news system, and are kept separated
# because they should be owned by news instead of root
destination df_news_dot_notice { file(/var/log/news/news.notice 
owner(news)); };
destination df_news_dot_err { file(/var/log/news/news.err owner(news)); };
destination df_news_dot_crit { file(/var/log/news/news.crit owner(news)); };

# some more classical and useful files found in standard syslog configurations
destination df_debug { file(/var/log/debug); };
destination df_messages { 

Bug#349780: evince: new version available

2006-01-25 Thread Frederic-Emmanuel PICCA
Package: evince
Version: 0.4.0-1
Severity: wishlist


hello the evince 0.5.0 is available since the 19th January.

ftp://ftp.gnome.org/pub/gnome/sources/evince/0.5/evince-0.5.0.tar.bz2

maybe it fixes some present bugs.

Have a nice day.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686-smp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages evince depends on:
ii  gconf2 2.12.1-8  GNOME configuration database syste
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.10.3-1  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libbonobo2-0   2.10.1-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.10.1-1  The Bonobo UI library
ii  libc6  2.3.5-8   GNU C Library: Shared libraries an
ii  libcairo2  1.0.2-3   The Cairo 2D vector graphics libra
ii  libdjvulibre15 3.5.16-2  Runtime support for the DjVu image
ii  libesd00.2.36-3  Enlightened Sound Daemon - Shared 
ii  libfontconfig1 2.3.2-1.1 generic font configuration library
ii  libfreetype6   2.1.7-2.4 FreeType 2 font engine, shared lib
ii  libgconf2-42.12.1-8  GNOME configuration database syste
ii  libgcrypt111.2.2-1   LGPL Crypto library - runtime libr
ii  libglade2-01:2.5.1-2 library to load .glade files at ru
ii  libglib2.0-0   2.8.5-1   The GLib library of C routines
ii  libgnome-keyring0  0.4.6-2   GNOME keyring services library
ii  libgnome2-02.10.1-1  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.12.0-2  A powerful object-oriented display
ii  libgnomeprint2.2-0 2.12.1-3  The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0   2.12.1-2  GNOME 2.2 print architecture User 
ii  libgnomeui-0   2.10.1-1  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.10.1-5  The GNOME virtual file-system libr
ii  libgnutls111.0.16-14 GNU TLS library - runtime library
ii  libgpg-error0  1.1-4 library for common error values an
ii  libgtk2.0-02.8.10-1  The GTK+ graphical user interface 
ii  libice66.8.2.dfsg.1-11   Inter-Client Exchange library
ii  libjpeg62  6b-11 The Independent JPEG Group's JPEG 
ii  libkpathsea3   2.1-1 path search library for teTeX (run
ii  libnautilus-extension1 2.10.1-5  libraries for nautilus components 
ii  liborbit2  1:2.12.4-1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.10.2-1  Layout and rendering of internatio
ii  libpng12-0 1.2.8rel-5PNG library - runtime
ii  libpoppler0c2  0.4.4-1   PDF rendering library
ii  libpoppler0c2-glib 0.4.4-1   PDF rendering library (GLib-based 
ii  libpopt0   1.7-5 lib for parsing cmdline parameters
ii  libsm6 6.8.2.dfsg.1-11   X Window System Session Management
ii  libstdc++6 4.0.2-5   The GNU Standard C++ Library v3
ii  libtasn1-2 0.2.17-1  Manage ASN.1 structures (runtime)
ii  libtiff4   3.7.4-1   Tag Image File Format (TIFF) libra
ii  libx11-6   6.8.2.dfsg.1-11   X Window System protocol client li
ii  libxml22.6.23.dfsg.1-0.1 GNOME XML library
ii  libxrender11:0.9.0.2-1   X Rendering Extension client libra
ii  xlibs  6.8.2.dfsg.1-11   X Window System client libraries m
ii  zlib1g 1:1.2.3-9 compression library - runtime

evince recommends no packages.

-- no debconf information


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



Bug#305325: checkstyle: Antlr dependency should be == 2.7.2

2006-01-25 Thread Michael Koch
Hello,


Is this problem still reproducable? I think it was fixed by some earlier
antlr or ant upload as I cant reproduce it.


Cheers,
Michael
-- 
Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html

Join the community at http://planet.classpath.org/


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



Bug#347832: Bug#349693: ITP: gst-fluendo-mp3 -- MP3 decoder plugin for GStreamer

2006-01-25 Thread Josselin Mouette
Le mercredi 25 janvier 2006 à 17:08 +1100, Russell Coker a écrit :
 On Wednesday 25 January 2006 12:10, Joe Wreschnig [EMAIL PROTECTED] wrote:
   2) We take the patent issue seriously, and drop all MP3 support.
 
 MP3 software does not belong in Debian/main.  Unlike many patents the MPEG 
 patents probably have a good basis.
 
 Any software which is based on Frauhoffer patents (MP3 and other similar 
 encoding systems) should be on an external archive.

We are talking about a MP3 *decoding* plugin. Like the ones we already
have in so many packages we have stopped counting.
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
   `-  Debian GNU/Linux -- The power of freedom




Bug#349693: ITP: gst-fluendo-mp3 -- MP3 decoder plugin for GStreamer

2006-01-25 Thread Loïc Minier
Hi,

On Tue, Jan 24, 2006, Joe Wreschnig wrote:
 AFAIK that's only if you want to distribute their binary. If you want to
 distribute their source, then that's just the MIT license.

 Yes, that's how I see it too.

 Plenty of GPLd applications in Debian still use GStreamer, so this
 doesn't solve a real problem.

 I think MAD support is in the ugly plugins precisely because it has a
 GPL dep (libmad).  The fluendo mp3 plugin does not taint GStreamer.

 #317129 relates a similar problem.

  1) -ugly get past NEW, we get MAD, users get MP3 decoding, situation
 stays as its been for years, or 
  2) We take the patent issue seriously, and drop all MP3 support.
 (Speaking with my hat as a DD, and as upstream maintainer of an MP3
 player that uses GStreamer and doesn't want to deal with two sets of MP3
 decoding bugs.)

 I agree in general with your opinion, but I want to emphasize that I'm
 not preparing fluendo-mp3 _because_ ugly is still in NEW.  It's only
 the more open license of fluendo-mp3 which motivated this decision.

   Cheers,
-- 
Loïc Minier [EMAIL PROTECTED]
Current Earth status:   NOT DESTROYED



Bug#349782: bash completion support for profile names

2006-01-25 Thread Stefano Zacchiroli
Package: unison
Version: 2.13.16-4
Severity: wishlist

It would be lovely to have tab completion for unison's profile names.
Sorry, no time to write the needed bash function right now.

Cheers.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)

Versions of packages unison depends on:
ii  libc6 2.3.5-12   GNU C Library: Shared libraries an

Versions of packages unison recommends:
ii  openssh-client [ssh-client]   1:4.2p1-5  Secure shell client, an rlogin/rsh

-- no debconf information


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



Bug#346093: yaird: Not all md devices in /dev/ after boot

2006-01-25 Thread clif
Hi,

I ran into this also, the problem seems to be an inconsistant mdadm.conf.
Check the arrays to make sure that all the identities are correct. like
the UUIDs and Devices.

The key lines in /etc/init.d/mdadm-raid are:

if [ -f $CONFIG ]  [ -x $MDADM ] ; then
   $MDADM -A -s -a
elif [ -x $MDRUN ] ; then
$MDRUN

The -s means scan the conf file for devices to assemble.

You also can do a mdadm -E -s to generate a good start on the conf file
though it probably still needs the DEVICE Partitions line. Also I
couldn't see that auto=md made any differnce.

Ciao,
Clif






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



Bug#349784: krusader: Krusader Krashes upon selecting user home directory and from then on.

2006-01-25 Thread Scott
Package: krusader
Version: 1.60.0-3.1
Severity: important


After having selected my home directory it crashed.  Then when I 
attempted to restart it, it crashed again.

Backtrace from original crash follows:


(no debugging symbols found)
Using host libthread_db library /lib/tls/libthread_db.so.1.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1237325088 (LWP 27056)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[KCrash handler]
#3  0x08126c66 in QStrList::~QStrList ()
#4  0xb6d1a2df in QListViewPrivate::SortableItem::cmp ()
   from /usr/lib/libqt-mt.so.3
#5  0xb6d1a327 in QListViewPrivate::SortableItem::operator ()
   from /usr/lib/libqt-mt.so.3
#6  0xb6d1b3a6 in qHeapSortPushDownQListViewPrivate::SortableItem ()
   from /usr/lib/libqt-mt.so.3
#7  0xb6d1b5ff in qHeapSortHelperQListViewPrivate::SortableItem*, 
QListViewPrivate::SortableItem () from /usr/lib/libqt-mt.so.3
#8  0xb6d1b6a0 in qHeapSortQListViewPrivate::SortableItem* ()
   from /usr/lib/libqt-mt.so.3
#9  0xb6d177c6 in QListViewItem::sortChildItems () from 
/usr/lib/libqt-mt.so.3
#10 0xb6d0220b in QListViewItem::enforceSortOrder ()
   from /usr/lib/libqt-mt.so.3
#11 0xb6d01448 in QListView::firstChild () from /usr/lib/libqt-mt.so.3
#12 0xb751ba54 in KListView::setSorting () from /usr/lib/libkdeui.so.4
#13 0x08129da0 in QStrList::~QStrList ()
#14 0x0811260c in QPtrListKFileItem::~QPtrList ()
#15 0x08113bfe in QPtrListKFileItem::~QPtrList ()
#16 0x0811c71d in QPtrListKFileItem::~QPtrList ()
#17 0xb6c0db57 in QObject::activate_signal () from 
/usr/lib/libqt-mt.so.3
#18 0xb6c0e63b in QObject::activate_signal () from 
/usr/lib/libqt-mt.so.3
#19 0x0813bf9d in QValueListPrivateKURL::remove ()
#20 0x0813c0b8 in QValueListPrivateKURL::remove ()
#21 0x08109be7 in QBitmap::~QBitmap ()
#22 0x0810a0c8 in QBitmap::~QBitmap ()
#23 0x0810b7aa in QBitmap::~QBitmap ()
#24 0xb6c0db57 in QObject::activate_signal () from 
/usr/lib/libqt-mt.so.3
#25 0xb6c0e63b in QObject::activate_signal () from 
/usr/lib/libqt-mt.so.3
#26 0xb6f9fd55 in QTimer::timeout () from /usr/lib/libqt-mt.so.3
#27 0xb6c330b4 in QTimer::event () from /usr/lib/libqt-mt.so.3
#28 0xb6ba3698 in QApplication::internalNotify () from 
/usr/lib/libqt-mt.so.3
#29 0xb6ba38b6 in QApplication::notify () from /usr/lib/libqt-mt.so.3
#30 0xb73338ae in KApplication::notify () from /usr/lib/libkdecore.so.4
#31 0xb6b335e5 in QApplication::sendEvent () from 
/usr/lib/libqt-mt.so.3
#32 0xb6b9498c in QEventLoop::activateTimers () from 
/usr/lib/libqt-mt.so.3
#33 0xb6b4735c in QEventLoop::processEvents () from 
/usr/lib/libqt-mt.so.3
#34 0xb6bbbda2 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#35 0xb6bbbccb in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#36 0xb6ba2225 in QApplication::exec () from /usr/lib/libqt-mt.so.3
#37 0x08081db0 in QMapPrivateQString, QString::QMapPrivate ()
#38 0xb6435ed0 in __libc_start_main () from /lib/tls/libc.so.6
#39 0x0807b631 in ?? ()


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  

Bug#348054: xserver-xorg: [ati/radeon] Desktop window corrupted with ghost images

2006-01-25 Thread Michel Dänzer
On Tue, 2006-01-24 at 21:26 +, Mark Brown wrote:
 On Tue, Jan 24, 2006 at 12:11:22PM +0100, Michel Dänzer wrote:
 
* Option RenderAccel off
 
 This seemed to fix the ghosting problems but nothing else.

Okay. Now, are you sure that EXA was enabled when you saw the ghosting
with Option AccelMethod EXA as well? As noted in the other bug you
mentioned, there's a known upstream bug in XAA
(https://bugs.freedesktop.org/show_bug.cgi?id=4456) that causes a
ghosting effect in the desktop rendered by Nautilus.

If you really see the ghosting with EXA enabled, are the symptoms the
same as with XAA? Otherwise, there might be a different bug in EXA
causing similar symptoms.


* Option UseFBDev (will only have an effect if radeonfb is
  active in the kernel)
 
 I don't have radeonfb loaded so I didn't try this.

Would it be a lot of effort to load radeonfb and try it?


  Otherwise, did everything work fine with xserver-xorg 6.8.x? If so, can
  you please also provide a log file from that.
 
 The ghosting wasn't there but the other issues were.  Do you need the
 log given the above?

Might still be interesting.


-- 
Earthling Michel Dänzer  | Debian (powerpc), X and DRI developer
Libre software enthusiast|   http://svcs.affero.net/rm.php?r=daenzer



Bug#347832: Bug#349693: ITP: gst-fluendo-mp3 -- MP3 decoder plugin for GStreamer

2006-01-25 Thread Russell Coker
On Wednesday 25 January 2006 17:40, Joe Wreschnig [EMAIL PROTECTED] wrote:
 On Wed, 2006-01-25 at 17:08 +1100, Russell Coker wrote:
  MP3 software does not belong in Debian/main.  Unlike many patents the
  MPEG patents probably have a good basis.

 To make it clear, this is a *radical* divergence from our previous
 position. If other distributions start shipping the Fluendo plugin, it
 is also a major step backwards in usability.

Have we consulted a lawyer about this?

  As far as I am aware OGG media is a good alternative to MPEG in every
  technical measure.  OGG is not as well supported by 3rd party devices (no
  support in iPod for example) but there are devices which support it
  (iRiver as an example - incidentally the iRiver gives better sound
  quality according to the experts and allows recording so is better than
  the iPod anyway).

 It's clear to me you've never had to use an iRiver's Ogg support. It
 fails outside a limited bitrate range, drains battery faster, does not
 read metadata, and is not available on all devices. Newer iRivers also
 use a proprietary communications protocol that is not yet supported in
 Debian. Finally, the recording is MP3 only.

iRiver will have more incentive to support OGG well if Linux distributions 
take a stand on this issue.

  By continuing to support MPEG in Debian/main we are decreasing the
  support of OGG.

 By continuing to support MS Word .doc in Debian/main, we are decreasing
 the support of OpenDocument. So what? Users have millions, billions of
 files in these formats. If we can support them, we should.

If there was a patent on the MS file formats then I would advocate removing 
support from Debian.

  This also applies to mpc123.

 The Musepack developers are of the opinion that they no longer infringe
 on any patents, as the algorithm has diverged wildly from the MPEG-1
 Layer 2 algorithm upon which it is based. It's on at least as good legal
 ground as every other audio format in Debian. So please leave it out of
 this discussion.

Do we have any legal advice on this?


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



Bug#315236: tag bugs pending

2006-01-25 Thread Holger Levsen
Hi,

On Wednesday 25 January 2006 08:51, you wrote:
 You intend to adopt tuxtype?  (This is just a ping, I'm not interested
 in adopting it myself.)

Yes. 

I've tagged 8 bugs in tuxtype pending for a reason :-)

The 1.5.3 package is almost ready, but I still want to polish it a bit, an 
upload (to mentors.d.n first) should happen on friday I would guess.
I've also contacted upstream and got some feedback.


regards,
Holger


pgpt13CofspKh.pgp
Description: PGP signature


Bug#349749: main-menu: Add pre and post scripts execution for a menu item

2006-01-25 Thread sferriol

hello
i will try to explain why i commit this patch.
i'm testing a new lowmem level which interacts between each menu items.
so, instead of creating lots of micro udebs, i use this method to easily 
add the scripts for main-menu


but if it is useful only for lowmem, we can remove it

sylvain


smime.p7s
Description: S/MIME Cryptographic Signature


Bug#349785: akregator: feed archiving: disable archiving does not work

2006-01-25 Thread Shai Berger
Package: akregator
Version: 4:3.5.0-5
Severity: normal


I follow several feeds, for some of which I do not
wish to retain the entries once I've read them, nor
once I've restarted Kontact (where I run aKregator).

Until 3.5.0, setting the feed archiving property (in
edit feed, the second tab) to disable archiving did
just what I want. But since I upgraded last week, all
the old entries are kept, and I need to delete them manually.

While this problem is bigger than cosmetic, I understand
that it should be rather low priority, as no real harm is
done.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages akregator depends on:
ii  kdelibs4c2a   4:3.5.0-3  core libraries for all KDE applica
ii  libc6 2.3.5-12   GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-7  GCC support library
ii  libkdepim1a   4:3.5.0-5  KDE PIM library
ii  libqt3-mt 3:3.3.5-3  Qt GUI Library (Threaded runtime v
ii  libstdc++64.0.2-7The GNU Standard C++ Library v3

akregator recommends no packages.

-- no debconf information


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



Bug#349786: phpmyadmin: Import_Blacklist Variable Overwrite Vulnerability

2006-01-25 Thread Stephen Gran
Package: phpmyadmin
Severity: grave
Justification: user security hole

http://www.securityfocus.com/bid/15761/info

I see several other things fixed recently, butnot this one, so I
thought I would pass it along.  If it is already fixed and I missed
it, then I am sorry for the noise.

Upstream says this is fixed 2.7 -pl1, but it appears unstable has 2.7,
so even sid may be vulnerable right now.

Take care,

-- System Information:
Debian Release: 3.1
Architecture: powerpc (ppc)
Kernel: Linux 2.6.8-powerpc
Locale: LANG=en_US.ISO-8859-1, LC_CTYPE=en_US.ISO-8859-1 (charmap=ISO-8859-1) 
(ignored: LC_ALL set to en_US.ISO-8859-1)


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



Bug#349787: quanta: The default word is not colored as switch and case in PHP source code

2006-01-25 Thread Ferenczi Viktor
Package: quanta
Version: 4:3.4.3-2
Severity: minor


Enter a switch block into PHP source:

switch($v) {
case 1:
echo 'is 1';
break;
default:
echo 'not 1';
}

The default word will not be colored as switch and case (remain black).


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-sirius-20051219-0354
Locale: LANG=hu_HU, LC_CTYPE=hu_HU (charmap=ISO-8859-2)

Versions of packages quanta depends on:
ii  kdelibs4c2a4:3.4.3-2 core libraries for all KDE applica
ii  kfilereplace   4:3.4.3-2 batch search-and-replace component
ii  klinkstatus4:3.4.3-2 web link validity checker for KDE
ii  kommander  4:3.4.3-2 visual dialog builder and executor
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libaudio2  1.7-3 The Network Audio System (NAS). (s
ii  libc6  2.3.5-12  GNU C Library: Shared libraries an
ii  libfam02.7.0-8   client library to control the FAM 
ii  libfontconfig1 2.3.2-1.1 generic font configuration library
ii  libfreetype6   2.1.10-1  FreeType 2 font engine, shared lib
ii  libgcc11:4.0.2-7 GCC support library
ii  libice66.9.0.dfsg.1-4Inter-Client Exchange library
ii  libidn11   0.5.18-1  GNU libidn library, implementation
ii  libjpeg62  6b-11 The Independent JPEG Group's JPEG 
ii  libpcre3   6.4-1.1   Perl 5 Compatible Regular Expressi
ii  libpng12-0 1.2.8rel-5PNG library - runtime
ii  libqt3-mt  3:3.3.5-3 Qt GUI Library (Threaded runtime v
ii  libsm6 6.9.0.dfsg.1-4X Window System Session Management
ii  libstdc++6 4.0.2-7   The GNU Standard C++ Library v3
ii  libx11-6   6.9.0.dfsg.1-4X Window System protocol client li
ii  libxcursor11.1.3-1   X cursor management library
ii  libxext6   6.9.0.dfsg.1-4X Window System miscellaneous exte
ii  libxft22.1.7-1   FreeType-based font drawing librar
ii  libxi6 6.9.0.dfsg.1-4X Window System Input extension li
ii  libxinerama1   6.9.0.dfsg.1-4X Window System multi-head display
ii  libxml22.6.23.dfsg.1-0.1 GNOME XML library
ii  libxrandr2 6.9.0.dfsg.1-4X Window System Resize, Rotate and
ii  libxrender11:0.9.0.2-1   X Rendering Extension client libra
ii  libxslt1.1 1.1.15-2  XSLT processing library - runtime 
ii  libxt6 6.9.0.dfsg.1-4X Toolkit Intrinsics
ii  quanta-data4:3.4.3-2 data files for Quanta Plus web dev
ii  tidy   20050415-1HTML syntax checker and reformatte
ii  zlib1g 1:1.2.3-9 compression library - runtime

Versions of packages quanta recommends:
pn  cervisia  none (no description available)
pn  docbook-defguide  none (no description available)
ii  gnupg 1.4.2-2GNU privacy guard - a free PGP rep
ii  kompare   4:3.4.3-1  a KDE GUI for viewing differences 
ii  kxsldbg   4:3.4.3-2  graphical XSLT debugger for KDE
pn  phpdocnone (no description available)
pn  wdg-html-referencenone (no description available)

-- no debconf information


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



Bug#268299: More info

2006-01-25 Thread Fabio Tranchitella
tag 268299 + moreinfo
thanks

Could you please give me more information about your bug report #268299
about psycopg (http://bugs.debian.org/268299)

Thanks,

-- 
Fabio Tranchitella [EMAIL PROTECTED].''`.
Proud Debian GNU/Linux developer, admin and user.: :'  :
 `. `'`
   http://people.debian.org/~kobold/   `-
_
1024D/7F961564, fpr 5465 6E69 E559 6466 BF3D 9F01 2BF8 EE2B 7F96 1564


signature.asc
Description: This is a digitally signed message part


Bug#285159: ITA: display-dhammapada -- Displays verses from the Dhammapada.

2006-01-25 Thread Jakub Nadolny
retitle 285159 ITA: display-dhammapada -- Displays verses from the Dhammapada.
owner 285159 [EMAIL PROTECTED]
thanks

As a buddhist I am interested in adopting the package if it is possible
:)

Jakub Nadolny


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



Bug#315236: tag bugs pending

2006-01-25 Thread Matej Vela
retitle 315236 ITA: tuxtype -- Educational Typing Tutor Game Starring Tux
owner 315236 Holger Levsen [EMAIL PROTECTED]
thanks

On Wed, Jan 25, 2006 at 10:06:32 +0100, Holger Levsen wrote:
 On Wednesday 25 January 2006 08:51, you wrote:
 You intend to adopt tuxtype?  (This is just a ping, I'm not interested
 in adopting it myself.)

 Yes. 

 I've tagged 8 bugs in tuxtype pending for a reason :-)

OK, I thought you might be going for a QA upload.

 The 1.5.3 package is almost ready, but I still want to polish it a bit, an 
 upload (to mentors.d.n first) should happen on friday I would guess.
 I've also contacted upstream and got some feedback.

Great, it'll be good to have the RC bugs fixed.

Thanks,

Matej


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



Bug#349749: main-menu: Add pre and post scripts execution for a menu item

2006-01-25 Thread sferriol

sferriol a écrit :

hello
i will try to explain why i commit this patch.
i'm testing a new lowmem level which interacts between each menu items.
so, instead of creating lots of micro udebs, i use this method to easily 
add the scripts for main-menu


but if it is useful only for lowmem, we can remove it

sylvain
this patch is a generic way to add pre/post hooks for menu items, 
instead of building this in each menu items udebs. And building udeb 
with only one postinst script in it


smime.p7s
Description: S/MIME Cryptographic Signature


Bug#349780: evince: new version available

2006-01-25 Thread Sebastien Bacher
Le mercredi 25 janvier 2006 à 09:23 +0100, Frederic-Emmanuel PICCA a
écrit :
 Package: evince
 Version: 0.4.0-1
 Severity: wishlist
 
 
 hello the evince 0.5.0 is available since the 19th January.
 
 ftp://ftp.gnome.org/pub/gnome/sources/evince/0.5/evince-0.5.0.tar.bz2
 
 maybe it fixes some present bugs.

hi,

it requires poppler 0.5.0 which is quite bugged (weird fonts, crashes,
etc)...





Bug#349447: apt-proxy: patch does not work

2006-01-25 Thread Andreas Pakulat
On 25.01.06 09:11:54, Tuncer Ayaz wrote:
 my proposal to remove/disable the calls to arm() may be the
 correct fix but it's hard to guess whether apt-proxy has other
 problems that I'm triggering from both a Sarge and Sid apt-get
 client which results in 503 errors or if it is related to the missing
 arm() calls.

As I said before, the missing arm calls produced warnings with twisted
2.0 and did nothing in twisted 1.3.

Now apart from that: apt-proxy had several issues in the past and
besides my own system here probably still has issues.

 You say that it might be a frontend problem (apt-get). If this is
 the case I'm not sure there will be a apt-proxy compatibility fix
 for apt-get released to Sarge and I'm also not sure that apt-get in
 Sarge is broken at all. To me apt-proxy is the point of failure,
 at least with my patched-(tried-to-fix-Twisted-incompatibility)-version.

You never mentioned Sarge Systems, of course their apt-get should be Ok
and thus the failure probably lies on apt-proxy side, however it can't
be the removed arm() callls, it just can't. If apt-proxy doesn't work
for you anymore, turn on debugging and file a bugreport. Though honestly
I don't think anyone has time/cares ATM for apt-proxy

 Re: The apt cache clean strangeness:
 On one of my tries (with the not yet completely patched version)
 apt-proxy exceptioned and apt-get failed with 503 and the only
 way to install with the completely patched apt-proxy
 (restarted of course) was to apt-get clean and re-download/-install
 package X.

Then apt-get thought the package it downloaded from apt-proxy was
already completely downloaded but it wasn't or apt-proxy produced
garbage in the file it sent. From this description it might be
an apt-proxy problem, especially when comparing apt-proxy's bugginess to
the one of apt-get...

 On Sarge and Sid I get 503s everytime right now with the
 patched apt-proxy (especially if it needs to download dependencies)
 and apt-get dist-upgrade on Sid against apt-proxy does not work at all.

So, as I said above turn on debugging and see where that takes you. BTW:
Does the old apt-proxy work in tahose cases, i.e. the one with
arm-calls and an older twisted? 

 Is there anyone out there where the diff I posted fixes apt-proxy
 without any side-effects?

It works here, though I did not yet check my http-backends. If you're
interested in those results I can test them on the weekend and let you
know how it goes. I suspect that the new twisted-web package might have
broken apt-proxy's http backend. The tests I did so far were always
using ftp-backends

 Anyway, I'm not an APT, apt-proxy or Twisted expert, so don't take
 my word on it. There might be other problems I run into which are
 not related to the removed arm() calls.

That's all I wanted to clarify, it _can't_ be related to the arm calls,
as they practically weren't there before the new twisted. But it can be
related to the twisted, though probably not to the Defer-stuff, but
something else.

Andreas

-- 
You too can wear a nose mitten.


pgpyZwnwjp2kk.pgp
Description: PGP signature


Bug#349788: New upstream version 1.4.10 available

2006-01-25 Thread Frans Pop
Package: silo
Severity: wishlist
Tags: d-i

I've noticed that a new version of silo is available.

Find attached a patch that will allow this version to be uploaded for 
Debian. I've updated the packaging to fix some of the lintian warnings 
(see #337303), but not all as it would mean completely changing the 
packaging.

The proposed changelog would be:
  * New upstream release. Closes: #306012.
  * Update debconf compatibility level to 5.
  * Fix lintian warning for multiline-field build-depends.

We would very much appreciate an upload soon as it would be very nice to 
have the fix for the missing message text in the upcoming Beta2 release 
for Debian Installer.

Please let me know if you have any objections to an NMU. I'm also willing 
to co-maintain silo for Debian.

Cheers,
Frans Pop

 silo (1.4.9-1) unstable; urgency=low
 
   * Upgraded to silo 1.4.9
diff -Nru /tmp/YeWjAzzGVc/silo-1.4.9/debian/control /tmp/aBWdY5kHmJ/silo-1.4.10/debian/control
--- /tmp/YeWjAzzGVc/silo-1.4.9/debian/control	2005-03-15 15:02:03.0 +0100
+++ /tmp/aBWdY5kHmJ/silo-1.4.10/debian/control	2006-01-19 15:15:30.0 +0100
@@ -2,8 +2,7 @@
 Section: base
 Priority: important
 Maintainer: Ben Collins [EMAIL PROTECTED]
-Build-Depends: e2fslibs-dev (= 1.28-1), debhelper, gcc-2.95, bzip2,
-	sparc-utils
+Build-Depends: e2fslibs-dev (= 1.28-1), debhelper (= 5.0), gcc-2.95, bzip2, sparc-utils
 Standards-Version: 3.2.1.0
 
 Package: silo
diff -Nru /tmp/YeWjAzzGVc/silo-1.4.9/debian/rules /tmp/aBWdY5kHmJ/silo-1.4.10/debian/rules
--- /tmp/YeWjAzzGVc/silo-1.4.9/debian/rules	2005-03-15 15:27:44.0 +0100
+++ /tmp/aBWdY5kHmJ/silo-1.4.10/debian/rules	2006-01-19 15:44:08.0 +0100
@@ -1,7 +1,9 @@
 #!/usr/bin/make -f
 
+export DH_COMPAT=5
+
 # the dbs rules
-TAR_DIR := silo-1.4.9
+TAR_DIR := silo-1.4.10
 include debian/scripts/dbs-build.mk
 
 CC = gcc-2.95 -m32
@@ -24,11 +26,9 @@
 	dh_clean -k
 	dh_installdirs
 
-	cd $(BUILD_TREE)  $(MAKE) DESTDIR=$(shell pwd)/debian/tmp \
+	cd $(BUILD_TREE)  $(MAKE) DESTDIR=$(shell pwd)/debian/silo \
 		install
-	install -m755 debian/local/siloconfig debian/tmp/usr/sbin/siloconfig
-
-	dh_movefiles
+	install -m755 debian/local/siloconfig debian/silo/usr/sbin/siloconfig
 
 binary-indep:
 


pgpt8XJ4s6vcs.pgp
Description: PGP signature


Bug#349789: bind9-host: MX lookup returns no result

2006-01-25 Thread Ralf Hildebrandt
Package: bind9-host
Version: 1:9.2.4-1
Severity: normal


Hi LaMont!

I cannot actually tell if it's a bug or not, but it causes quite a problem with 
postfix:

- snip 
# host -v -t mx p-net.de ns.vnet.de
Trying p-net.de
Using domain server:
Name: ns.vnet.de
Address: 195.4.192.5#53
Aliases:

;; -HEADER- opcode: QUERY, status: NOERROR, id: 33635
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;p-net.de.  IN  MX

;; AUTHORITY SECTION:
p-net.de.   86400   IN  SOA ns.vnet.de. support.iworld.de. 
2006010202 28800 7200 604800 86400

Received 85 bytes from 195.4.192.5#53 in 40 ms
--- snap ---

As you can see, the server is authoritative and returns no result for the MX 
lookup.
The Postfix on that box makes of that:

Jan 25 10:21:05 ns3 postfix/smtp[7249]: 2EFFE19402E: to=[EMAIL PROTECTED], 
relay=none, delay=0, status=bounced (mail for p-net.de loops
back to myself)

If I do the VERY SAME on my Debian/testing box, I get:

-- snip ---
# host -v -t mx p-net.de ns.vnet.de
Server: ns.vnet.de
Address: 195.4.192.5

Query about p-net.de for record types MX
Trying p-net.de ...
Query failed, 0 answers, authoritative status: no error
Authority information:
p-net.de86400   IN  SOA ns.vnet.de support.iworld.de (
2006010202  ;serial (version)
28800   ;refresh period (8 hours)
7200;retry interval (2 hours)
604800  ;expire time (1 week)
86400   ;default ttl (1 day)
)
p-net.de has no MX record at ns.vnet.de (Authoritative answer)
 snap -

So, it's a different result from the DNS.
And postfix reacts accordingly -- as expected (by me, that is):

Jan 25 10:22:26 mail postfix/smtp[20375]: 041692206A3: to=[EMAIL PROTECTED], 
relay=none, delay=1, delays=0.96/0.07/0/0,
dsn=5.4.4, status=bounced (Host or domain name not found. Name service error 
for name=p-net.de type=A: Host found but no data record of
requested type)

So, is this a bug in the resolver, libc6 or what is it?

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.15.1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages bind9-host depends on:
ii  libc6 2.3.2.ds1-22   GNU C Library: Shared libraries an
ii  libdns16  1:9.2.4-1  DNS Shared Library used by BIND
ii  libisc7   1:9.2.4-1  ISC Shared Library used by BIND
ii  libssl0.9.7   0.9.7e-3sarge1 SSL shared libraries

-- no debconf information


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



Bug#349790: caca-utils: links to libfreetype6, which is going away

2006-01-25 Thread Steve Langasek
Package: caca-utils
Version: 0.9-5
Severity: grave
Tags: patch

Hi Sam,

The caca-utils package currently depends on libfreetype6, but it does not
use it.  This dependency is being pulled in via imlib2-config --libs, which
works as designed but is *not* a correct tool for getting a list of libs to
link against on a GNU system using dynamic linking.

Attached is a short patch which fixes the caca-utils package build to no
longer link against spurious libraries.  This patch changes the binary
package dependencies from this:

 Depends: libc6 (= 2.3.5-1), libfreetype6 (= 2.1.5-1), libimlib2, libncurses5 
(= 5.4-5), libslang2 (= 2.0.1-1), libx11-6, libxext6, zlib1g (= 1:1.2.1)

to this:

 Depends: libc6 (= 2.3.5-1), libimlib2, libncurses5 (= 5.4-5), libslang2 (= 
2.0.1-1), libx11-6

Although libfreetype6 is currently available in unstable, due to bug #314385
it is very likely that this package will have to go through a library
transition in the near future.  Since caca-utils doesn't use freetype, I'm
filing this bug at grave severity pre-emptively, to encourage you to get
your package free of the transition before it starts.  Please fix this bug
at your earliest convenience.

Thanks,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/
diff -u libcaca-0.9/debian/changelog libcaca-0.9/debian/changelog
--- libcaca-0.9/debian/changelog
+++ libcaca-0.9/debian/changelog
@@ -1,3 +1,15 @@
+libcaca (0.9-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Hard-code cacaview_LDFLAGS = -lImlib2 instead of using the output of
+imlib2-config which is incorrect for GNU/* systems using dynamic linking.
+  * Add AM_MAINTAINER_MODE to configure.ac as well, to avoid build-time
+regeneration of autotools files.
+  * Fix syntax errors in doc/Makefile.am that aren't accepted by current
+automake-1.7
+
+ -- Steve Langasek [EMAIL PROTECTED]  Wed, 25 Jan 2006 00:56:27 -0800
+
 libcaca (0.9-5) unstable; urgency=low
 
   * debian/control:
only in patch2:
unchanged:
--- libcaca-0.9.orig/examples/Makefile.am
+++ libcaca-0.9/examples/Makefile.am
@@ -31,7 +31,7 @@
 cacaview_CPPFLAGS = -I$(top_srcdir)/src -DX_DISPLAY_MISSING=1
 if USE_IMLIB2
 cacaview_CFLAGS = `imlib2-config --cflags`
-cacaview_LDFLAGS = `imlib2-config --libs`
+cacaview_LDFLAGS = -lImlib2
 else
 cacaview_CFLAGS =
 cacaview_LDFLAGS =
only in patch2:
unchanged:
--- libcaca-0.9.orig/configure.ac
+++ libcaca-0.9/configure.ac
@@ -9,6 +9,8 @@
 AM_INIT_AUTOMAKE(libcaca, 0.9)
 AM_CONFIG_HEADER(config.h)
 
+AM_MAINTAINER_MODE
+
 AM_PROG_CC_C_O
 AC_PROG_CPP
 AC_PROG_RANLIB
diff -u libcaca-0.9/doc/Makefile.am libcaca-0.9/doc/Makefile.am
--- libcaca-0.9/doc/Makefile.am
+++ libcaca-0.9/doc/Makefile.am
@@ -45,10 +45,9 @@
cp `find html -name '*.html' -o -name '*.gif' -o -name '*.png'` \
  $(DESTDIR)$(datadir)/doc/libcaca-dev/html
$(mkinstalldirs) $(DESTDIR)$(mandir)/man3
-   for mp in `find man -name '*.3caca'`; do
- sed 's/man3caca/man3/g' $$mp  $(DESTDIR)$(mandir)/man3/`basename 
$$mp`;
+   for mp in `find man -name '*.3caca'`; do \
+ sed 's/man3caca/man3/g' $$mp  $(DESTDIR)$(mandir)/man3/`basename 
$$mp`; \
done
-   #cp `find man -name '*.3caca'` $(DESTDIR)$(mandir)/man3
$(mkinstalldirs) $(DESTDIR)$(mandir)/man1
rm -f $(DESTDIR)$(mandir)/man1/cacaball.1
ln -s cacademo.1 $(DESTDIR)$(mandir)/man1/cacaball.1
diff -u libcaca-0.9/doc/Makefile.in libcaca-0.9/doc/Makefile.in
--- libcaca-0.9/doc/Makefile.in
+++ libcaca-0.9/doc/Makefile.in
@@ -76,6 +76,9 @@
 LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
 LTLIBOBJS = @LTLIBOBJS@
+MAINT = @MAINT@
+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 MAKEINFO = @MAKEINFO@
 MATH_LIBS = @MATH_LIBS@
 NEED_PIC_FALSE = @NEED_PIC_FALSE@
@@ -160,10 +163,10 @@
 all: all-am
 
 .SUFFIXES:
-$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  
$(top_srcdir)/configure.ac $(ACLOCAL_M4)
cd $(top_srcdir)  \
  $(AUTOMAKE) --gnu  doc/Makefile
-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  
$(top_builddir)/config.status
cd $(top_builddir)  $(SHELL) ./config.status $(subdir)/$@ 
$(am__depfiles_maybe)
 doxygen.cfg: $(top_builddir)/config.status doxygen.cfg.in
cd $(top_builddir)  $(SHELL) ./config.status $(subdir)/$@
@@ -405,7 +408,9 @@
 @BUILD_DOCUMENTATION_TRUE@ cp `find html -name '*.html' -o -name '*.gif' 
-o -name '*.png'` \
 @BUILD_DOCUMENTATION_TRUE@   $(DESTDIR)$(datadir)/doc/libcaca-dev/html
 @BUILD_DOCUMENTATION_TRUE@ $(mkinstalldirs) $(DESTDIR)$(mandir)/man3
[EMAIL PROTECTED]@  for mp in `find man -name '*.3caca'`; do sed 
's/man3caca/man3/g' 

Bug#349791: bluemon: Does not have DBus privileges to start

2006-01-25 Thread Matthew Johnson
Package: bluemon
Version: 1.2-1
Severity: grave
Justification: renders package unusable


the package does not provide a dbus configuration file granting it
permissions to take a name on the bus, and therefore does not start.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-k7
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages bluemon depends on:
ii  bluez-utils   2.24-1 Bluetooth tools and daemons
ii  libbluetooth1 2.24-1 Library to use the BlueZ Linux Blu
ii  libc6 2.3.5-8.1  GNU C Library: Shared libraries an
ii  libdbus-1-2   0.60-5 simple interprocess messaging syst

bluemon recommends no packages.

-- no debconf information


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



Bug#349792: manpage-has-errors-from-man: false positives with Japanese pages

2006-01-25 Thread Nicolas François
Package: lintian
Version: 1.23.14
Severity: normal
Tags: patch

Hello,

On http://lintian.debian.org/reports/Tmanpage-has-errors-from-man.html,
10% of the warnings are cannot adjust line or can't break line on
Japanese pages.
Most of them are false positives and man do not warn on a ja_JP locale.

The attached patch hides these two warnings on Japanese pages.

Kind Regards,
-- 
Nekral
diff -rauN ../orig/lintian-1.23.15/checks/manpages 
./lintian-1.23.15/checks/manpages
--- ../orig/lintian-1.23.15/checks/manpages 2006-01-16 09:15:07.0 
+0100
+++ ./lintian-1.23.15/checks/manpages   2006-01-25 10:46:55.0 +0100
@@ -250,6 +250,8 @@
next if /^(man|gzip)/;
# ignore 8bit character errors on localized man pages
next if /warning: can\'t find numbered character/  $lang ne ;
+   # ignore groff's break warnings on Japanese pages
+   next if /: (can't break line|cannot adjust line)/  $lang eq ja;
chomp;
s/^[^:]+://o;
tag manpage-has-errors-from-man, $file, $_;


Bug#349793: apache-common: Cross-site scripting (XSS) vulnerability in the mod_imap module

2006-01-25 Thread Stephen Gran
Package: apache-common
Version: 1.3.33-6sarge1
Severity: grave
Tags: security

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3352

Thanks,

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686-smp
Locale: LANG=en_US.ISO-8859-1, LC_CTYPE=en_US.ISO-8859-1 (charmap=ISO-8859-1) 
(ignored: LC_ALL set to en_US.ISO-8859-1)

Versions of packages apache-common depends on:
ii  apache2-utils2.0.54-5utility programs for webservers
ii  debconf  1.4.30.13   Debian configuration management sy
ii  elinks [www-browser] 0.10.4-7advanced text-mode WWW browser
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libdb4.2 4.2.52-18   Berkeley v4.2 Database Libraries [
ii  libexpat11.95.8-3XML parsing C library - runtime li
ii  lynx [www-browser]   2.8.5-2sarge1   Text-mode WWW Browser
ii  mime-support 3.28-1  MIME files 'mime.types'  'mailcap
ii  mozilla-browser [www-bro 2:1.7.8-1sarge3 The Mozilla Internet application s
ii  perl 5.8.4-8sarge3   Larry Wall's Practical Extraction 
ii  sed  4.1.2-8 The GNU sed stream editor
ii  ucf  1.17Update Configuration File: preserv
ii  w3m [www-browser]0.5.1-3 WWW browsable pager with excellent

-- debconf information:
* apache-common/confignotes:
  apache-common/old-logrotate-exists:
  apache-common/logs:
  apache-shared/debconf-modules: mod_vhost_alias, mod_userdir, mod_unique_id, 
mod_status, mod_setenvif, mod_rewrite, mod_negotiation, mod_mime_ssl, 
mod_mime_magic, mod_log_config_ssl, mod_info, mod_expires, mod_dir, mod_cgi, 
mod_autoindex, mod_auth_ssl, mod_alias, mod_access, apache-ssl, mod_php4
  apache-shared/restart: false

-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#349794: unzip: Info-ZIP UnZip File Name Buffer Overflow Vulnerability

2006-01-25 Thread Stephen Gran
Package: unzip
Version: 5.52-1sarge3
Severity: grave
Tags: security

http://www.securityfocus.com/bid/15968

Thanks,

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686-smp
Locale: LANG=en_US.ISO-8859-1, LC_CTYPE=en_US.ISO-8859-1 (charmap=ISO-8859-1) 
(ignored: LC_ALL set to en_US.ISO-8859-1)

Versions of packages unzip depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an

-- no debconf information

-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#349795: openoffice.org-common: oowriter File-Save As doesn't list current directory

2006-01-25 Thread Greg Kochanski
Package: openoffice.org-common
Version: 2.0.0-5
Severity: wishlist


When you do a File-Save As on a text document,
you get this menu with a number of pre-defined
options for where you might want to save.
It lists Home, Desktop, Filesystem, CDROM Drive,
and maybe some other places.

It doesn't list on obvious place for Linux users: the
current directory ('.').   It should.

Also, saving to my CDROM drive doesn't work very well,
so it might be best to remove that option.

Further, Filesystem is really just a confusing name
for /.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages openoffice.org-common depends on:
ii  dictionaries-common [openoffi 0.63.2 Common utilities for spelling dict
ii  openoffice.org-core   2.0.0-5OpenOffice.org office suite archit
ii  openoffice.org-l10n-en-us 2.0.0-5English_american language package 
ii  python2.3.5-3An interactive high-level object-o
ii  xml-core  0.09   XML infrastructure and XML catalog

openoffice.org-common recommends no packages.

-- no debconf information


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



Bug#269109: Crashes host with MMU error if boot message file is empty

2006-01-25 Thread Frans Pop
I have tested this with the new upstream 1.4.10 version of silo and this 
issue is still there.


pgpKxnCy2Eaqe.pgp
Description: PGP signature


Bug#313704: amule: [INTL:de] German PO file corrections

2006-01-25 Thread Jens Seidel
Hi Jacobo221, 

you forgot to CC: me (or [EMAIL PROTECTED]) so I missed this
mail up to now.

Am Dienstag, 6. Dezember 2005 22:04 schrieben Sie:
 Please pay a visit at http://forum.amule.org - Translations and see if

I didn't found Translations, but I checked version 2.1.0 of aMule which has
all fixes included.

 the current .po file includes your corrections. If it doesn't, please
 correct it and post it in that same thread. Translations are managed
 directly from forums.   

Forums are an ugly way to handle such stuff :-)
 
I also contacted the last translator and provided a few minor issues/tips.

 Thanks and cheers :)

Jens


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



Bug#349447: apt-proxy: patch does not work

2006-01-25 Thread Tuncer Ayaz
Summary of my private reply to Andreas for the record:

1) I only use FTP backends
2) Yes all apt-get clients ran flawlessly before the upgrade with
apt-proxy and Twisted in Sarge. Actually I upgraded to Sid due
to other reasons and I'm not sure I will downgrade as there are
core packages which I need to be newer than in Sarge or Testing
without pinning etc.
3) I can imagine apt-proxy having other bugs which only surfaced now
in Sid and with the new Twisted
4) I may turn on debug logs and try again



Bug#349558: man cruft: /usr/SHARE/doc/cruft

2006-01-25 Thread Martin Quinson
On Tue, Jan 24, 2006 at 08:26:10AM +0100, Marcin Owsiany wrote:
 On Tue, Jan 24, 2006 at 12:24:52AM +0800, Dan Jacobson wrote:
  Package: cruft
  Severity: minor
  
  Man page mentions /usr/doc instead of /usr/share/doc, twice.
 
 This was already reported as #308176 and fixed in 0.9.6-0.6 (in
 experimental).

Why don't you upload cruft out of experimental, once in a while?
The experimental version fixes over 40 bugs now...

My two cents,
Mt.

-- 
Testing can only prove the presence of bugs. 
--- Dijkstra


signature.asc
Description: Digital signature


Bug#349657: This is a font bug

2006-01-25 Thread Rene Engelhard
reassign 349657 ttf-freefont
severity 349657 important
thanks

Am Mittwoch 25 Januar 2006 02:45 schrieb Yitzchak Gale:
 I now believe that this is a bug in
 the fonts. It is still a mystery to me
 why this problem only occurs in the
 Debian build, though.

Might be because we use a newer icu (system-icu) and/or
some fontconfig things.

 Please forward this bug to
 ttf-freefont, and upgrade severity
 to important.

Doing.

 In the freetype fonts, the OpenType
 feature tag for the Alef-Lamed ligature (0xFB4F)
 is liga, which means Standard Ligature.
 That implies that the ligature is mandatory.

 But this ligature certainly should not be
 mandatory. The correct feature tag for this
 ligature should be dlig, which means
 Discretionary Ligature. See the OpenType
 specification document for Hebrew at:

 http://www.microsoft.com/typography/otfntdev/hebrewot/features.aspx

 When I make this change in the SFD source
 file and recompile using fontforge, the problem is
 fixed.

Thanks for the info.

Regards,

Rene
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73



Bug#349796: Amarok doesn't shows icecast metadata.

2006-01-25 Thread Sumit Madan
Package: amarok
Version: 1.3.8-1
Severity: normal

Hello,

amarok doesnt shows the metadata for icecast streams.
I have tried this stream: http://radio.uni-bielefeld.de:8000/hertz-q5.ogg 
(radiohertz.de)

I am using Xine Engine here.
 
XMMS does shows the title, the artist etc..


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages amarok depends on:
ii  amarok-arts [amarok-engin 1.3.8-1aRts engine for the amaroK audio p
ii  amarok-xine [amarok-engin 1.3.8-1xine engine for the amaroK audio p
ii  kdelibs4c2a   4:3.5.0-3  core libraries for all KDE applica
ii  libc6 2.3.5-12   GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-7  GCC support library
ii  libice6   6.9.0.dfsg.1-4 Inter-Client Exchange library
ii  libmysqlclient15  5.0.18-7   mysql database client library
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libpq48.1.2-1PostgreSQL C client library
ii  libqt3-mt 3:3.3.5-3  Qt GUI Library (Threaded runtime v
ii  libsdl1.2debian   1.2.9-0.1  Simple DirectMedia Layer
ii  libsm66.9.0.dfsg.1-4 X Window System Session Management
ii  libstdc++64.0.2-7The GNU Standard C++ Library v3
ii  libtag1c2a1.4-3  TagLib Audio Meta-Data Library
ii  libtunepimp2c2a   0.3.0-9.1  MusicBrainz tagging library and si
ii  libvisual0.2  0.2.0-3Audio visualization framework
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii  xlibmesa-gl [libgl1]  6.9.0.dfsg.1-4 Mesa 3D graphics library [X.Org]
ii  zlib1g1:1.2.3-9  compression library - runtime

Versions of packages amarok recommends:
ii  kdemultimedia-kio-plugins 4:3.5.0-3  enables the browsing of audio CDs 

-- no debconf information


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



Bug#349797: rename libadns1-bin to libadns1-tools or libadns1-utils

2006-01-25 Thread Jerome Warnier
Package: libadns1-bin
Version: 1.0-8.2
Severity: wishlist

I would probably rename this package to libadns1-tools or libadns1-utils
as this is what is in. -bin suggest that we don't have the source,
while libraries are also binaries.

Just a thought.
Regards


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages libadns1-bin depends on:
ii  libadns11.0-8.2  Asynchronous-capable DNS client li
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an

-- no debconf information


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



Bug#328431: libspiffy-perl: Please upgrade to 0.29

2006-01-25 Thread Nick Phillips

Florian Ragwitz wrote:


Package: libspiffy-perl
Version: 0.21-1
Followup-For: Bug #328431

Hello,

please upgrade the Debian package of Spiffy.pm to version version 0.29.
This version is needed to package Test::Base which is a new dependency
 



Feel free to have a look at pkg-kwiki in svn on alioth -- the currently 
packaged version should be in there, along with a bunch of other stuff I 
really should tidy up and upload. If you're at all interested in any of 
it, feel free to consider adopting it.


It's a little more complicated than usual with the kwiki stuff because 
although I agreed to adopt it from the previous maintainer, I haven't 
yet made a successful upload.



Cheers,


Nick


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



Bug#313831: Proper encoding of patch; Was: [INTL:de] German PO file corrections

2006-01-25 Thread Jens Seidel
Hi Michael,

Am Montag, 4. Juli 2005 19:52 schrieben Sie:
 reopen 313831
 thanks
 
 On Mon, Jul 04, 2005 at 05:53:19PM +0200, Michael Vogt wrote:
  Thanks for your bugreport. I believe this problem is already fixed in
  the current version in debian/sid. I will close this bug, please
  reopen it if I'm wrong.
 
 you're right. My patch was already committed. It seems someone reported
 it already upstream so that it was fixed there.
 
 Nevertheless I did a careful check and noticed again many typos and
 inconsistencies. I changed behaviour once to behavior since British
 and American style was both used, I hope my assumption of en_US style
 is right.

Please do not forget to fix this bug. I noticed that synaptic (0.57.7)
has many translation updates but my new patch is still missing.

Maybe I refused you by reopening this bug?

Jens


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



Bug#347933: Another lufs patch

2006-01-25 Thread Ludovic Drolez
Hi Jurij,

I've also tried a similar patch before but it did not help...

Here's the patch which works for me:

Index: inode.c
===
--- inode.c (revision 1525)
+++ inode.c (working copy)
@@ -56,8 +56,9 @@
 static int  lu_statfs(struct super_block*, struct kstatfs*);

 static struct super_operations lu_sops = {
-.drop_inode= generic_delete_inode,
-.delete_inode  = lu_delete_inode,
+.drop_inode= generic_drop_inode,
+.delete_inode  = generic_delete_inode,
+/*.delete_inode= lu_delete_inode,*/
 .put_super = lu_put_super,
 .statfs= lu_statfs,
 };


I replaced lufs sops by the generic ones, and it seems to work well.

Best regards,

  Ludovic


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



Bug#349144: yakuake: console list at the bottom is badly displayed

2006-01-25 Thread Roberto Pariset
Cyril Brulebois ha scritto:
 Correct, that was under Xfce4. After some tests, it appears that having
 yakuake running without having kdesktop running leads to this (I guess)
 transparency problem. Possible workarounds are:
  - (obviously) launch kdesktop, even from Xfce4 (or whatever WM/DE
you're running under)
  - disable tab-bar by putting a tabs=false line in your configuration
file (~/.kde/share/config/yakuakerc)

I can confirm this: with kdesktop it runs fine. By the way, I also get
some message like this on stderr:

Uh oh.. can't write data..
QLayout: Cannot add null widget to QVBoxLayout/unnamed
WARNING: DCOPReply: cast to 'QString' error

in case it matters...


I also found another problem, but I am not sure whether I should file
another bug or not. So here it is:
- open yakuake
- create another tab by cliccing on the [+] button
- use shift+right to move to the new tab
- use shift+left to move to the old tab
- close yakuake using the [x] button
- experience the crash :-S

All the best,
Rob


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



Bug#349490: offlineimap: crashes uploading a mail with attachment

2006-01-25 Thread Paul Brossier
On Mon, Jan 23, 2006 at 08:21:30AM -0600, John Goerzen wrote:
 I'm going to need a copy of the output from -1 -d imap in order to
 figure out what's going on.  However, it is extremely unlikely that the
 bug lies with OfflineIMAP with this sort of thing.

mmh. ok, but that would be very very long! would the beginning of it be enough?
fwiw, here is how my config for this account looks like. it seems that as i'm
using an ssh tunnel, no logs get written in /var/log/mail.* , so i couldn't
spot anything on the server side. i have also been trying to reproduce this,
but to no avail so far.

cheers, piem

[Account ThisAccount]
localrepository = Local-ThisAccount
remoterepository = Remote-ThisAccount
autorefresh = 15

[Repository Local-ThisAccount]
type = Maildir
localfolders = ~/localmaildir
sep = /

[Repository Remote-ThisAccount]
type = IMAP
ssl = yes
holdconnectionopen = yes
preauthtunnel = ssh -q myserver.org '/usr/bin/imapd remotemaildir'
nametrans = lambda foldername: re.sub('^INBOX', 'mail', foldername)


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



Bug#349558: man cruft: /usr/SHARE/doc/cruft

2006-01-25 Thread Marcin Owsiany
On Wed, Jan 25, 2006 at 11:01:20AM +0100, Martin Quinson wrote:
 On Tue, Jan 24, 2006 at 08:26:10AM +0100, Marcin Owsiany wrote:
  On Tue, Jan 24, 2006 at 12:24:52AM +0800, Dan Jacobson wrote:
   Package: cruft
   Severity: minor
   
   Man page mentions /usr/doc instead of /usr/share/doc, twice.
  
  This was already reported as #308176 and fixed in 0.9.6-0.6 (in
  experimental).
 
 Why don't you upload cruft out of experimental, once in a while?
 The experimental version fixes over 40 bugs now...

I suddenly started to suffer from lack of time at the moment when I
considered the version in experimental to be almost-ready for sid (that
was in November).

At this moment I would need to resync against the changes in sid since
that time before I would be happy with an upload. BTW after that I plan
to continue the development in sid, not in experimental (which I started
using before doing some drastic changes in the code).

Marcin
-- 
Marcin Owsiany [EMAIL PROTECTED] http://marcin.owsiany.pl/
GnuPG: 1024D/60F41216  FE67 DA2D 0ACA FC5E 3F75  D6F6 3A0D 8AA0 60F4 1216


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



Bug#349563: path of decstation kernels changed

2006-01-25 Thread Frans Pop
tag 349563 + pending
thanks

Patch has been committed to svn and is thus implemented for daily builds.


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



Bug#349661: mysql-server-4.1: /var/log/mysql increases without limits

2006-01-25 Thread Olivier Berger
Hmmm... OK, I see...

My fault if I'm using testing, then ;)

Hmmm... Any way to warn users of testing maybe ? DWN ?

It would be so bad if lots of people would get /var full because of this
one...

Regards,

Le mardi 24 janvier 2006 à 19:41 +0100, Christian Hammers a écrit :
 tags 349661 + wontfix confirmed
 thanks
 
 Hello Olivier
 
 On 2006-01-24 Olivier Berger wrote:
  The value KEEP_BINARY_LOGS is at 0 by default in
  /etc/mysql/debian-log-rotate.conf 
 
 The value was probably indeed not choosen very well but I can't change
 it for the already released Debian Sarge release any more.
 
 In the next Debian release, which will only ship MySQL 5.0, the binary
 logging will be configurable via expire-logs-days in /etc/mysql/my.cnf
 which will be set to a value of 20. The cronscript will then be superflous.
 
 bye,
 
 -christian-
-- 
Olivier BERGER [EMAIL PROTECTED]
Ingénieur Recherche - Dept INF
INT Evry (http://www.int-evry.fr)
OpenPGP-Id: 1024D/6B829EEC





Bug#349674: unison: causes data loss if one of the replicas disappears

2006-01-25 Thread Gabor Gombas
On Tue, Jan 24, 2006 at 09:44:59PM +0100, Sylvain Le Gall wrote:

 Was it during the synchronisation phase (when effectively doing
 operation) or before (when calculating changes) ?

I don't really know, I was not sitting in front of the machine during
the synchronization. I only realized the end result.

 I think, it is the first case, and in this case, i agree : it a real
 problem.

I think not noticing that the whole filesystem has changed is a problem
in any phase.

Gabor

-- 
 -
 MTA SZTAKI Computer and Automation Research Institute
Hungarian Academy of Sciences,
 Laboratory of Parallel and Distributed Systems
 Address   : H-1132 Budapest Victor Hugo u. 18-22. Hungary
 Phone/Fax : +36 1 329-78-64 (secretary)
 W3: http://www.lpds.sztaki.hu
 -


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



Bug#349786: phpmyadmin: Import_Blacklist Variable Overwrite Vulnerability

2006-01-25 Thread Piotr Roszatycki
found 349786 4:2.6.2-3sarge1
tags 349786 security sarge
severity 349786 critical
thanks

On Wednesday 25 January 2006 10:32, Stephen Gran wrote: 
 http://www.securityfocus.com/bid/15761/info

 I see several other things fixed recently, butnot this one, so I
 thought I would pass it along.  If it is already fixed and I missed
 it, then I am sorry for the noise.

 Upstream says this is fixed 2.7 -pl1, but it appears unstable has 2.7,
 so even sid may be vulnerable right now.

The testing and ustable is unaffected. The sarge's version contains this bug. 
I'm going to notify the Security Team and provide the fix.

-- 
 .''`.Piotr Roszatycki
: :' :mailto:[EMAIL PROTECTED]
`. `' mailto:[EMAIL PROTECTED]
  `-


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



Bug#349798: RFA: librmagick-ruby -- ImageMagick API for Ruby

2006-01-25 Thread Mike Williams
Package: wnpp
Severity: normal

I request an adopter for the librmagick-ruby package.

The package description is:
 RMagick is an interface between the Ruby programming language and the
 ImageMagick image processing library.
 .

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (50, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#349799: RFA: liblog4r-ruby -- A logging library for Ruby

2006-01-25 Thread Mike Williams
Package: wnpp
Severity: normal

I request an adopter for the liblog4r-ruby package.

The package description is:
 Log4r is a comprehensive and flexible logging library written in Ruby for
 use in Ruby programs. 
 .
 It features a hierarchical logging system of any number of levels, custom
 level names, logger inheritance, multiple output destinations, execution
 tracing, custom formatting, thread safety and more.
 .
 Homepage: http://log4r.sourceforge.net/

Maintenance of this package should be fairly straightforward - it's a
Ruby-only package, and I haven't needed to touch it for 18 months.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (50, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#349800: clusterssh: not hash error message, doesn't run

2006-01-25 Thread Gabor Vincze
Package: clusterssh
Version: 3.18.1-1
Severity: important

When i start cssh, it's exiting with the following error message:
8424610 is not a hash at /usr/lib/perl5/Tk/MainWindow.pm line 55.
Aborted

It does the same with every kinf of parameters, except -v
I've tried to rebuild packages from the source but the problem haven't
disappeared, so i can't use this nice stuff now...


- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14.3moment
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages clusterssh depends on:
ii  libx11-protocol-perl 0.54-2  Perl module for the X Window Syste
ii  openssh-client   1:4.2p1-5   Secure shell client, an rlogin/rsh
ii  perl-tk  1:800.025-2 Perl module providing the Tk graph
ii  xterm6.8.2.dfsg.1-11 X terminal emulator

clusterssh recommends no packages.

-- no debconf information


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



Bug#349528: Security bugs in elog

2006-01-25 Thread Florian Weimer
* Stefan Ritt:

 Florian Weimer wrote:
 address you started with.  Since DNS is quite dynamic, it's also a
 good idea to include IP address information in the log file in all
 cases, even if a proper host name was found in DNS.

 So I put the IP address there in any case, committed in revision 1636.

Thanks.

 However, the second argument of write_logfile is passed to vsprintf
 (which should be turned into vsnprintf, by the way), so it should be a
 real format string, and not some user input.  The 0005 patch I sent
 tries to address that (but for the version in Debian stable).

 That's not true anymore. Inside write_logfile, I do not use vsprintf any 
 more, instead I use strlcat() which should be safe.

Okay, the current version in your Subversion repository should be safe
indeed.  I missed the strlcat change, as I looked mostly at the Debian
versions.


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



Bug#349645: ssh: local code execution in scp [CVE-2006-0225]

2006-01-25 Thread Florian Weimer
By the way, if you intend to fix this bug for stable, it might be a
good idea to include a fix for #270770 as well (which, at this stage,
boils down to clearing the SUID/SGID flags).


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



Bug#347832: Bug#349693: ITP: gst-fluendo-mp3 -- MP3 decoder plugin for GStreamer

2006-01-25 Thread Florian Weimer
* Josselin Mouette:

 We are talking about a MP3 *decoding* plugin. Like the ones we
 already have in so many packages we have stopped counting.

Just to clarify since you put that emphasis on decoding:

There is no difference between decoders and encoders.  Both require
patent licenses.  There are a few references to a statement by some of
the patent holders (Thomson IIRC, the company representing one of the
larger MP3 pools) that free[1] decoders can use a royalty-free
license.  This statement has either never been made by Thomson, or it
has been withdrawn.  Thomson has no intent to go after purely
non-commercial activities, though.  So Debian itself should be fine,
but Debian distributors probably aren't.

[1] free as in beer.  If you use your free-as-in-freedom GPLed
decoder for commercial activities, you need to obtain a license.
Thomson made that one pretty clear.

The entire issue gets more complicated because the Thomson patent pool
is not the only one that covers MP3 and its applications.  The other
significant pool I know about mainly contains patents which deal with
software/hardware combinations, so it's unlikely to affect anyone but
appliance makers.

There is also an argument that patent law itself discriminates between
encoders and decoders, but this certainly not true in all
jurisdictions.


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



Bug#349801: gimp segfaults at start

2006-01-25 Thread Shaun Lee
Package: gimp
Version: 2.2.10-1
Severity: grave
Justification: renders package unusable

From the commandline, gimp segfaults with the following error output:

$ gimp

(gimp:23055): GLib-GObject-WARNING **: cannot register existing type 
`GimpConfigInterface'

(gimp:23055): GLib-GObject-CRITICAL **: g_type_interface_add_prerequisite: 
assertion 
`G_TYPE_IS_INTERFACE (interface_type)' failed

(gimp:23055): GLib-GObject-CRITICAL **: g_type_add_interface_static: assertion 
`g_type_parent (interface_type) == G_TYPE_INTERFACE' failed

(gimp:23055): GLib-GObject-WARNING **: cannot register existing type 
`GimpConfigInterface'

(gimp:23055): GLib-GObject-CRITICAL **: g_type_interface_add_prerequisite: 
assertion 
`G_TYPE_IS_INTERFACE (interface_type)' failed

(gimp:23055): GLib-GObject-CRITICAL **: g_type_add_interface_static: assertion 
`g_type_parent (interface_type) == G_TYPE_INTERFACE' failed

(gimp:23055): GLib-GObject-WARNING **: cannot register existing type 
`GimpParamRGB'

(gimp:23055): GLib-GObject-CRITICAL **: g_param_spec_internal: assertion 
`G_TYPE_IS_PARAM 
(param_type)  param_type != G_TYPE_PARAM' failed
Segmentation fault



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=en_SG.UTF-8, LC_CTYPE=en_SG.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_SG.UTF-8)

Versions of packages gimp depends on:
ii  gimp-data 2.2.10-1   Data files for The GIMP
ii  libaa11.4p5-30   ascii art library
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libc6 2.3.5-12   GNU C Library: Shared libraries an
ii  libcairo2 1.0.2-3The Cairo 2D vector graphics libra
ii  libexif12 0.6.12-2   library to parse EXIF files
ii  libexpat1 1.95.8-3   XML parsing C library - runtime li
ii  libfontconfig12.3.2-1.1  generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgimp2.02.3.6-1Libraries necessary to run the GIM
ii  libglib2.0-0  2.8.6-1The GLib library of C routines
ii  libgtk2.0-0   2.8.10-1   The GTK+ graphical user interface 
ii  libice6   6.9.0.dfsg.1-4 Inter-Client Exchange library
ii  libjpeg62 6b-11  The Independent JPEG Group's JPEG 
ii  liblcms1  1.13-1 Color management library
ii  libmng1   1.0.8-1Multiple-image Network Graphics li
ii  libpango1.0-0 1.10.2-1   Layout and rendering of internatio
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libsm66.9.0.dfsg.1-4 X Window System Session Management
ii  libtiff4  3.7.4-1Tag Image File Format (TIFF) libra
ii  libwmf0.2-7   0.2.8.3-3.1Windows metafile conversion librar
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxi66.9.0.dfsg.1-4 X Window System Input extension li
ii  libxinerama1  6.9.0.dfsg.1-4 X Window System multi-head display
ii  libxmu6   6.9.0.dfsg.1-4 X Window System miscellaneous util
ii  libxpm4   6.9.0.dfsg.1-4 X pixmap library
ii  libxrandr26.9.0.dfsg.1-4 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  libxt66.9.0.dfsg.1-4 X Toolkit Intrinsics
hi  wget  1.10.1-1   retrieves files from the web
ii  zlib1g1:1.2.3-9  compression library - runtime

Versions of packages gimp recommends:
ii  gimp-print   4.3.99+cvs20051122.dfsg.1-2 print plugin for the GIMP
ii  gimp-svg 2.2.10-1SVG (Scalable Vector Graphics) plu

-- no debconf information


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



Bug#317082: Not just a dpkg bug

2006-01-25 Thread Frank Lichtenheld
[CCing Joey Hess. As debhelper maintainer he might want to add something
to the discussion and I don't know if he reads it already]

On Tue, Jan 24, 2006 at 04:35:54PM -0800, Steve Langasek wrote:
 If you don't handle the -l, you won't be able to resolve a full path for
 these libs.  If you have a package in this situation that's biarch and you
 have local libs for both the 32bit and the 64bit targets, how will you know
 which shlibs file to use if you don't look up the full library path and
 examine the lib for target compatibility?

Yeah, that's indeed a problem. But that isn't solved by the current
implementation either. When I think about it there is now way the
-l option (if pointing to a directory that is not known to dpkg)
changes anything about the build currently since the local shlibs
information is considered before using the ldd paths. And the ldd paths
are only used in conjunction with dpkg --search ...
The only thing it does is supressing the error couldn't find path for
X.

So -l is usefull in one case currently:
 - If it points to an installed package that has a library which is
   listed in its shlibs file but which is not in the normal systems
   library paths (which maybe later is accessed via a wrapper that
   sets LD_LIBRARY_PATH, e.g. like /usr/bin/firefox)
(does anyone use it this way?)
This one should be easy to fix and I will do it before uploading the
current dpkg to unstable.

And we could make it usefull in one other case:
 - If there are several local packages that provide the same library
   let the user choose one of them.

The 32bit vs. 64bit problem should be solved by checking the library's
binary format though. I will also fix this before uploading to unstable.

Gruesse,
-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/


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



Bug#349802: 2.6 kernel support

2006-01-25 Thread Laurent Bigonville
Package: bidentd
Severity: wishlist

Hi,

The 1.0.x branch doesn't support 2.6 kernels. Please upgrade to the 1.1.x.

Regards

Laurent


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



Bug#347832: Bug#349693: ITP: gst-fluendo-mp3 -- MP3 decoder plugin for GStreamer

2006-01-25 Thread Josselin Mouette
Le mercredi 25 janvier 2006 à 11:53 +0100, Florian Weimer a écrit :
 Just to clarify since you put that emphasis on decoding:
 
 There is no difference between decoders and encoders.  Both require
 patent licenses.

But as I understand it, only the encoding patents are enforceable. If we
start to remove software from main just because some random companies
claim they have patents covering it, we can stop to distribute Debian
entirely.
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
   `-  Debian GNU/Linux -- The power of freedom




Bug#349661: mysql-server-4.1: /var/log/mysql increases without limits

2006-01-25 Thread Christian Hammers
Hello Oliver

On 2006-01-25 Olivier Berger wrote:
 It would be so bad if lots of people would get /var full because of this
 one...
 
  On 2006-01-24 Olivier Berger wrote:
   The value KEEP_BINARY_LOGS is at 0 by default in
   /etc/mysql/debian-log-rotate.conf 

Eh, at least for Sarge this isn't even true?
  mysql-server-4.0 (4.0.24-10sarge1) has 7
  mysql-server-4.1 (4.1.11a-4sarge2) has 2

So although the value of 2 was choosen bad, it's not disabled.
For testing/unstable the next version will have expire_logs_days
in use.

bye,

-christian-


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



Bug#349786: phpmyadmin: Import_Blacklist Variable Overwrite Vulnerability

2006-01-25 Thread Piotr Roszatycki
On Wednesday 25 January 2006 11:39, Piotr Roszatycki wrote: 
notfound 349786 4:2.6.2-3sarge1
close 349786
tags 349786 -sarge unconfirmed
thanks

Well, the bug was introduced in 2.7.0 version and was fixed in 2.7.0-pl1 
version, so the 2.6.2 does not contain this bug.

In 2.7.0 version the method of sanitizing global variables was changed. I 
doubt if method used in 2.6.2 version is unsecure, so I think the bugreport 
should be just closed.

Thanks.
-- 
 .''`.Piotr Roszatycki
: :' :mailto:[EMAIL PROTECTED]
`. `' mailto:[EMAIL PROTECTED]
  `-


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



Bug#349803: FTBFS: /bin/sed: can't read /usr/lib/libXft.la: No such file or directory

2006-01-25 Thread Steffen Joeris
Package: kdebluetooth
Severity: important

Hi Michael

There is an FTBFS with the following output:

read.lo obexclient.lo changelog.lo irmcsyncconfig.lo irmcsyncthreadbase.lo 
addressbookthread.lo irmcsynckonnector.lo 
../../../kdebluetooth/libqobex/qobex/libqobex.la 
../../../kdebluetooth/libkbluetooth/libkbluetooth.la -lkabc_file -lkonnector
grep: /usr/lib/libXft.la: No such file or directory
/bin/sed: can't read /usr/lib/libXft.la: No such file or directory
libtool: link: `/usr/lib/libXft.la' is not a valid libtool archive
make[5]: *** [libirmcsynckonnector.la] Error 1
make[5]: Target `all' not remade because of errors.
make[5]: Leaving directory 
`/tmp/kdebluetooth-0.99+1.0beta1/kdebluetooth/irmcsync/irmcsynckonnector'
make[5]: Entering directory 
`/tmp/kdebluetooth-0.99+1.0beta1/kdebluetooth/irmcsync'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory 
`/tmp/kdebluetooth-0.99+1.0beta1/kdebluetooth/irmcsync'
make[4]: *** [all-recursive] Error 1
make[4]: Target `all' not remade because of errors.
make[4]: Leaving directory 
`/tmp/kdebluetooth-0.99+1.0beta1/kdebluetooth/irmcsync'
make[4]: Entering directory `/tmp/kdebluetooth-0.99+1.0beta1/kdebluetooth'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/tmp/kdebluetooth-0.99+1.0beta1/kdebluetooth'
make[3]: *** [all-recursive] Error 1
make[3]: Target `all' not remade because of errors.
make[3]: Leaving directory `/tmp/kdebluetooth-0.99+1.0beta1/kdebluetooth'
make[3]: Entering directory `/tmp/kdebluetooth-0.99+1.0beta1'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/tmp/kdebluetooth-0.99+1.0beta1'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/kdebluetooth-0.99+1.0beta1'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/kdebluetooth-0.99+1.0beta1'
make: *** [build-stamp] Error 2
debuild: fatal error at line 767:
dpkg-buildpackage failed!


Hope this helps you.

Greetings
Steffen

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)


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



Bug#313537: qpopper-drac: Failed to create /var/spool/pop/* with uid **, gid ** Change permissions.

2006-01-25 Thread Christoph Berg
Hi,

here's the diff for the NMU I'm just uploading:

debdiff qpopper_4.0.5-4sarge1.dsc qpopper_4.0.5-4.1.dsc
 debian/README.Debian   |5 ---
 qpopper-4.0.5/debian/changelog |   11 +++
 debian/postinst|   43 -
 qpopper-4.0.5/debian/control   |4 --
 debian/postrm  |   35 ---
 qpopper-4.0.5/debian/qpopper-drac.postinst |4 +-
 qpopper-4.0.5/debian/qpopper.postrm|2 -
 7 files changed, 15 insertions(+), 89 deletions(-)

reverted:
--- qpopper-4.0.5/debian/README.Debian
+++ qpopper-4.0.5.orig/debian/README.Debian
@@ -1,5 +0,0 @@
-There is a new qpopper-drac package.  Please read documents of drac 
-package for drac support. ;-)
-
-   Yu 
Guanghui [EMAIL PROTECTED]
-   
2002-02-06
diff -u qpopper-4.0.5/debian/changelog qpopper-4.0.5/debian/changelog
--- qpopper-4.0.5/debian/changelog
+++ qpopper-4.0.5/debian/changelog
@@ -1,3 +1,14 @@
+qpopper (4.0.5-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Always set permissions on /var/spool/pop/ in qpopper-drac.postinst
+(Closes: #313537).
+  * Drop unused debian/post{rm,inst}.
+  * Drop README.Debian.
+  * Bump Standards-Version.
+
+ -- Christoph Berg [EMAIL PROTECTED]  Wed, 25 Jan 2006 12:13:37 +0100
+
 qpopper (4.0.5-4sarge1) testing-security; urgency=high
 
   * Non-maintainer upload by the Security Team
reverted:
--- qpopper-4.0.5/debian/postinst
+++ qpopper-4.0.5.orig/debian/postinst
@@ -1,43 +0,0 @@
-#! /bin/sh
-#
-# Remove the original pop3 entry from /etc/inetd.conf, and add ours.
-#
-
-case $1 in
-   configure)
-   ;;
-   abort-upgrade|abort-remove|abort-deconfigure)
-   exit 0
-   ;;
-   *)
-   exit 0
-   ;;
-esac
-umask 022
-
-PATH=/bin:/usr/bin:/sbin:/usr/sbin
-
-# Compatibility symlinks into /usr/doc
-if [ -d /usr/doc -a ! -e /usr/doc/qpopper \
--a -d /usr/share/doc/qpopper ]
-then
-ln -sf ../share/doc/qpopper /usr/doc/qpopper
-fi
-
-# Make sure /var/spool/pop is there, and mode drwxrwsr-x  root  mail
-if [ ! -d /var/spool/pop ]
-then
-   mkdir -p /var/spool/pop
-   chgrp mail /var/spool/pop
-   chmod 2775 /var/spool/pop
-fi
-
-# Check if we have already been installed.
-grep ^pop-3.*/in.qpopper /etc/inetd.conf  /dev/null 21  exit 0
-
-# Install the qpopper.
-update-inetd --remove '^pop-3'
-update-inetd --group MAIL --add \
-  'pop-3\t\tstream\ttcp\tnowait\troot\t/usr/sbin/tcpd\t/usr/sbin/in.qpopper -f 
/etc/qpopper.conf'
-
-#DEBHELPER#
diff -u qpopper-4.0.5/debian/control qpopper-4.0.5/debian/control
--- qpopper-4.0.5/debian/control
+++ qpopper-4.0.5/debian/control
@@ -3,7 +3,7 @@
 Section: mail
 Priority: extra
 Maintainer: Yu Guanghui [EMAIL PROTECTED]
-Standards-Version: 3.5.8
+Standards-Version: 3.6.2
 
 Package: qpopper
 Architecture: any
@@ -34,2 +33,0 @@
- .
- Please read the README.Debian of drac package to setup your MTA.
reverted:
--- qpopper-4.0.5/debian/postrm
+++ qpopper-4.0.5.orig/debian/postrm
@@ -1,35 +0,0 @@
-#! /bin/sh
-#
-#  Remove the qpopper entry from /etc/inittab and
-#  restore the original one.
-#
-
-PATH=/bin:/usr/bin:/sbin:/usr/sbin
-
-case $1 in
-   purge)
-   rm -f /etc/pop.auth.*
-   exit 0
-   ;;
-   remove)
-   ;;
-   *)
-   # Do nothing...
-   exit 0
-   ;;
-esac
-
-update-inetd --remove '^pop-3'
-
-if [ -x /usr/sbin/in.pop3d ]
-then
-   update-inetd --group MAIL --add \
-   'pop-3\t\tstream\ttcp\tnowait\troot\t/usr/sbin/tcpd\t/usr/sbin/in.pop3d'
-fi
-
-if [ -f /var/run/inetd.pid ]
-then
-   kill -s HUP `cat /var/run/inetd.pid` 2/dev/null
-fi
-
-#DEBHELPER#
diff -u qpopper-4.0.5/debian/qpopper-drac.postinst 
qpopper-4.0.5/debian/qpopper-drac.postinst
--- qpopper-4.0.5/debian/qpopper-drac.postinst
+++ qpopper-4.0.5/debian/qpopper-drac.postinst
@@ -21,9 +21,9 @@
 if [ ! -d /var/spool/pop ]
 then
mkdir -p /var/spool/pop
-   chgrp mail /var/spool/pop
-   chmod 2775 /var/spool/pop
 fi
+chgrp mail /var/spool/pop
+chmod 2775 /var/spool/pop
 
 # Check if we have already been installed.
 grep ^pop-3.*/in.qpopper /etc/inetd.conf  /dev/null 21  exit 0
diff -u qpopper-4.0.5/debian/qpopper.postrm qpopper-4.0.5/debian/qpopper.postrm
--- qpopper-4.0.5/debian/qpopper.postrm
+++ qpopper-4.0.5/debian/qpopper.postrm
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-#  Remove the qpopper entry from /etc/inittab and
+#  Remove the qpopper entry from /etc/inetd.conf and
 #  restore the original one.
 #
 

Christoph
-- 
[EMAIL PROTECTED] | http://www.df7cb.de/


signature.asc
Description: Digital signature


Bug#338725: dpkg-shlibdeps: recursion is not always the answer

2006-01-25 Thread Frank Lichtenheld
On Tue, Jan 24, 2006 at 04:12:27PM -0800, Steve Langasek wrote:
 On Tue, Jan 24, 2006 at 06:00:28PM +0100, Frank Lichtenheld wrote:
  To account for more interesting ideas that maintainers could have I
  would propose the following compromise: Replace the elsif line with
  } elsif ( ! -e $dir/$_/DEBIAN  !~ /^\./  -d $dir/$_  ! -l 
  $dir/$_ ) {
 
  This at least eliminates the search within the packages that have no
  shlibs file which should be the major cause for massive recursion.
 
 Could you comment on what interesting ideas maintainers would have that
 are worth supporting here? :)

Yeah, I know it is a bit far-fetched to expect maintainer to do things
like debian/tmp1/{package1,package2} debian/tmp2/{package3,package4}
but better safe than sorry ;)

Gruesse,
-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/


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



Bug#349798: RFA: librmagick-ruby -- ImageMagick API for Ruby

2006-01-25 Thread Paul van Tilburg
On Wed, Jan 25, 2006 at 09:45:48PM +1100, Mike Williams wrote:
 Package: wnpp
 Severity: normal
 
 I request an adopter for the librmagick-ruby package.
 
 The package description is:
  RMagick is an interface between the Ruby programming language and the
  ImageMagick image processing library.
  .

I think the Debian/Ruby Extras team might be interested in picking this
and loblog4r up!  I Cc-ed the list and I hope someone can continue this
discussion on the debian-ruby list, for I will be on holiday for a few
days.

Paul

-- 
Student @ Eindhoven | email: [EMAIL PROTECTED]
University of Technology, The Netherlands   | JID: [EMAIL PROTECTED]
 Using the Power of Debian GNU/Linux  | GnuPG key ID: 0x50064181


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



Bug#348706: There could be a simpler patch

2006-01-25 Thread Regis Boudin
Hi,

having thought about it since yesterday evening and checked this morning
in the upstream configure.in file, it looks like passing the --with-gl
flag when calling configure would be enought to fix this bug. However, I
can't test it before this evening, but I will do it and give the result as
soon as I can.

Regis
-- 
While a monkey can be a manager, it takes a human to be an engineer Erik
Zapletal




Bug#349555: komi - FTBFS: cannot find -lgp

2006-01-25 Thread Thierry Reding
* Bastian Blank wrote:
 Package: komi
 Version: 1.03-4
 Severity: serious
 
 There was an error while trying to autobuild your package:
 
  Automatic build of komi_1.03-4 on debian01 by sbuild/s390 85
 [...]
  cc -Wall -pedantic -std=c99 -O2 -I/usr/include/SDL -D_REENTRANT 
  -DDATAPATH=\/usr/share/games/komi/\ komi.o -o komi -L/usr/lib -lSDL 
  -lpthread -lm -ldl -L/usr/lib -lasound -lm -ldl -lpthread -L/usr/lib -ldl 
  -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 -L/usr/lib 
  -lesd -laudiofile -lm -laudio -lXt -L/usr/X11R6/lib -lX11 -lXext -laa -lgpm 
  -L/usr/lib -laa -lm -L/usr/X11R6/lib -lX11 -lslang -lncurses -lSDL_mixer
  /usr/bin/ld: cannot find -lgpm
  collect2: ld returned 1 exit status
  make[1]: *** [komi] Error 1
  make[1]: Leaving directory `/build/buildd/komi-1.03'
  make: *** [build-stamp] Error 2
  **
  Build finished at 20060123-1242
  FAILED [dpkg-buildpackage died]

I've investigated this a bit, and it looks like the upstream Makefile links
statically against SDL. I've tried rebuilding with dynamic linking and it
solves the FTBFS.

Any reason why komi would link statically against SDL? Steve? If not, maybe
the attached patch should be applied.

Thierry

Index: Makefile
===
--- Makefile(revision 41)
+++ Makefile(working copy)
@@ -11,7 +11,7 @@
 MANPATH=/usr/local/man/man6/
 
 MIXER=-lSDL_mixer
-SDL_LIB=$(shell sdl-config --static-libs) $(MIXER)
+SDL_LIB=$(shell sdl-config --libs) $(MIXER)
 
 CFLAGS=-Wall -pedantic -std=c99 -O2 \
$(shell sdl-config --cflags) \


signature.asc
Description: Digital signature


Bug#349804: ocaml-native-compilers: FTBFS on ppc64

2006-01-25 Thread Wolf Wiegand
Package: ocaml-native-compilers
Version: 3.08.3
Severity: serious
Justification: no longer builds from source


Build within a sarge chroot aborts with the following message:

dpkg-deb: building package `ocaml-base' in `../ocaml-base_3.08.3-3_powerpc.deb'.
dpkg-deb: failed to open package info file 
`debian/ocaml-native-compilers/DEBIAN/control' for reading: No such file or 
directory


-- System Information:
Debian Release: 3.1
Architecture: powerpc (ppc64)
Kernel: Linux 2.6.14.5
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)




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



Bug#349805: sysvinit: [INTL:es] minor typos in update-rc.d spanish manpages

2006-01-25 Thread Ruben Porras
Package: sysvinit
Version: 2.86.ds1-11
Severity: wishlist
Tags: patch l10n

Please, use the new attached manpage

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-rc1
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages sysvinit depends on:
ii  file-rc  0.8.7   Alternative boot mechanism using a
ii  initscripts  2.86.ds1-11 Scripts for initializing and shutt
ii  libc62.3.5-12GNU C Library: Shared libraries an
ii  libselinux1  1.28-2  SELinux shared libraries
ii  libsepol11.10-1  Security Enhanced Linux policy lib

sysvinit recommends no packages.

-- no debconf information
.\ Hey, Emacs!  This is an -*- nroff -*- source file.
.\ Authors: Ian Jackson
.\ (c) 2003 Software in the Public Interest

.\ Traductor: Rubén Porras ([EMAIL PROTECTED])
.\ Revisado por : Javier Fernández-Sanguino Peña ([EMAIL PROTECTED])
.\		   Esteban Manchado Velázquez ([EMAIL PROTECTED])
.\ Está basada en la página de manual original:
.\ versión 1.2 del CVS de /cvs/debian-doc/manpages/english/sysvinit/update-rc.d.8

.TH UPDATE\-RC.D 8 23 de Diciembre de 2003 Proyecto Debian sysv-rc
.SH NOMBRE
update\-rc.d \- crea y borra los enlaces a los scripts init de tipo
System V
.SH SINOPSIS
.B update\-rc.d
.RI [ -n ]
.RI [ -f ]
.IB nombre  remove
.HP
.B update-rc.d
.RI [ -n ]
.IB nombre  defaults
.RI [ NN  |  NN-start   NN-stop ]
.HP
.B update-rc.d
.RI [ -n ]
.I nombre
.BR start | stop
.IR NN nivel_de_ejecución nivel_de_ejecución  ...
.B .
.BR start | stop
.IR NN nivel_de_ejecución nivel_de_ejecución  ...
.BR .  ...
.SH DESCRIPCIÓN
.B update-rc.d
actualiza automáticamente los enlaces a los scripts de init tipo
System V que se encuentran en
.BI /etc/rc[nivel_de_ejecución].d/NNnombre
y que apuntan a los script
.BI /etc/init.d/nombre\fR.
Estos son ejecutados por
.B init
cuando se cambia de nivel de ejecución y se usan generalmente para
arrancar y parar servicios del sistema (por ejemplo, demonios).
.I nivel_de_ejecución
es uno de los soportados por
.BR init ,  0123456789S ,
y
.I NN
es el código de secuencia de dos dígitos usado por
.B init
para decidir en que orden se ejecutan los scripts.

Esta página del manual documenta sólo el modo de uso y comportamiento de
.BR update-rc.d .
Para una explicación más detallada sobre la administración de los
scripts de init estilo System V, por favor, lea
.BR init (8)
y el 
.IR Manual de normativa de Debian .
.SH CREACIÓN DE ENLACES A LOS SCRIPTS DE INIT
Cuando se ejecuta con una o varias de las opciones
.BR defaults ,  start , o  stop  ,
.B update-rc.d
crea los enlaces
.BI /etc/rc[nivel_de_ejecución].d/[SK]NNnombre
apuntando al script
.BI /etc/init.d/nombre\fR.

Si ya existe algún fichero con el nombre
.BI /etc/rc[nivel_de_ejecución].d/[SK]??
entonces
.B update-rc.d
no hace nada. Esto es así para que el administrador del sistema pueda
reorganizar los enlaces ( teniendo en cuenta que debe dejar al
menos un enlace si los quiere eliminar ) sin que se sobreescriba su
configuración.

Si se usa la opción
.B defaults
entonces
.B update-rc.d
creará enlaces para arrancar los servicios en los niveles de ejecución
.B 2345
y parar los servicios en los niveles de ejecución
.BR 016 .
Por omisión todos los enlaces tendrán el código de secuencia 20, pero
esto puede cambiarse especificando uno o dos argumentos
.I NN.
Un argumento cambia el valor por omisión del código de secuencia tanto
para los enlaces de arranque como para los de parada, y si se
proporcionan dos argumentos el primero cambia el código de los enlaces
de arranque y el segundo el de los enlaces de parada.

En vez de usar
.B defaults
, los niveles de ejecución en los que se arranca o se para un servicio
pueden ser especificados explícitamente mediante un conjunto de
argumentos:

Cada uno de estos conjuntos empieza con un argumento
.BR start  o  stop
para especificar cuándo se van a crear enlaces para arrancar o parar
el servicio.

Luego les sigue
.IR NN ,
el código de secuencia para todos los enlaces del conjunto, y uno o
más números de nivel de ejecución, cada uno como un solo argumento. El
conjunto se termina con el argumento
.B '.'
(un punto).

Cuando se especifican explícitamente los niveles de ejecución,
normalmente habrá un conjunto
.B start
y otro
.B stop .
Si son necesarios diferentes códigos de secuencia para los
distintos niveles de ejecución, entonces es necesario especificar
varios conjuntos
.B start
y
.B stop .

El script
.BI /etc/init.d/nombre
debe existir antes de ejecutar
.B update-rc.d
para crear los enlaces.
.SH BORRADO DE LOS SCRIPTS
Cuando se ejecuta con la opción
.I remove
, update-rc.d borra todos los enlaces dentro del directorio
.BI /etc/rc[nivel_de_ejecución].d
que apunten al script
.BI /etc/init.d/nombre\fR .
El script debe haber 

Bug#335424: pyzor: Issue still present

2006-01-25 Thread Christer Mjellem Strand
Package: pyzor
Version: 1:0.4.0+cvs20030201-6
Followup-For: Bug #335424

I'm still getting the same error messages even after upgrading:

Wed Jan 25 12:48:57 2006 [1420] info: spamd: processing message [EMAIL 
PROTECTED] for [EMAIL PROTECTED]:8
9
Wed Jan 25 12:48:58 2006 [1420] error: internal error
Wed Jan 25 12:48:58 2006 [1420] warn: pyzor: check failed: internal error
Wed Jan 25 12:48:58 2006 [740] error: internal error
Wed Jan 25 12:48:58 2006 [740] warn: pyzor: check failed: internal error
Wed Jan 25 12:48:58 2006 [1420] info: spamd: identified spam (19.2/6.0) for 
[EMAIL PROTECTED]:89 in 1.3 seconds, 1817 bytes.
Wed Jan 25 12:48:58 2006 [1420] info: spamd: result: Y 19 - 
BAYES_99,DATE_IN_PAST_03_06,EXTRA_MPART_TYPE,HELO_DYNAMIC_DHCP,HELO_DYNA
MIC_IPADDR,HTML_90_100,HTML_IMAGE_ONLY_08,HTML_MESSAGE,RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_SORBS_DUL
 scantime=1.3,size=1817,user=x@
x,uid=89,required_score=6.0,rhost=localhost,raddr=127.0.0.1,rport=/var/run/spamd.ctl,mid=000d01c621a5$51390690$de4b1d18@
DCTB1361,bayes=0.99989792983,autolearn=spam


 - y

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.14-2-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages pyzor depends on:
ii  python2.3.5-3An interactive high-level object-o
ii  python-gdbm   2.3.5-3GNU dbm database support for Pytho

pyzor recommends no packages.

-- no debconf information


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



Bug#349794: unzip: Info-ZIP UnZip File Name Buffer Overflow Vulnerability

2006-01-25 Thread Santiago Vila
On Wed, 25 Jan 2006, Stephen Gran wrote:

 Package: unzip
 Version: 5.52-1sarge3
 Severity: grave
 Tags: security
 
 http://www.securityfocus.com/bid/15968

Why grave and security? AFAIK, this is not the case where a
malicious user gives you a .zip archive and your system get
compromised if you try to unzip it.


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



Bug#349806: apt: [INTL:ja] Please update Japanese translation

2006-01-25 Thread Kenshi Muto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: apt
Version: 0.6.43.2
Severity: wishlist
Tags: l10n patch

Hi,

I updated Japanese translation of apt (ja.po).
Please apply this.

Thanks,
- -- 
Kenshi Muto
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8+ http://mailcrypt.sourceforge.net/

iEYEARECAAYFAkPXaPoACgkQQKW+7XLQPLHihACgwP4ZjlU0SM0t6YxASm4XqrFy
vdgAn3XfRkB8TFibo7uZi/eG46Y336Cy
=gBxW
-END PGP SIGNATURE-


apt_po_ja.po.gz
Description: Binary data


Bug#349807: towitoko: [m68k, arm, s390] FTBFS: cp: cannot stat `./debian/tmp/usr/lib/libtowitoko.so': No such file or directory

2006-01-25 Thread Christian T. Steigies
Package: towitoko
Severity: serious
Justification: no longer builds from source

Automatic build of towitoko_2.0.7-7 on garkin by sbuild/m68k 85
[...]
** Using build dependencies supplied by package:
Build-Depends: debhelper (= 4.1.16)
[...]
dh_install
cp: cannot stat `./debian/tmp/usr/lib/libtowitoko.so': No such file or directory
dh_install: command returned error code 256
make: *** [binary-arch] Error 1

See full logs at
http://buildd.debian.org/build.php?pkg=towitoko

Christian


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



Bug#349809: zope-cookiecrumbler: Depends on zope2.8. instead of zope2.8

2006-01-25 Thread Hamish Harvey
Package: zope-cookiecrumbler
Version: 1.2-3
Severity: normal


The subject says it all. Demands the installation of zope2.7 
even when zope2.8 is installed.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-1-686
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages zope-cookiecrumbler depends on:
ii  zope-common   0.5.18 common settings and scripts for zo
ii  zope2.7   2.7.8-1Open Source Web Application Server
ii  zope2.8   2.8.5-1Open Source Web Application Server

zope-cookiecrumbler recommends no packages.

-- no debconf information


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



Bug#305053: java-package: Another case

2006-01-25 Thread Vincent Lönngren
Package: java-package
Version: 0.27
Followup-For: Bug #305053

I also have the ControlPanel.1.gz dangling symlink thing. The interesting thing 
is that after I deleted the link(s), it went away for 
some time, but today it came back again. Very mysterious.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.12
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)

Versions of packages java-package depends on:
ii  coreutils 5.2.1-2.1  The GNU core utilities
ii  debhelper 5.0.10 helper programs for debian/rules
ii  fakeroot  1.5.6  Gives a fake root environment
ii  unzip 5.52-6 De-archiver for .zip files

java-package recommends no packages.

-- no debconf information


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



Bug#349794: unzip: Info-ZIP UnZip File Name Buffer Overflow Vulnerability

2006-01-25 Thread Stephen Gran
This one time, at band camp, Santiago Vila said:
 On Wed, 25 Jan 2006, Stephen Gran wrote:
 
  Package: unzip
  Version: 5.52-1sarge3
  Severity: grave
  Tags: security
  
  http://www.securityfocus.com/bid/15968
 
 Why grave and security? AFAIK, this is not the case where a
 malicious user gives you a .zip archive and your system get
 compromised if you try to unzip it.

Actually it appears this is exactly the case.  

http://www.securityfocus.com/bid/15968/discuss:
This issue allows attackers to execute arbitrary machine code in the
context of users utilizing the affected application.

Granted, most of the time this will only be a local user exploit, rather
than a root level exploit, but if an application uses info-zip routines
and runs as root, it will be root level exploit.
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#348513: tetex-doc: tetexdoctk fails with Couldn't open system-wide default config file texdocrc

2006-01-25 Thread Frank Küster
Hi Meik, hi Joshua,

Meik Hellmund [EMAIL PROTECTED] wrote:

 Why was the texdocrc file missing in the first place? Is it only installed if
 perl-tk is already present?

No, it's a bug in our postinst scripts.  The file is under ucf control
instead of dpkg's, because we have taken it over from the (vanished)
texdoctk package.  Up to version 3.0-11, we had many more files under
ucf control, but this is no longer necessary, and instead of dropping
the many more files, we simply dropped the whole piece of code and
forgot about texdocrc.

It will be fixed in the next upload; thanks for reporting.

Regards, Frank
-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX)




Bug#349697: syslog-ng: Logs infinitely the same message when priority is crit

2006-01-25 Thread SZALAY Attila
Hi!

On Tue, 2006-01-24 at 19:20 +0100, Laurent CARON wrote:
 
 When an event of priority crit is logged it is repeated until
 /var/log/syslog reaches 2Gb (2048Mb), and then the syslog-ng process
 dies.

Could you send me a small :)) part of the log file and the config? Is
there any difference between a good machine and the bad one?


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



Bug#349794: unzip: Info-ZIP UnZip File Name Buffer Overflow Vulnerability

2006-01-25 Thread Santiago Vila
On Wed, 25 Jan 2006, Stephen Gran wrote:

 This one time, at band camp, Santiago Vila said:
  On Wed, 25 Jan 2006, Stephen Gran wrote:
  
   Package: unzip
   Version: 5.52-1sarge3
   Severity: grave
   Tags: security
   
   http://www.securityfocus.com/bid/15968
  
  Why grave and security? AFAIK, this is not the case where a
  malicious user gives you a .zip archive and your system get
  compromised if you try to unzip it.
 
 Actually it appears this is exactly the case.  
 
 http://www.securityfocus.com/bid/15968/discuss:
 This issue allows attackers to execute arbitrary machine code in the
 context of users utilizing the affected application.

No, it's not that case.

This one is about an insanely long command line. Normally, you can't
run unzip with an arbitrary command line unless you already have local
user access.


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



Bug#349795: openoffice.org-common: oowriter File-Save As doesn't list current directory

2006-01-25 Thread Rene Engelhard
reassign 349795 libgtk2.0-0
retitle 349795 File-Save As doesn't list current directory
thanks

Greg Kochanski wrote:
 When you do a File-Save As on a text document,
 you get this menu with a number of pre-defined
 options for where you might want to save.
 It lists Home, Desktop, Filesystem, CDROM Drive,
 and maybe some other places.

And why are you reporting this against openoffice.org-common?
Neither does openoffice.org-common contain any architectuere-dependent
stuff nor does it contain the GMOE File Picker (which you have there).

So if this should go to OOo (which I don't think it should, the GMOME
fpicker is in GNOME/Gtk stuff) it shlould go to -gnome

In any case, this is a libgtk2.0-0 bug

 It doesn't list on obvious place for Linux users: the
 current directory ('.').   It should.
 
 Also, saving to my CDROM drive doesn't work very well,
 so it might be best to remove that option.
 
 Further, Filesystem is really just a confusing name
 for /.

And you really should not add many more or less unrelated things in one
bugreport

Regards,

Rene


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



Bug#349810: ITP: zope-attachmentfield -- an Archetypes field with advanced indexing features for Zope

2006-01-25 Thread Jérémy Bobbio
Package: wnpp
Severity: wishlist
Owner: Jérémy Bobbio [EMAIL PROTECTED]


* Package name: zope-attachmentfield
  Version : 1.3.3
  Upstream Author : Ingeniweb [EMAIL PROTECTED]
* URL :
  http://ingeniweb.sourceforge.net/Products/AttachmentField/
* License : GPL
  Description : an Archetypes field with advanced indexing
features for Zope

AttachmentField gives Zope product creators a simple way to attach files
in Archetypes schema.  Its flexible plugin system enables previewing
and indexing for usual types of attached files.

This product replaces the former ZAttachmentAttribute and
ZAAPlugins.

-- 
Jérémy


pgpXwGKVzpiMd.pgp
Description: PGP signature


Bug#349794: unzip: Info-ZIP UnZip File Name Buffer Overflow Vulnerability

2006-01-25 Thread Stephen Gran
This one time, at band camp, Santiago Vila said:
 On Wed, 25 Jan 2006, Stephen Gran wrote:
 
  This one time, at band camp, Santiago Vila said:
   On Wed, 25 Jan 2006, Stephen Gran wrote:
   
Package: unzip
Version: 5.52-1sarge3
Severity: grave
Tags: security

http://www.securityfocus.com/bid/15968
   
   Why grave and security? AFAIK, this is not the case where a
   malicious user gives you a .zip archive and your system get
   compromised if you try to unzip it.
  
  Actually it appears this is exactly the case.  
  
  http://www.securityfocus.com/bid/15968/discuss:
  This issue allows attackers to execute arbitrary machine code in the
  context of users utilizing the affected application.
 
 No, it's not that case.
 
 This one is about an insanely long command line. Normally, you can't
 run unzip with an arbitrary command line unless you already have local
 user access.

I was under the impression that the filename was part of the command
line.  So, I could send you an email with an insanely long filename zip
file attached and cause this overflow.  If I'm wrong, and the filename
isn't part of this vulnerablity (even though the title of the report is
UnZip File Name Buffer Overflow) then feel free to downgrade it.

I am not particularly interested in an argument about it, one way or the
other.  If you feel that it's unlikely to be exploited, then handle it
as you see fit.
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#349578: not a bug

2006-01-25 Thread Thomas Hood
tags 349578 wontfix
stop

Thanks for the report.

Your tty device node has to have group tty; otherwise SGID tty programs
such as bsd-write cannot write to the device, and thus mesg y fails
to have the intended effect.
-- 
Thomas Hood


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



Bug#349811: azureus: Can't install with gij only

2006-01-25 Thread Piotr Roszatycki
Package: azureus
Version: 2.3.0.6-1
Severity: normal

The Azureus works with gij-wrapper-4.0, but I can't install azureus because:

Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  azureus: Depends: sun-j2re1.5 but it is not installable or
  java2-runtime but it is not installable
  E: Broken packages


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



Bug#349812: backup-manager: security update overwrote conffile

2006-01-25 Thread Christoph Martin
Package: backup-manager
Version: 0.5.7-1sarge1
Severity: grave
Justification: renders package unusable


Because /etc/backup-manager.conf is not marked as a conffile, 
the last security
update overwrote my configuration of /etc/backup-manager.conf. 
I configured an upload via ftp and also MB_POST_BACKUP_COMMAND.
The complete configuration is lost, so that no backup to the ftp
site was made.

The hint in README.Debian to not edit the .conf file and to use
debconf instead is useless, since not all options are handled by
debconf.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (99, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages backup-manager depends on:
ii  debconf   1.4.30.13  Debian configuration management sy
ii  gzip  1.3.5-10sarge1 The GNU compression utility

-- debconf information:
  backup-manager/upload-passwd: (password omitted)
  backup-manager/upload-key:
* backup-manager/name-format: long
  backup-manager/burning-device: /dev/cdrom
  backup-manager/upload-hosts:
  backup-manager/upload-dir: /var/archives/uploads
  backup-manager/upload-user-ftp:
* backup-manager/cron_frequency: daily
* backup-manager/directories: /etc /home /var/lib/dpkg
* backup-manager/blacklist: /var/archives
* backup-manager/filetype: tar.gz
* backup-manager/time-to-live: 30
  backup-manager/burning-maxsize: 650
* backup-manager/backup-repository: /var/archives
  backup-manager/burning-method: CDRW
  backup-manager/upload-user-scp-warning:
  backup-manager/transfert_mode: scp
* backup-manager/burning-enabled: false
* backup-manager/dump_symlinks: false
  backup-manager/upload-user-scp: bmngr
  backup-manager/cron_remove_deprecated: false
* backup-manager/want_to_upload: false


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



Bug#344767: This bug is fixed

2006-01-25 Thread Otavio Salvador
Kristian Edlund [EMAIL PROTECTED] writes:

 Yes I believe that he bug is fixed in the 0.97-3 release. I just tried
 to install kernel 2.4.17-2-k7 and remove it again, and there was no
 problems with the scripts running.

 After that I purged the configuration, which also went without problems.

 I have tested with 2.6.15 as well, which also runs without problems. So
 I doubt that #349291, is related to this bug.

 When you try to purge your kernel, what command are you using and what
 happens?

Yes, both bugs were in kernel-package in previous versions. Close it.

-- 
O T A V I OS A L V A D O R
-
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://www.freedom.ind.br/otavio
-
Microsoft gives you Windows ... Linux gives
 you the whole house.


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



Bug#344767: Is bug #344767 fixed in grub 0.97-4?

2006-01-25 Thread Otavio Salvador
Edward C. Jones [EMAIL PROTECTED] writes:

 I use a PC with an AMD64 +3500 chip and Debian unstable, i386 port.

 I had the problem described here which I reported as bug #349219. I
 have grub 0.97-4. I still cannot purge linux-image-2.6.14-2-386. Is
 bug #344767 fixed in grub 0.97-4?

the problem isn't with grub but kernel-package scripts. Check the
postinst where it stops. Try to run it for purge with -x.

-- 
O T A V I OS A L V A D O R
-
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://www.freedom.ind.br/otavio
-
Microsoft gives you Windows ... Linux gives
 you the whole house.


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



Bug#348509: add support for local archives

2006-01-25 Thread Timo Aaltonen


Here's a new version of generators/60local. I've added support for 
deb-src, and the syntax for apt-setup/local../repository has changed. 
Also the key handling is now a bit more robust, because every key is 
on it's own file.


Colin suggested that the templates are not necessary because a dummy 
template is generated on the fly if needed. I'm not sure what happens if 
the db_get-commands fail in the case that some settings are not set.


--

#!/bin/sh
set -e

. /usr/share/debconf/confmodule

file=$1

# initial value
i=0
while db_get apt-setup/local$i/repository  [ $RET ]; do
repository=$RET
db_get apt-setup/local$i/comment
comment=$RET
db_get apt-setup/local$i/key
key=$RET
echo  $file
cat  $file EOF
## $comment
deb $repository
EOF
# if true, add a line for deb-src
db_get apt-setup/local$i/source
if [ $RET = true ]; then
cat  $file EOF
deb-src $repository
EOF
if [ -n $key ]; then
# fetch the key
wget $key -O /tmp/key$i.pub
# add it to the keyring
apt-key add /tmp/key$i.pub
fi
# increase $i by 1
i=$(($i + 1))
done


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



Bug#349699: [Pbuilder-maint] Bug#349699: pbuilder: CFLAGS is not being interpreted correctly

2006-01-25 Thread Matt Kraai
On Tue, Jan 24, 2006 at 04:31:21PM -0200, Nelson A. de Oliveira wrote:
 Today while testing if my package was building OK on pbuilder, I saw an
 error.
 
 I have a makefile like this (I am putting here just the important part
 of it):
 
 
 ZDIR   = ../zlib
 PNGDIR = ../libpng
 CRELEASE = -O2
 CFLAGS = -I$(ZDIR) -I$(PNGDIR) -Wall $(CRELEASE)
 
 .c$(O):
 $(CC) $(CFLAGS) -c $
 
 Using this makefile, on the pdebuild log I can see:
 
 gcc -g -Wall -O2 -c pngxread.c
 
 However, changing all CFLAGS to CFLGS (just removed the A), it worked
 perfectly on a new pdebuild run:
 
 gcc -I../zlib -I../libpng -Wall -O2 -c pngxread.c
 
 Running the makefile outside pbuilder, it's compiled perfectly, without
 the need to change CFLAGS to something else.
 
 If you think that it's important to see the full makefile and the source
 code, I can put on a place. Just say to me if you want.

It would be helpful to be able to reproduce the problem.

-- 
Matt


signature.asc
Description: Digital signature


Bug#349813: Displays a dialog box if a signature cannot be checked because the key is not available

2006-01-25 Thread Matt Kraai
Package: gnome-gpg
Version: 0.3.0-3

When I open a message in Mutt that is signed by a key that I do not
have, gnome-gpg displays a dialog box that says that gpg exited
abnormally.  I don't think it should do so.

-- 
Matt


signature.asc
Description: Digital signature


Bug#349697: syslog-ng: Logs infinitely the same message when priority is crit

2006-01-25 Thread Laurent CARON

SZALAY Attila a écrit :

Hi!

On Tue, 2006-01-24 at 19:20 +0100, Laurent CARON wrote:


When an event of priority crit is logged it is repeated until
/var/log/syslog reaches 2Gb (2048Mb), and then the syslog-ng process
dies.



Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:21 gw syslog-ng[18178]: SIGTERM received, terminating;
Jan 24 19:18:15 gw lcaron: a
Jan 24 19:18:21 gw syslog-ng[18178]: syslog-ng shutting down; 
version='1.9.8'

Jan 24 19:18:15 gw lcaron: a
Jan 24 19:19:00 gw syslog-ng[18232]: syslog-ng starting up; version='1.9.8'
Jan 24 19:19:01 gw /USR/SBIN/CRON[18234]: (lcaron) CMD 
(/usr/bin/fetchmail /dev/null 21)
Jan 24 19:19:01 gw /USR/SBIN/CRON[18236]: (root) CMD (/opt/mbm.sh 
/dev/null 2/dev/null)

Jan 24 19:19:03 gw lcaron: a
Jan 24 19:19:09 gw lcaron: b
Jan 24 19:19:21 gw syslog-ng[18232]: SIGTERM received, terminating;
Jan 24 19:19:21 gw syslog-ng[18232]: syslog-ng shutting down; 
version='1.9.8'

Jan 24 19:21:14 gw syslog-ng[18830]: syslog-ng version 1.6.9 starting
Jan 24 19:21:14 gw syslog-ng[18830]: Changing permissions on special 
file /dev/xconsole



i killed the process there.




Could you send me a small :)) part of the log file and the config? Is
there any difference between a good machine and the bad one?



#
# Configuration file for syslog-ng under Debian
#
# attempts at reproducing default syslog behavior

# the standard syslog levels are (in descending order of priority):
# emerg alert crit err warning notice info debug
# the aliases error, panic, and warn are deprecated
# the none priority found in the original syslogd configuration is
# only used in internal messages created by syslogd


##
# options

options {
# disable the chained hostname format in logs
# (default is enabled)
chain_hostnames(0);

# the time to wait before a died connection is re-established
# (default is 60)
time_reopen(10);

# the time to wait before an idle destination file is closed
# (default is 60)
time_reap(360);

# the number of lines buffered before written to file
# you might want to increase this if your disk isn't catching with
# all the log messages you get or if you want less disk activity
# (say on a laptop)
# (default is 0)
#sync(0);

# the number of lines fitting in the output queue
log_fifo_size(65536);

# enable or disable directory creation for destination files
create_dirs(yes);

# default owner, group, and permissions for log files
# (defaults are 0, 0, 0600)
#owner(root);
group(adm);
perm(0640);

# default owner, group, and permissions for created directories
# (defaults are 0, 0, 0700)
#dir_owner(root);
#dir_group(root);
dir_perm(0755);

# enable or disable DNS usage
# syslog-ng blocks on DNS queries, so enabling DNS may lead to
# a Denial of Service attack
# (default is yes)
use_dns(yes);

keep_hostname(yes);
# maximum length of message in bytes
# this is only limited by the program listening on the /dev/log Unix
# socket, glibc can handle arbitrary length log messages, but -- for
# example -- syslogd accepts only 1024 bytes
# (default is 2048)
#log_msg_size(2048);
};


##
# sources

# all known message sources
source s_all {
# message generated by Syslog-NG
internal();
# standard Linux log source (this is the default place for the syslog()
# function to send logs to)
unix-stream(/dev/log);
# messages from the kernel
file(/proc/kmsg log_prefix(kernel: ));
# use the following line if you want to receive remote UDP logging 
messages
# (this is equivalent to the -r syslogd flag)
udp();
};


##
# destinations

# some standard log files
destination df_auth { file(/var/log/auth.log); };

Bug#349815: s-c-gtk2 exposes private messages to third party

2006-01-25 Thread Martin Samuelsson
Package: sylpheed-claws-gtk2
Version: 1.9.100-2
Severity: critical

When composing a message in s-c-gtk2, it adds the full contents of the
last message read when sending it.

Steps to reproduce:

1. Start sylpheed-claws-gtk2
2. Read a message
3. Compose a message

Now, the message at the receiving end contains both the message sent and
the last mail read by the sending user. Since that can very likely be
revealing information for unintended eyes, that is of course NOT
acceptable.

I understand that there probably is something in my environment that
triggers this bug, otherwise it would have already been reported.
However, the fact that a critical bug is hard to trigger does not lower
its severity.  I'm not spending more time trying to hunt this down,
because I'm not willing to mess in my production environment.

This is not the first time I report an issue like this one. Please look
at #333498, which was closed without finding the actual cause.

I might set up a test environment, with toy servers - if asked to. Until
this bug is properly fixed, I suggest the removal of the package from
testing.
--
/Martin


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



Bug#338969: Still not beautiful enough ;)

2006-01-25 Thread Thomas Hood
With version 2.12r-5 one sees:

 ...
 Wed Jan 25 08:23:33 2006: Setting the system clock:.
 ...
 Wed Jan 25 08:23:40 2006: Setting the system clock again:.
 ...

It should look like this:

  Setting the system clock...done.

Just use log_action_begin_msg and log_action_end_msg instead of
log_daemon_msg and log_end_msg.
-- 
Thomas


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



Bug#349207: Re: Bug#349207: udev: doesn't load usb sd kernel modules

2006-01-25 Thread Giovanni Ridolfi
On Sat, Jan 21, 2006 at 06:49:11PM +0100, Marco d'Itri wrote:
 On Jan 21, [EMAIL PROTECTED] wrote:
 
  Udev does not load usb_storage and sd_mod when a usb pen is inserted.
 Why? Please report the content of /etc/udev/rules.d/.

lrwxr-xr-x 1 root root20 2005-04-21 18:10 020_permissions.rules - 
../permissions.rules
lrwxrwxrwx 1 root root19 2005-10-14 16:52 025_libgphoto2.rules - 
../libgphoto2.rules
lrwxrwxrwx 1 root root16 2006-01-18 11:55 025_libsane.rules - 
../libsane.rules
lrwxrwxrwx 1 root root22 2005-12-10 17:26 025_logitechmouse.rules - 
../logitechmouse.rules
lrwxrwxrwx 1 root root12 2006-01-15 14:52 050_hal-plugdev.rules - 
../hal.rules
lrwxr-xr-x 1 root root13 2004-11-25 12:05 udev.rules - ../udev.rules
lrwxrwxrwx 1 root root19 2005-09-30 18:21 z60_alsa-utils.rules - 
../alsa-utils.rules
lrwxrwxrwx 1 root root15 2005-10-05 09:50 z60_hdparm.rules - 
../hdparm.rules

I can send to you the .tar archive of the files in /etc/udev/rules.d/
if it may help.

  Adding these lines in some of the .rules file seems to be a
  solution. It was found by the Mandriva community:
 This may be able to load sd_mod, but what about usb-storage?

Yes, the usb_storage is not loaded.

 Why it's not being loaded on your system?
 Did you modify the files in /etc/modprobe.d/? 

Well I /purged/ the hotplug package _from aptitude_ and not manually
as suggested in the documentation :(
Perhaps something happened :-/

 Do you have an
 /etc/modprobe.conf file?
No, actually.

Could modprobe.conf have been erased when I purged hotplug?

Could you please be son kind to suggest me how I can get a new
modprobe.conf file.

Thanks.

Giovanni


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



Bug#349760: debsecan: uncaught URLError exception

2006-01-25 Thread Florian Weimer
* Yaroslav Halchenko:

 It would be useful to loop for a while (some predefined number of
 cycles with predefined sleep period) to avoid malfunction due to
 temporary network problems

Thanks for the report.  In the default installation, debsecan retries
every hour anyway (until it has retrieved the data for that day), it's
not really necessary to retry in debsecan itself.

But it certainly makes sense to suppress the error message when
running in cron mode.


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



Bug#349644: 'debconf' update Punjabi (pa-IN) for exim4 package

2006-01-25 Thread Christian Perrier
 I can commit it if needed: good occasions to check my commit
 rights..:-)..I think that Marc granted me access but I'm unsure (and I

Nope, I can't:

[EMAIL PROTECTED]:~/src/debian/exim4/debian$ svn commit
Sendingdebian/changelog
Adding debian/po/pa_IN.po
Transmitting file data ..svn: Commit failed (details follow):
svn: Can't create directory '/svn/pkg-exim4/db/transactions/1363-1.txn': 
Permission denied
svn: Your commit message was left in a temporary file:


Leaving this up to you, Marc, then...




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



Bug#273018: Missing dependency on libgpmg1-dev

2006-01-25 Thread Thierry Reding
The NMU that was supposed to fix this bug only did so partially. While
sdl-config now lists -lgpm for the --static-libs option, the libsdl1.2-dev
package is still missing a dependency on libgpmg1-dev as mentioned by Daniel
Burrows in the original bug report.

Thierry



signature.asc
Description: Digital signature


  1   2   3   4   5   >