Bug#549057: mail-notification: diff for NMU version 5.4.dfsg.1-2.3

2011-03-02 Thread Stephen Kitt


Dear maintainer,

I've prepared an NMU for mail-notification (versioned as
5.4.dfsg.1-2.3) have requested its sponsorship. Please feel free to
tell me if I should delay it longer.

Regards,

Stephen
diff -Nru mail-notification-5.4.dfsg.1/debian/changelog mail-notification-5.4.dfsg.1/debian/changelog
--- mail-notification-5.4.dfsg.1/debian/changelog	2010-05-26 08:09:41.0 +0200
+++ mail-notification-5.4.dfsg.1/debian/changelog	2011-02-28 00:50:50.0 +0100
@@ -1,3 +1,15 @@
+mail-notification (5.4.dfsg.1-2.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Build with gmime 2.4 (closes: #549057). Thanks to Götz Watsch for
+the original patch, adapted here to modify the gob sources.
+  * Build with evolution-data-server 2.32.
+  * Link in libX11 explicitly to build with strict linking dependencies.
+  * Document all patches (minimally).
+  * Standards-Version 3.9.1, no change required.
+
+ -- Stephen Kitt st...@sk2.org  Mon, 28 Feb 2011 00:14:07 +0100
+
 mail-notification (5.4.dfsg.1-2.2) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru mail-notification-5.4.dfsg.1/debian/control mail-notification-5.4.dfsg.1/debian/control
--- mail-notification-5.4.dfsg.1/debian/control	2010-05-26 06:55:55.0 +0200
+++ mail-notification-5.4.dfsg.1/debian/control	2011-02-28 00:50:20.0 +0100
@@ -2,8 +2,8 @@
 Section: gnome
 Priority: optional
 Maintainer: LIU Qi liuq...@gmail.com
-Build-Depends: debhelper (= 7), scrollkeeper, gnome-pkg-tools, libxml-parser-perl, libglade2-dev (= 2.6.0), libsasl2-dev (= 2.0.0), libgmime-2.0-2-dev (= 2.2.3), evolution-dev (= 2.11.0), evolution-plugins (= 2.6.0), evolution-data-server-dev (= 1.6.0), libgnomeprintui2.2-dev, libnotify-dev (= 0.4.3), intltool (= 0.35), gob2 (= 2.0.16)
-Standards-Version: 3.8.4
+Build-Depends: debhelper (= 7), scrollkeeper, gnome-pkg-tools, libxml-parser-perl, libglade2-dev (= 2.6.0), libsasl2-dev (= 2.0.0), libgmime-2.4-dev, evolution-dev (= 2.11.0), evolution-plugins (= 2.6.0), evolution-data-server-dev (= 1.6.0), libgnomeprintui2.2-dev, libnotify-dev (= 0.4.3), intltool (= 0.35), gob2 (= 2.0.16), libx11-dev
+Standards-Version: 3.9.1
 
 Package: mail-notification
 Architecture: any
diff -Nru mail-notification-5.4.dfsg.1/debian/patches/camel-includes.patch mail-notification-5.4.dfsg.1/debian/patches/camel-includes.patch
--- mail-notification-5.4.dfsg.1/debian/patches/camel-includes.patch	1970-01-01 01:00:00.0 +0100
+++ mail-notification-5.4.dfsg.1/debian/patches/camel-includes.patch	2011-02-28 00:47:54.0 +0100
@@ -0,0 +1,36 @@
+Include camel/camel.h instead of specific headers; the latter is
+forbidden in evolution-data-server 2.32.
+
+--- mail-notification-5.4.dfsg.1.orig/src/mn-evolution-message.gob
 mail-notification-5.4.dfsg.1/src/mn-evolution-message.gob
+@@ -23,7 +23,7 @@
+ 
+ %{
+ #include glib/gi18n.h
+-#include camel/camel-folder-summary.h
++#include camel/camel.h
+ #include mn-evolution-mailbox.h
+ #include mn-message-private.h
+ #include mn-evolution-client.h
+--- mail-notification-5.4.dfsg.1.orig/src/mn-evolution-plugin.c
 mail-notification-5.4.dfsg.1/src/mn-evolution-plugin.c
+@@ -24,7 +24,7 @@
+ #include dbus/dbus.h
+ #include dbus/dbus-glib-lowlevel.h
+ #include dbus/dbus-glib-bindings.h
+-#include camel/camel-folder.h
++#include camel/camel.h
+ #include mail/em-event.h
+ #include mail/mail-tools.h
+ #include mn-evolution.h
+--- mail-notification-5.4.dfsg.1.orig/src/mn-evolution-server.gob
 mail-notification-5.4.dfsg.1/src/mn-evolution-server.gob
+@@ -26,7 +26,7 @@
+ #include libintl.h
+ #include gobject/gvaluecollector.h
+ #include libedataserver/eds-version.h
+-#include camel/camel-folder.h
++#include camel/camel.h
+ #if EDS_CHECK_VERSION(2,29,0)
+ #include shell/e-shell.h
+ #include mail/e-mail-browser.h
diff -Nru mail-notification-5.4.dfsg.1/debian/patches/mail-notification-5.4-gmime.patch mail-notification-5.4.dfsg.1/debian/patches/mail-notification-5.4-gmime.patch
--- mail-notification-5.4.dfsg.1/debian/patches/mail-notification-5.4-gmime.patch	1970-01-01 01:00:00.0 +0100
+++ mail-notification-5.4.dfsg.1/debian/patches/mail-notification-5.4-gmime.patch	2011-02-28 00:47:00.0 +0100
@@ -0,0 +1,63 @@
+Build with gmime 2.4. Patch taken from
+http://launchpadlibrarian.net/54265412/mail-notification-5.4-gmime.patch
+and adapted to fix the gob sources rather than the generated C.
+
+--- mail-notification-5.4.dfsg.1.orig/jbsrc/jb.c
 mail-notification-5.4.dfsg.1/jbsrc/jb.c
+@@ -166,7 +166,7 @@
+   jb_require_packages(GNOME, gnome, glib-2.0 = 2.14 gthread-2.0 gconf-2.0 = 2.4.0 gtk+-2.0 = 2.12 libgnomeui-2.0 = 2.14.0 gnome-vfs-2.0 libglade-2.0 libxml-2.0 libnotify = 0.4.1);
+   jb_require_packages(D-Bus, dbus, dbus-glib-1);
+ 
+-  jb_check_packages_for_options(GMime, gmime, gmime-2.0 = 2.2.7,
++  jb_check_packages_for_options(GMime, gmime, gmime-2.4,
+ hotmail,
+ imap,
+ maildir,
+--- mail-notification-5.4.dfsg.1.orig/src/mn-message-mime.c
 

Bug#549057: marked as done (mail-notification: Still uses gmime2.2)

2011-03-02 Thread Debian Bug Tracking System
Your message dated Wed, 02 Mar 2011 09:32:27 +
with message-id e1puipz-0004zh...@franck.debian.org
and subject line Bug#549057: fixed in mail-notification 5.4.dfsg.1-2.3
has caused the Debian Bug report #549057,
regarding mail-notification: Still uses gmime2.2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
549057: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549057
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: mail-notification
Version: 5.4.dfsg.1-2
Severity: normal
User: pkg-gnome-maintain...@lists.alioth.debian.org
Usertags: oldlibs gmime2.2

mail-notification currently still uses GMime version 2.2
(libgmime-2.0-2a).

However, there is a newer GMime version in the archive (gmime2.4),
with an incompatible (although very close) API. GMime 2.2 will be
eventually phased out in favor of this version.

Please port mail-notification to gmime2.4 as soon as possible. It is
very likely that a new upstream version will include that change for
most packages; if there is none available yet, you should forward
this request upstream.

Thanks, 
-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling



---End Message---
---BeginMessage---
Source: mail-notification
Source-Version: 5.4.dfsg.1-2.3

We believe that the bug you reported is fixed in the latest version of
mail-notification, which is due to be installed in the Debian FTP archive:

mail-notification-evolution_5.4.dfsg.1-2.3_i386.deb
  to 
main/m/mail-notification/mail-notification-evolution_5.4.dfsg.1-2.3_i386.deb
mail-notification_5.4.dfsg.1-2.3.debian.tar.gz
  to main/m/mail-notification/mail-notification_5.4.dfsg.1-2.3.debian.tar.gz
mail-notification_5.4.dfsg.1-2.3.dsc
  to main/m/mail-notification/mail-notification_5.4.dfsg.1-2.3.dsc
mail-notification_5.4.dfsg.1-2.3_i386.deb
  to main/m/mail-notification/mail-notification_5.4.dfsg.1-2.3_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 549...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stephen Kitt st...@sk2.org (supplier of updated mail-notification package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 28 Feb 2011 00:14:07 +0100
Source: mail-notification
Binary: mail-notification mail-notification-evolution
Architecture: source i386
Version: 5.4.dfsg.1-2.3
Distribution: unstable
Urgency: low
Maintainer: LIU Qi liuq...@gmail.com
Changed-By: Stephen Kitt st...@sk2.org
Description: 
 mail-notification - mail notification in system tray
 mail-notification-evolution - evolution support for mail notification
Closes: 549057
Changes: 
 mail-notification (5.4.dfsg.1-2.3) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Build with gmime 2.4 (closes: #549057). Thanks to Götz Watsch for
 the original patch, adapted here to modify the gob sources.
   * Build with evolution-data-server 2.32.
   * Link in libX11 explicitly to build with strict linking dependencies.
   * Document all patches (minimally).
   * Standards-Version 3.9.1, no change required.
Checksums-Sha1: 
 a00c9a48152a69c4901c4edd1730d268ab827cbf 2071 
mail-notification_5.4.dfsg.1-2.3.dsc
 20ee6c2f3f49572ef769ef33f078e43e45da4273 19166 
mail-notification_5.4.dfsg.1-2.3.debian.tar.gz
 409e581b54764f9a5d522820831310a45a24db87 404188 
mail-notification_5.4.dfsg.1-2.3_i386.deb
 ff62c9cc1507d4f3bcffd80ae072784be0590216 19374 
mail-notification-evolution_5.4.dfsg.1-2.3_i386.deb
Checksums-Sha256: 
 f842aad72a0f8c260763bf14251cc7fcd5d6a9ff60291e97d7981ae07a3748a5 2071 
mail-notification_5.4.dfsg.1-2.3.dsc
 ca352e7077796353d73ca89092229b56a7f85804cdc4b0d4952c3d619f5a19d7 19166 
mail-notification_5.4.dfsg.1-2.3.debian.tar.gz
 278d3c1333a7052da1a6a236c47b7e5ed4b0aa1fe456edb3c28edf2260fd7209 404188 
mail-notification_5.4.dfsg.1-2.3_i386.deb
 41e74703b5b2d69e7972978e30d5daa4ebab70e19eb994419ecfaaebd3411743 19374 
mail-notification-evolution_5.4.dfsg.1-2.3_i386.deb
Files: 
 d2e71934c7121a491de5ff943532cc3e 2071 gnome optional 
mail-notification_5.4.dfsg.1-2.3.dsc
 25545acf0b515a54cea667168713db5d 19166 gnome optional 
mail-notification_5.4.dfsg.1-2.3.debian.tar.gz
 

Bug#549057: mail-notification: diff for NMU version 5.4.dfsg.1-2.3

2011-03-02 Thread Stephen Kitt
Hi Qi,

On Wed, Mar 02, 2011 at 05:40:48PM +0800, LIU Qi wrote:
 Thanks for the NMU. I will back to maintain this package later this
 month. Thanks again for your love on this package.

That's great news! You're very welcome for the NMUs.

Regards,

Stephen



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



Bug#549057: mail-notification: diff for NMU version 5.4.dfsg.1-2.3

2011-03-02 Thread LIU Qi
Hi Stephen,

Thanks for the NMU. I will back to maintain this package later this
month. Thanks again for your love on this package.

Regards,
Qi

On Wed, Mar 02, 2011 at 09:17:58AM +0100, Stephen Kitt wrote:
  
  
  Dear maintainer,
  
  I've prepared an NMU for mail-notification (versioned as
  5.4.dfsg.1-2.3) have requested its sponsorship. Please feel free to
  tell me if I should delay it longer.
  
  Regards,
  
  Stephen




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



Processed: block 614726 with 612473

2011-03-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 block 614726 with 612473
Bug #614726 [release.debian.org] FFmpeg 0.6 transition
Was blocked by: 614958 555784 554310 614725 614467 614457 614433 614727 612482 
614953 554061 614447 606717 554340 614458 614996 614954 614952 602349 556672 
614957 614446 614956
Added blocking bug(s) of 614726: 612473
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
614726: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614726
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: sbuild bug

2011-03-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 612630 sbuild
Bug #612630 [sbuild,schroot] sbuild 0.60.8 + schroot 1.5.0: Chroot not found
Bug reassigned from package 'sbuild,schroot' to 'sbuild'.
 severity 612630 important
Bug #612630 [sbuild] sbuild 0.60.8 + schroot 1.5.0: Chroot not found
Severity set to 'important' from 'grave'

 found 612630 0.61.0-1
Bug #612630 [sbuild] sbuild 0.60.8 + schroot 1.5.0: Chroot not found
Bug Marked as found in versions sbuild/0.61.0-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
612630: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612630
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: bug 615080 is forwarded to https://sourceforge.net/tracker/?func=detailaid=3197124group_id=202033atid=979960

2011-03-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forwarded 615080 
 https://sourceforge.net/tracker/?func=detailaid=3197124group_id=202033atid=979960
Bug #615080 [codelite] codelite clobbers files
Set Bug forwarded-to-address to 
'https://sourceforge.net/tracker/?func=detailaid=3197124group_id=202033atid=979960'.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
615080: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615080
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: tagging 615080

2011-03-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 615080 + upstream
Bug #615080 [codelite] codelite clobbers files
Added tag(s) upstream.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
615080: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615080
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: notfound 615080 in 2.8.0.4537~dfsg-2

2011-03-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 notfound 615080 2.8.0.4537~dfsg-2
Bug #615080 [codelite] codelite clobbers files
Ignoring request to alter found versions of bug #615080 to the same values 
previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
615080: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615080
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#616080: gmerlin: segfault on start

2011-03-02 Thread Thomas R.
Package: gmerlin
Version: 0.4.3-2+b1
Severity: grave
Justification: renders package unusable


gmerlin won't start

Starting from console results in:

$ gmerlin
Segmentation fault
$

Starting from gnome menu just results in nothing happening.

This is also true of its other tools such as gmerlin_transcoder.

I have a pure squeeze stable system right now; I don't think I have
anything strange installed.

I have a Core 2 Duo E4400 and NVidia graphics.  I don't think I have
anything else unusual.

-- System Information:
Debian Release: 6.0
  APT prefers squeeze-updates
  APT policy: (500, 'squeeze-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gmerlin depends on:
ii  gmerlin-data0.4.3-2  a multiformat media player
ii  libasound2  1.0.23-2.1   shared library for ALSA applicatio
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libcddb21.3.2-2  library to access CDDB data - runt
ii  libcdio-cdda0   0.81-4   library to read and control digita
ii  libcdio-paranoia0   0.81-4   library to read digital audio CDs 
ii  libcdio10   0.81-4   library to read and control CD-ROM
ii  libesd0 0.2.41-8 Enlightened Sound Daemon - Shared 
ii  libgavl11.1.2-3  low level audio and video library 
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgmerlin0 0.4.3-2+b1   core library for gmerlin - runtime
ii  libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface 
ii  libjack-jackd2-0 [libja 1.9.6~dfsg.1-2   JACK Audio Connection Kit (librari
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  libmusicbrainz4c2a  2.1.5-4  Second generation incarnation of t
ii  libpng12-0  1.2.44-1 PNG library - runtime
ii  libpulse0   0.9.21-3+b1  PulseAudio client libraries
ii  libquicktime1   2:1.1.5-1+b1 library for reading and writing Qu
ii  libtiff43.9.4-5  Tag Image File Format (TIFF) libra
ii  libv4l-00.8.0-1  Collection of video4linux support 
ii  libx11-62:1.3.3-4X11 client-side library
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  libxinerama12:1.1-3  X11 Xinerama extension library
ii  libxml2 2.7.8.dfsg-2 GNOME XML library
ii  libxv1  2:1.0.5-1X11 Video extension library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages gmerlin recommends:
pn  libgmerlin-avdec0 none (no description available)

gmerlin suggests no packages.

-- no debconf information



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



Bug#615995: CVE-2011-1018

2011-03-02 Thread Willi Mann

 Please see https://bugzilla.redhat.com/show_bug.cgi?id=680237
 for references.
 
 This is http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1018

Thanks for the report. I'll ask my sponsor to upload

http://pkg-logwatch.alioth.debian.org/apt/pool/main/l/logwatch/logwatch_7.3.6.cvs20090906-2.dsc

to unstable.

I know that a new upstream version is available, but this takes more
time for preparation.

Moritz, will you prepare the uploads for stable and oldstable? This is
the first time one of my packages is involved in a security issue.

Willi





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



Bug#613566: update-notifier: It does not show up in the notification area, although it runs in the background.

2011-03-02 Thread hammered hammered
I think I found the bug. If I start the process in a console with
update-notifier --debug-updates I get this output:

(update-notifier:6904): update-DEBUG: update_check()

(update-notifier:6904): update-DEBUG: /usr/lib/update-notifier/apt-check
returned 9 (security: 0)
(update-notifier:6904): update-DEBUG: error during dbus call: The name
com.ubuntu.SystemService was not provided by any .service files

(update-notifier:6904): update-DEBUG: interval_days from gconf: 0

It shouldn't search for a **ubuntu** service in **debian**.


Bug#616085: Not installable in sid

2011-03-02 Thread J.H.M. Dassen (Ray)
Package: serna
Version: 4.3.0.20110221-1
Severity: grave
Tags: sid

serna Depends: sip-api-7.1 but this no longer exists in sid. In sid,
python-sip now Provides: python2.5-sip, python2.6-sip, sip-api-8.0,
sip-api-8.1.

Rebuilding the current source package (with no source changes) results in an
installable package with a Depends: on sip-api-8.1.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing-proposed-updates'), (500, 
'stable'), (400, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages serna depends on:
ii  docbook-xsl 1.75.2+dfsg-5stylesheets for processing DocBook
ii  libaspell15 0.60.6-6 GNU Aspell spell-checker runtime l
ii  libc6   2.11.2-13Embedded GNU C Library: Shared lib
ii  libfreetype62.4.4-1  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.5.2-4GCC support library
ii  libice6 2:1.0.7-1X11 Inter-Client Exchange library
ii  libpython2.62.6.6-8+b1   Shared Python runtime library (ver
ii  libqscintilla2-52.4.3-1  The Qt4 port of the Scintilla sour
ii  libqt4-assistant4:4.6.3-4Qt 4 assistant module
ii  libqt4-network  4:4.6.3-4Qt 4 network module
ii  libqt4-qt3support   4:4.6.3-4Qt 3 compatibility library for Qt 
ii  libqt4-sql  4:4.6.3-4Qt 4 SQL module
ii  libqt4-svg  4:4.6.3-4Qt 4 SVG module
ii  libqt4-xml  4:4.6.3-4Qt 4 XML module
ii  libqtcore4  4:4.6.3-4Qt 4 core module
ii  libqtgui4   4:4.6.3-4Qt 4 GUI module
ii  libsm6  2:1.2.0-1X11 Session Management library
ii  libstdc++6  4.5.2-4  The GNU Standard C++ Library v3
ii  libx11-62:1.4.1-5X11 client-side library
ii  libxext62:1.2.0-2X11 miscellaneous extension librar
ii  libxft2 2.2.0-2  FreeType-based font drawing librar
ii  libxinerama12:1.1.1-1X11 Xinerama extension library
ii  libxmu6 2:1.1.0-1X11 miscellaneous utility library
ii  perl5.10.1-17Larry Wall's Practical Extraction 
ii  python  2.6.6-3+squeeze5 interactive high-level object-orie
ii  python-qt4  4.7.3-1+b1   Python bindings for Qt4
ii  python-sip [sip-api-7.1 4.10.2-1 Python/C++ bindings generator runt
ii  python-support  1.0.11   automated rebuilding support for P
ii  xsltproc1.1.26-6 XSLT 1.0 command line processor

Versions of packages serna recommends:
ii  fop   1:0.95.dfsg-11 XML to PDF Translator

serna suggests no packages.

-- no debconf information



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



Processed (with 1 errors): severity of 614295 is grave, severity of 615152 is grave, merging 612128 614295 615152

2011-03-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 614295 grave
Bug #614295 [grub-pc] grub-pc: kFreeBSD upgrade fails: cannot find a GRUB drive 
for /dev/ad0s1
Severity set to 'grave' from 'important'

 severity 615152 grave
Bug #615152 [grub2] grub2: Cannot recognize FS format any more under kfreebsd 
ports
Severity set to 'grave' from 'important'

 merge 612128 614295 615152
Bug#612128: [kfreebsd] grub-pc: fails to configure (camcontrol: 
cam_lookup_pass: CAMGETPASSTHRU ioctl failed)
Bug#614295: grub-pc: kFreeBSD upgrade fails: cannot find a GRUB drive for 
/dev/ad0s1
Mismatch - only Bugs in same state can be merged:
Values for `package' don't match:
 #612128 has `grub-common';
 #614295 has `grub-pc'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
614295: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614295
615152: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615152
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: reassign 614295 to grub-common, reassign 615152 to grub-common, merging 612128 614295 615152 ...

2011-03-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 614295 grub-common 1.99~rc1-3
Bug #614295 [grub-pc] grub-pc: kFreeBSD upgrade fails: cannot find a GRUB drive 
for /dev/ad0s1
Bug reassigned from package 'grub-pc' to 'grub-common'.
Bug No longer marked as found in versions grub2/1.99~rc1-3.
Bug #614295 [grub-common] grub-pc: kFreeBSD upgrade fails: cannot find a GRUB 
drive for /dev/ad0s1
Bug Marked as found in versions grub2/1.99~rc1-3.
 reassign 615152 grub-common 1.99~rc1-3
Bug #615152 [grub2] grub2: Cannot recognize FS format any more under kfreebsd 
ports
Bug reassigned from package 'grub2' to 'grub-common'.
Bug No longer marked as found in versions grub2/1.99~rc1-3.
Bug #615152 [grub-common] grub2: Cannot recognize FS format any more under 
kfreebsd ports
Bug Marked as found in versions grub2/1.99~rc1-3.
 merge 612128 614295 615152
Bug#612128: [kfreebsd] grub-pc: fails to configure (camcontrol: 
cam_lookup_pass: CAMGETPASSTHRU ioctl failed)
Bug#614295: grub-pc: kFreeBSD upgrade fails: cannot find a GRUB drive for 
/dev/ad0s1
Bug#615152: grub2: Cannot recognize FS format any more under kfreebsd ports
Merged 612128 614295 615152.

 affects 612128 + grub-pc
Bug #612128 [grub-common] [kfreebsd] grub-pc: fails to configure (camcontrol: 
cam_lookup_pass: CAMGETPASSTHRU ioctl failed)
Bug #614295 [grub-common] grub-pc: kFreeBSD upgrade fails: cannot find a GRUB 
drive for /dev/ad0s1
Bug #615152 [grub-common] grub2: Cannot recognize FS format any more under 
kfreebsd ports
Added indication that 612128 affects grub-pc
Added indication that 614295 affects grub-pc
Added indication that 615152 affects grub-pc
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
612128: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612128
614295: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614295
615152: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615152
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#616093: libreoffice: on file open dialog the whole system gets halted

2011-03-02 Thread Martin Künstner
Package: libreoffice
Version: 1:3.3.1-1
Severity: critical
Justification: breaks unrelated software

on the file open dialog libre office get stuck and the whole system gets frozen
no user interaction is possible any more
mous is moving but every otner action is no more possible
you cant even change to console via STRG+F1
system is not more responding
i user the nuveau driver for my x setup

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libreoffice depends on:
ii  liblucene2-java  2.9.3+ds1-1 Full-text search engine library fo
ii  libreoffice-base 1:3.3.1-1   office productivity suite -- datab
ii  libreoffice-calc 1:3.3.1-1   office productivity suite -- sprea
ii  libreoffice-core 1:3.3.1-1   office productivity suite -- arch-
ii  libreoffice-draw 1:3.3.1-1   office productivity suite -- drawi
ii  libreoffice-filter-mobiledev 1:3.3.1-1   office productivity suite -- mobil
ii  libreoffice-impress  1:3.3.1-1   office productivity suite -- prese
ii  libreoffice-java-common  1:3.3.1-1   office productivity suite -- arch-
ii  libreoffice-math 1:3.3.1-1   office productivity suite -- equat
ii  libreoffice-report-builder-b 1:3.3.1-1   LibreOffice extension for building
ii  libreoffice-writer   1:3.3.1-1   office productivity suite -- word 
ii  ttf-dejavu   2.32-1  Metapackage to pull in ttf-dejavu-
ii  ttf-sil-gentium-basic1.1-2   smart Unicode font families (Basic

Versions of packages libreoffice recommends:
ii  ttf-liberation 1.06.0.20100721-1 Fonts with the same metrics as Tim
ii  ttf-mscorefonts-instal 3.3   Installer for Microsoft TrueType c

Versions of packages libreoffice suggests:
ii  cups-bsd1.4.6-1  Common UNIX Printing System(tm) - 
ii  gcj-4.4-jre [java5-runtime] 4.4.5-9  Java runtime environment using GIJ
ii  gcj-jre [java5-runtime] 4:4.4.5-2Java runtime environment using GIJ
ii  gstreamer0.10-ffmpeg0.10.11-4FFmpeg plugin for GStreamer
ii  gstreamer0.10-plugins-bad   0.10.19-2.1  GStreamer plugins from the bad s
ii  gstreamer0.10-plugins-base  0.10.30-1GStreamer plugins from the base 
ii  gstreamer0.10-plugins-good  0.10.24-1GStreamer plugins from the good 
ii  gstreamer0.10-plugins-ugly  0.10.15-1GStreamer plugins from the ugly 
pn  hunspell-dictionary none   (no description available)
pn  hyphen-hyphenation-patterns none   (no description available)
ii  iceweasel   3.5.16-4 Web browser based on Firefox
ii  imagemagick 8:6.6.0.4-3  image manipulation programs
ii  libgl1-mesa-glx [libgl1]7.10-4   A free implementation of the OpenG
ii  libldap-2.4-2   2.4.23-7 OpenLDAP libraries
ii  libpaper-utils  1.1.24   library for handling paper charact
ii  libreoffice-filter-binfilte 1:3.3.1-1office productivity suite -- legac
pn  libreoffice-gnome | libreof none   (no description available)
ii  libreoffice-help-de [libreo 1:3.3.1-1office productivity suite -- Germa
ii  libreoffice-help-en-us [lib 1:3.3.1-1office productivity suite -- Engli
ii  libreoffice-l10n-de [libreo 1:3.3.1-1office productivity suite -- Germa
pn  libreoffice-officebean  none   (no description available)
ii  libsane 1.0.22-1 API library for scanners
ii  libxrender1 1:0.9.6-1X Rendering Extension client libra
ii  menu2.1.44   generates programs menu for all me
ii  myspell-de-at [myspell-dict 20091006-4.2 Austrian (German) dictionary for m
ii  myspell-de-ch [myspell-dict 20091006-4.2 Swiss (German) dictionary for mysp
ii  myspell-de-de [myspell-dict 20091006-4.2 German dictionary for myspell
ii  myspell-en-us [myspell-dict 1:3.3.0-2English_american dictionary for my
pn  mythes-thesaurusnone   (no description available)
pn  openclipart-libreoffice none   (no description available)
ii  pstoedit3.50-3+b1PostScript and PDF files to editab
ii  sun-java6-jre [java5-runtim 6.24-1   Sun Java(TM) Runtime Environment (
ii  unixodbc2.2.14p2-2   ODBC tools libraries

Versions of packages libreoffice-core depends on:
ii  fontconfig   2.8.0-2.1   generic font configuration library
ii  libatk1.0-0  1.30.0-1The ATK accessibility toolkit
ii  libc62.11.2-13   Embedded GNU C Library: Shared lib
ii  libcairo21.10.2-2The Cairo 2D vector graphics libra
ii  libcurl3-gnutls  7.21.3-1Multi-protocol file transfer libra
ii  libdb4.8 

Bug#616093: libreoffice: on file open dialog the whole system gets halted

2011-03-02 Thread Rene Engelhard
tag 616093 + unreproducible
tag 616093 + moreinfo
severity 616093 grave
thanks
 
On Wed, Mar 02, 2011 at 02:22:23PM +0100, Martin Künstner wrote:
 Package: libreoffice
 Version: 1:3.3.1-1
 Severity: critical
 Justification: breaks unrelated software

Bullshit. Read the bug severities again. If at all, this is grave.
break the whole system  (brekas as in hoses up? Correct, it doesn't.)
I highly doubt it is grave either way, though. How does this

 on the file open dialog libre office get stuck and the whole system gets 
 frozen
 no user interaction is possible any more
 mous is moving but every otner action is no more possible
 you cant even change to console via STRG+F1
 system is not more responding
 i user the nuveau driver for my x setup

There's no nuveau driver. And what if you try sith an other driver?
I thankfuzlly don't have a unstable system with nvidia hardware in it
so I can't test either way.

Besides that I don't see how file-open (which works in 99.9% of all users
obviously, otherwise there would have been a report for this far earlier)
is related to X or the system at large.

I'd seriously bet on a local problem.

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  r...@debian.org | GnuPG-Key ID: D03E3E70
   `-   Fingerprint: E12D EA46 7506 70CF A960 801D 0AA0 4571 D03E 3E70



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



Processed: Re: Bug#616093: libreoffice: on file open dialog the whole system gets halted

2011-03-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 616093 + unreproducible
Bug #616093 [libreoffice] libreoffice: on file open dialog the whole system 
gets halted
Added tag(s) unreproducible.
 tag 616093 + moreinfo
Bug #616093 [libreoffice] libreoffice: on file open dialog the whole system 
gets halted
Added tag(s) moreinfo.
 severity 616093 grave
Bug #616093 [libreoffice] libreoffice: on file open dialog the whole system 
gets halted
Severity set to 'grave' from 'critical'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
616093: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616093
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#616011: libreoffice-wiki-publisher: Export filter cannot be found

2011-03-02 Thread Rene Engelhard
Hi,

On Wed, Mar 02, 2011 at 02:04:17AM +, Pascal Giard wrote:
 As soon as I get back to work (on Thursday), I'll try the obvious i.e.
 reinstall the package and make sure libreoffice is restarted.
 (I doubt the latter is the issue as the command appeared in the menu
 (Send/To MediaWiki...) and in the Extension Manager but since I don't
 understand the mechanism involved...)

Please don't tell me you did intrusive changes like a complete LibO package
upgrade while LibO was running? (Extension registration should be ok if
done via unopkg, but I don't think it will work with the new preregistered
way)

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  r...@debian.org | GnuPG-Key ID: D03E3E70
   `-   Fingerprint: E12D EA46 7506 70CF A960 801D 0AA0 4571 D03E 3E70



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



Bug#616093: libreoffice: on file open dialog the whole system gets halted

2011-03-02 Thread Rene Engelhard
Hi,

On Wed, Mar 02, 2011 at 03:55:37PM +0100, Rene Engelhard wrote:
  on the file open dialog libre office get stuck and the whole system gets 
  frozen
  no user interaction is possible any more
  mous is moving but every otner action is no more possible
  you cant even change to console via STRG+F1
  system is not more responding
  i user the nuveau driver for my x setup
 
 There's no nuveau driver. And what if you try sith an other driver?
 I thankfuzlly don't have a unstable system with nvidia hardware in it
 so I can't test either way.
 
 Besides that I don't see how file-open (which works in 99.9% of all users
 obviously, otherwise there would have been a report for this far earlier)
 is related to X or the system at large.
 
 I'd seriously bet on a local problem.

... or a bug in nouveau (and/or the kernel). I think is it works with
an other driver this bug simply should be reassigned there. And yes,
a nouveau/kernel bug *can* make the system freeze. This doesn't make it
a LibO bug, though.

CCing kernel and X teams.

FTR, from the initial report:

 Kernel: Linux 2.6.37-2-amd64 (SMP w/2 CPU cores)

Grüße/Regards,

René



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



Bug#616108: pidgin-facebookchat: Authentication Failure - You are not permitted to do that

2011-03-02 Thread René Mayorga
Package: pidgin-facebookchat
Version: 1.69-2
Severity: grave
Justification: renders package unusable

Hi, 

I was trying to use this plugin today, but I'm getting «You are not permitted to
do that» when I try to chat with someone, the message on pidgin debug is the
following:

(09:10:10) facebook: executing callback for /ajax/chat/send.php?__a=1
(09:10:10) facebook: sent im response: for
(;;);{error:1357004,errorSummary:Authentication
Failure,errorDescription:You are not permitted to do
that.,errorIsWarning:false,silentError:0,payload:null}
(09:10:10) facebook: got error from facebook of Authentication Failure (You are
not permitted to do that.)
(09:10:10) facebook: sent im error: You are not permitted to do that.

looking on upstream website the issue is already reported there:
http://code.google.com/p/pidgin-facebookchat/issues/detail?id=937

so far looks something related to a change made on facebook side.

Cheers

--
René

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-xen-amd64 (SMP w/2 CPU cores)
Locale: LANG=es_SV.UTF-8, LC_CTYPE=es_SV.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#616011: libreoffice-wiki-publisher: Export filter cannot be found

2011-03-02 Thread Pascal Giard
On Wed, Mar 2, 2011 at 3:10 PM, Rene Engelhard r...@debian.org wrote:
 Hi,

 On Wed, Mar 02, 2011 at 02:04:17AM +, Pascal Giard wrote:
 As soon as I get back to work (on Thursday), I'll try the obvious i.e.
 reinstall the package and make sure libreoffice is restarted.
 (I doubt the latter is the issue as the command appeared in the menu
 (Send/To MediaWiki...) and in the Extension Manager but since I don't
 understand the mechanism involved...)

 Please don't tell me you did intrusive changes like a complete LibO package
 upgrade while LibO was running? (Extension registration should be ok if
 done via unopkg, but I don't think it will work with the new preregistered
 way)

It's a possibility; I can not rule that out.
If I understand correctly, doing a reinstall on all installed
libreoffice packages should fix things?

Cheers,

-Pascal
-- 
Homepage (http://organact.mine.nu)
Debian GNU/Linux (http://www.debian.org)
COMunité/LACIME: École de technologie supérieure (http://www.comunite.ca)
Integrated Microsystems Laboratory: McGill (http://www.iml.ece.mcgill.ca)



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



Bug#616011: libreoffice-wiki-publisher: Export filter cannot be found

2011-03-02 Thread Rene Engelhard
Hi,

On Wed, Mar 02, 2011 at 03:48:48PM +, Pascal Giard wrote:
 It's a possibility; I can not rule that out.
 If I understand correctly, doing a reinstall on all installed
 libreoffice packages should fix things?

I don't know. Worth a try, though.

Grüße/Regards,

René



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



Bug#616114: man in the middle security issue

2011-03-02 Thread Thijs Kinkhorst
Package: polarssl
Severity: serious
Tags: security

Hi,

The following report by PolarSSL upstream was brought to our attention:
https://lists.ubuntu.com/archives/ubuntu-motu/2011-February/007026.html

Unfortunately it doesn't disclose details. I'll contact the upstream
maintainer about that, but in any case a good start would be to
upload the new upstream to unstable. Are you able to do that?


Thanks,
Thijs

-- System Information:
Debian Release: 6.0
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#615995: marked as done (CVE-2011-1018)

2011-03-02 Thread Debian Bug Tracking System
Your message dated Wed, 02 Mar 2011 16:48:30 +
with message-id e1pupdy-0004yk...@franck.debian.org
and subject line Bug#615995: fixed in logwatch 7.3.6.cvs20090906-2
has caused the Debian Bug report #615995,
regarding CVE-2011-1018
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
615995: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615995
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: logwatch
Severity: grave
Tags: security

Please see https://bugzilla.redhat.com/show_bug.cgi?id=680237
for references.

This is http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1018

Cheers,
Moritz

-- System Information:
Debian Release: 5.0.1
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.32-ucs35-amd64
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)


---End Message---
---BeginMessage---
Source: logwatch
Source-Version: 7.3.6.cvs20090906-2

We believe that the bug you reported is fixed in the latest version of
logwatch, which is due to be installed in the Debian FTP archive:

logwatch_7.3.6.cvs20090906-2.diff.gz
  to main/l/logwatch/logwatch_7.3.6.cvs20090906-2.diff.gz
logwatch_7.3.6.cvs20090906-2.dsc
  to main/l/logwatch/logwatch_7.3.6.cvs20090906-2.dsc
logwatch_7.3.6.cvs20090906-2_all.deb
  to main/l/logwatch/logwatch_7.3.6.cvs20090906-2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 615...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Willi Mann wi...@wm1.at (supplier of updated logwatch package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 02 Mar 2011 08:57:07 +0100
Source: logwatch
Binary: logwatch
Architecture: source all
Version: 7.3.6.cvs20090906-2
Distribution: unstable
Urgency: high
Maintainer: Willi Mann wi...@wm1.at
Changed-By: Willi Mann wi...@wm1.at
Description: 
 logwatch   - log analyser with nice output written in Perl
Closes: 615995
Changes: 
 logwatch (7.3.6.cvs20090906-2) unstable; urgency=high
 .
   * CVE-2011-1018: Remote code execution by combination of
 - Logfile name by attacker's choice (e.g. samba log files) and
 - Missing sanitization of logfile names in system() call.
 - fix by encapsulating logfile names in ' and disallowing '.
   Taken from upstream.
 - closes: #615995
Checksums-Sha1: 
 0ef0c83995ba12417cdbc4cc81bbc58bd22660c0 1817 logwatch_7.3.6.cvs20090906-2.dsc
 0529236dee684b048934ba86065ea2f2b11e5365 88486 
logwatch_7.3.6.cvs20090906-2.diff.gz
 c6de469267a16291becd59a3b8eb0d074633754d 400212 
logwatch_7.3.6.cvs20090906-2_all.deb
Checksums-Sha256: 
 294eab0b0b144b952672d8330e795b317492ff7850e617c912f85003d9803b2e 1817 
logwatch_7.3.6.cvs20090906-2.dsc
 41f00f1ba160af0914238aabbdec6910a9e95eaa56b7cd6b99e5623197353a6c 88486 
logwatch_7.3.6.cvs20090906-2.diff.gz
 42c93d69d8b6360a19ff582927197f2ff693a07005c6de001ed46613b6d2d6be 400212 
logwatch_7.3.6.cvs20090906-2_all.deb
Files: 
 de44b2aee52a4ecd1466781bcdcd9559 1817 admin optional 
logwatch_7.3.6.cvs20090906-2.dsc
 989926c7678d7cdbdc8bb282e81fc2c2 88486 admin optional 
logwatch_7.3.6.cvs20090906-2.diff.gz
 b7ecbd90981771f8963839f0dd1ba7b9 400212 admin optional 
logwatch_7.3.6.cvs20090906-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJNbnFQAAoJECHSBYmXSz6WBhsQAMwNlJTwCZyhXYlrtoWGPaal
fy6J3L4nLqVKJBFurFBWqp/+vxrM1y6P2gkAwubUNkwdKeeZGLjhk4Y7hvx5knoK
cDAzxresIdf/K/xtA9wdYWrZI4DuUyzgTlLWMRNtSlg8pbUhcR5gEm+H+nz6DhaM
a/YT6k3nO/Upbuwx5xffAMKHLtzKBvySZPa0OstFkvVQn/dxT/7LETPNGYYgcSD2
nVkESTT6T1fcK49X4ohoenpTdzpPHR1pB6YT+lGZAePeoGFryrQf3Ri6H4rPCvAI
T3EFqBzlyLMmkmmQE3x5M0NVRMET+78poJZ19vX5S7hFZ4XTQq9KSoxudkT2JUQc
N7/UmtzOgfl3NPB9ExHbMBJU0SqCIBdTCy32XSq6+vGAG+ciCubcLswlwWxChWKN
KCt9rZUGIBRimjlZJJkE91wWgOLj2DTfKc5BnHjq6CNDP0OzxIhQ6cK0rpJzaYHB
Pqi++1fAXhJmdEVau1mfppH8BxCLNguJ3VUcTK/buCDC5NZC887h/+uWdJLxFJ77
8T7N4Ne3Ue1FEMNi9zOzkFnpFYAFvpHA+6JO4pcQA1usae3kdrw0QxiMyBFBODTJ
S5PetBrOkgpWGQcVp4P0hZVzmfjxTY0SeyXoHZzJu487WwiJt5zYvxdo4Up8UUJj
wrl7Bnbx+N+z/a0iovM5
=QzJq
-END PGP SIGNATURE-


---End Message---


Processed (with 2 errors): You were warned :-)

2011-03-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 575121 serious
Bug #575121 [libopenscenegraph56] libopenscenegraph56: needs to depend on 
libxine1-x
Warning: Unknown package 'libopenscenegraph56'
Severity set to 'serious' from 'important'

Warning: Unknown package 'libopenscenegraph56'
 package 575121 libopenscenegraph65 2.8.3-6
Limiting to bugs with field 'package' containing at least one of '575121', 
'libopenscenegraph65', '2.8.3-6'
Limit currently set to 'package':'575121', 'libopenscenegraph65', '2.8.3-6'

 clone 575121 -1
Bug number 575121 belongs to package libopenscenegraph56, skipping.

 package -1 libopenscenegraph71 2.9.11-1
Limiting to bugs with field 'package' containing at least one of '-1', 
'libopenscenegraph71', '2.9.11-1'
Limit currently set to 'package':'-1', 'libopenscenegraph71', '2.9.11-1'

 severity 575124 serious
package: subtitlecomposer' does not match at least one of -1, 
libopenscenegraph71, 2.9.11-1
Failed to set severity of Bug 575124 to serious: limit failed for bugs: 575124.

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
575124: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=575124
575121: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=575121
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#616004: Bug in libcatalyst-modules-perl fixed in revision 70217

2011-03-02 Thread pkg-perl-maintainers
tag 616004 + pending
thanks

Some bugs are closed in revision 70217
by Gregor Herrmann (gregoa)

Commit message:

Add libtest-use-ok-perl to Build-Depends-Indep (closes: #616004).



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



Processed: Bug in libcatalyst-modules-perl fixed in revision 70217

2011-03-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 616004 + pending
Bug #616004 [src:libcatalyst-modules-perl] libcatalyst-modules-perl: Can't 
locate ok.pm in @INC
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
616004: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616004
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#616035: [libgnutls26] Breaks OpenLDAP with message: TLS: peer cert untrusted or revoked (0x402)

2011-03-02 Thread Andreas Metzler
# this is neither a security hole nor does it make the package
# unusable
severity 616035 important
thanks

On 2011-03-02 Vedran Furač vedran.fu...@gmail.com wrote:
 Package: libgnutls26
 Version: 2.10.4-2
 Severity: grave

 After the upgrade to version 2.10.4 pam authentication against OpenLDAP
 fails with the following error message:

 TLS: peer cert untrusted or revoked (0x402)
 TLS: can't connect: (unknown error code).

 Had to downgrade to 2.8.6 to be able to log in again.
[...]

Couuld you please show 
gnutls-cli --x509cafile wherever-TLS_CACERT-pointsto -p 636 ldap-server-hostname

for both 2.8.6 and 2.10.4?

thanks cu andreas



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



Bug#616080: gmerlin: segfault on start

2011-03-02 Thread Reinhard Tartler
On Wed, Mar 02, 2011 at 12:40:35 (CET), Thomas R. wrote:

 gmerlin won't start

 Starting from console results in:

 $ gmerlin
 Segmentation fault
 $

Can you please provide a backtrace?

http://wiki.debian.org/HowToGetABacktrace


-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



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



Processed: Re: Bug#616035: [libgnutls26] Breaks OpenLDAP with message: TLS: peer cert untrusted or revoked (0x402)

2011-03-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # this is neither a security hole nor does it make the package
 # unusable
 severity 616035 important
Bug #616035 [libgnutls26] [libgnutls26] Breaks OpenLDAP with message: TLS: peer 
cert untrusted or revoked (0x402)
Severity set to 'important' from 'grave'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
616035: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616035
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#607309: kerneltop: diff for NMU version 0.8-2.1

2011-03-02 Thread Jakub Wilk

tags 607309 + pending
thanks

Dear maintainer,

I've prepared an NMU for kerneltop (versioned as 0.8-2.1) and uploaded 
it to DELAYED/2. Please feel free to tell me if I should delay it 
longer.


--
Jakub Wilk
diffstat for kerneltop_0.8-2 kerneltop_0.8-2.1

 kerneltop-0.8/debian/changelog |8 
 kerneltop.c|2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff -u kerneltop-0.8/debian/changelog kerneltop-0.8/debian/changelog
--- kerneltop-0.8/debian/changelog
+++ kerneltop-0.8/debian/changelog
@@ -1,3 +1,11 @@
+kerneltop (0.8-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Increase size of mapfile line buffer from 128 to 1024 (closes: #607309,
+LP: #486218). Thanks to Marcin Szewczyk for the bug report.
+
+ -- Jakub Wilk jw...@debian.org  Wed, 02 Mar 2011 19:39:01 +0100
+
 kerneltop (0.8-2) unstable; urgency=low
 
   * debian/copyright: 
only in patch2:
unchanged:
--- kerneltop-0.8.orig/kerneltop.c
+++ kerneltop-0.8/kerneltop.c
@@ -84,7 +84,7 @@
 #define ROW_DATA	4	// first row of function/usage data
 #define ROW_MESSAGE	1
 
-#define S_LEN		128
+#define S_LEN		1024
 #define OUTPUT_SIZE	512
 
 #define DEF_NUMLINES	20		/* lines */


Processed: kerneltop: diff for NMU version 0.8-2.1

2011-03-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 607309 + pending
Bug #607309 [kerneltop] kerneltop: Kerneltop reports wrong lines if they are 
longer than 127 characters
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
607309: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=607309
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: tagging as pending bugs that are closed by packages in NEW

2011-03-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Wed Mar  2 19:03:10 UTC 2011
 # Tagging as pending bugs that are closed by packages in NEW
 # http://ftp-master.debian.org/new.html
 #
 # Source package in NEW: zarafa-drag-n-drop
 tags 611222 + pending
Bug #611222 [wnpp] ITP: zarafa-dragndrop -- Zarafa drag n drop add-on
Added tag(s) pending.
 # Source package in NEW: chromium-browser
 tags 611725 + pending
Bug #611725 [chromium-browser] chromium-browser: FTBFS on armel: selected 
processor does not support `smulbb ..'
Bug #613702 [chromium-browser] FTBFS: {standard input}:135: Error: selected 
processor does not support `smulbb r9, r9, r3'
Added tag(s) pending.
Added tag(s) pending.
 # Source package in NEW: libanyevent-aggressiveidle-perl
 tags 616105 + pending
Bug #616105 [wnpp] libanyevent-aggressiveidle-perl - Aggressive idle processes 
for AnyEvent
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
616105: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616105
611725: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611725
611222: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611222
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#616139: python-kde4: kdebindings do not build

2011-03-02 Thread Alf Gaida
Package: python-kde4
Version: sid
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Found an issue with smoke:
CMakeFiles/smokekio.dir/x_20.o: In function 
`__smokekio::x_KIO::x_47(Smoke::StackItem*)':
/workload/agaida/test/kdebindings-4.4.5/obj-x86_64-linux-gnu/smoke/kio/x_20.cpp:5535:
 undefined reference to `KIO::file_copy(KUrl const, KUrl const, QFlagsKIO)' 

and break.

Should imho be:

KIO::file_copy(KUrl const, KUrl const,-1, QFlagsKIO) 

So i think it's a problem with the code generation in smoke.


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-2.gc.3-gcom-amd64 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-kde4 depends on:
ii  kdebase-runtime 4:4.5.3-0r1.1runtime components from the offici
ii  kdepim-runtime  4:4.4.7-1Runtime components for akonadi-kde
ii  libakonadi-kde4 4:4.5.1-0r1.1library for using the Akonadi PIM 
ii  libakonadi-kmime4   4:4.5.1-0r1.1library for using the Akonadi PIM 
ii  libc6   2.11.2-13Embedded GNU C Library: Shared lib
ii  libkdecore5 4:4.5.3-0r1  the KDE Platform Core Library
ii  libkdeui5   4:4.5.3-0r1  the KDE Platform User Interface Li
ii  libkdnssd4  4:4.5.3-0r1  the DNS-SD Protocol Library for th
ii  libkfile4   4:4.5.3-0r1  the File Selection Dialog Library 
ii  libkhtml5   4:4.5.3-0r1  the KHTML Web Content Rendering En
ii  libkio5 4:4.5.3-0r1  the Network-enabled File Managemen
ii  libknewstuff2-4 4:4.5.3-0r1  the Get Hot New Stuff v2 Library
ii  libknewstuff3-4 4:4.5.3-0r1  the Get Hot New Stuff v3 Library
ii  libkparts4  4:4.5.3-0r1  the Framework for the KDE Platform
ii  libkpty44:4.5.3-0r1  the Pseudo Terminal Library for th
ii  libktexteditor4 4:4.5.3-0r1  the KTextEditor interfaces for the
ii  libkutils4  4:4.5.3-0r1  dummy transitional library
ii  libnepomuk4 4:4.5.3-0r1  the Nepomuk Meta Data Library
ii  libnepomukquery4a   4:4.5.3-0r1  the Nepomuk Query Library for the 
ii  libphonon4  4:4.6.0really4.4.2-1 the core library of the Phonon mul
ii  libplasma3  4:4.5.3-0r1  the Plasma Library for the KDE Pla
ii  libpython2.62.6.6-8+b1   Shared Python runtime library (ver
ii  libqt4-network  4:4.7.1-2Qt 4 network module
ii  libqt4-svg  4:4.7.1-2Qt 4 SVG module
ii  libqt4-xml  4:4.7.1-2Qt 4 XML module
ii  libqtcore4  4:4.7.1-2Qt 4 core module
ii  libqtgui4   4:4.7.1-2Qt 4 GUI module
ii  libsolid4   4:4.5.3-0r1  Solid Library for KDE Platform
ii  libsoprano4 2.5.0+dfsg.1-1   libraries for the Soprano RDF fram
ii  libstdc++6  4.5.2-4  The GNU Standard C++ Library v3
ii  phonon  4:4.6.0really4.4.2-1 metapackage for the Phonon multime
ii  python  2.6.6-3+squeeze5 interactive high-level object-orie
ii  python-qt4  4.8.3-1  Python bindings for Qt4
ii  python-sip  4.12.1-1.1   Python/C++ bindings generator runt
ii  python-support  1.0.11   automated rebuilding support for P
pn  sip-api-7.1 none   (no description available)

python-kde4 recommends no packages.

Versions of packages python-kde4 suggests:
ii  python2.5 2.5.5-11   An interactive high-level object-o



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



Bug#616093: libreoffice: on file open dialog the whole system gets halted

2011-03-02 Thread Martin Künstner
Hi,

on my system this bug is reproducable.

How can i provide further information.

I opened a terminal with the syslog open and than started libreoffice
and i didn't see anything abnormal there.

How can i enable debugging on libreoffice?
Is there a log to post?


Am Mittwoch, den 02.03.2011, 16:12 +0100 schrieb Rene Engelhard:
 Hi,
 
 On Wed, Mar 02, 2011 at 03:55:37PM +0100, Rene Engelhard wrote:
   on the file open dialog libre office get stuck and the whole system gets 
   frozen
   no user interaction is possible any more
   mous is moving but every otner action is no more possible
   you cant even change to console via STRG+F1
   system is not more responding
   i user the nuveau driver for my x setup
  
  There's no nuveau driver. And what if you try sith an other driver?
i meant the nouveau driver for nvidia graphic cards

  I thankfuzlly don't have a unstable system with nvidia hardware in it
  so I can't test either way.
  
  Besides that I don't see how file-open (which works in 99.9% of all users
  obviously, otherwise there would have been a report for this far earlier)
  is related to X or the system at large.
  
  I'd seriously bet on a local problem.
i don't think its a local problem, because last week all worked fine.
the probleme came with new packages.

before i had a crashed document, and the recover dialog starts.

 
 ... or a bug in nouveau (and/or the kernel). I think is it works with
 an other driver this bug simply should be reassigned there. And yes,
 a nouveau/kernel bug *can* make the system freeze. This doesn't make it
 a LibO bug, though.
 
 CCing kernel and X teams.
 
 FTR, from the initial report:
 
  Kernel: Linux 2.6.37-2-amd64 (SMP w/2 CPU cores)
 
 Grüße/Regards,
 
 René

-- 
Martin Künstner

Abt-Unold-Str. 7
88214 Ravensburg

Tel. 0751 6525626
Email: m.kuenst...@service4linux.com




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



Bug#616085: marked as done (Not installable in sid)

2011-03-02 Thread Debian Bug Tracking System
Your message dated Wed, 02 Mar 2011 19:33:28 +
with message-id 1299094408.23449.137.ca...@hathi.jungle.funky-badger.org
and subject line Re: Bug#616116: nmu: serna-free_4.3.0.20110221-1
has caused the Debian Bug report #616085,
regarding Not installable in sid
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
616085: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616085
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: serna
Version: 4.3.0.20110221-1
Severity: grave
Tags: sid

serna Depends: sip-api-7.1 but this no longer exists in sid. In sid,
python-sip now Provides: python2.5-sip, python2.6-sip, sip-api-8.0,
sip-api-8.1.

Rebuilding the current source package (with no source changes) results in an
installable package with a Depends: on sip-api-8.1.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing-proposed-updates'), (500, 
'stable'), (400, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages serna depends on:
ii  docbook-xsl 1.75.2+dfsg-5stylesheets for processing DocBook
ii  libaspell15 0.60.6-6 GNU Aspell spell-checker runtime l
ii  libc6   2.11.2-13Embedded GNU C Library: Shared lib
ii  libfreetype62.4.4-1  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.5.2-4GCC support library
ii  libice6 2:1.0.7-1X11 Inter-Client Exchange library
ii  libpython2.62.6.6-8+b1   Shared Python runtime library (ver
ii  libqscintilla2-52.4.3-1  The Qt4 port of the Scintilla sour
ii  libqt4-assistant4:4.6.3-4Qt 4 assistant module
ii  libqt4-network  4:4.6.3-4Qt 4 network module
ii  libqt4-qt3support   4:4.6.3-4Qt 3 compatibility library for Qt 
ii  libqt4-sql  4:4.6.3-4Qt 4 SQL module
ii  libqt4-svg  4:4.6.3-4Qt 4 SVG module
ii  libqt4-xml  4:4.6.3-4Qt 4 XML module
ii  libqtcore4  4:4.6.3-4Qt 4 core module
ii  libqtgui4   4:4.6.3-4Qt 4 GUI module
ii  libsm6  2:1.2.0-1X11 Session Management library
ii  libstdc++6  4.5.2-4  The GNU Standard C++ Library v3
ii  libx11-62:1.4.1-5X11 client-side library
ii  libxext62:1.2.0-2X11 miscellaneous extension librar
ii  libxft2 2.2.0-2  FreeType-based font drawing librar
ii  libxinerama12:1.1.1-1X11 Xinerama extension library
ii  libxmu6 2:1.1.0-1X11 miscellaneous utility library
ii  perl5.10.1-17Larry Wall's Practical Extraction 
ii  python  2.6.6-3+squeeze5 interactive high-level object-orie
ii  python-qt4  4.7.3-1+b1   Python bindings for Qt4
ii  python-sip [sip-api-7.1 4.10.2-1 Python/C++ bindings generator runt
ii  python-support  1.0.11   automated rebuilding support for P
ii  xsltproc1.1.26-6 XSLT 1.0 command line processor

Versions of packages serna recommends:
ii  fop   1:0.95.dfsg-11 XML to PDF Translator

serna suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
On Wed, 2011-03-02 at 22:13 +0530, Joachim Breitner wrote:
 it was pointed out to me that serna needs to be rebuilt:
 
 nmu serna-free_4.3.0.20110221-1 . ALL . -m Rebuild to bump sip-api 
 dependency (Closes: #616085)

Scheduled, together with the other required binNMUs for the transition.
wanna-build doesn't support closing bugs, so I'll close #616085 with
this mail instead.

Regards,

Adam


---End Message---


Bug#616093: libreoffice: on file open dialog the whole system gets halted

2011-03-02 Thread Rene Engelhard
Hi,

On Wed, Mar 02, 2011 at 08:17:55PM +0100, Martin Künstner wrote:
 I opened a terminal with the syslog open and than started libreoffice
 and i didn't see anything abnormal there.

Of course not, LibO doesn't write to syslog, neither does X.

 Is there a log to post?

A log for a GUI app?

   There's no nuveau driver. And what if you try sith an other driver?
 i meant the nouveau driver for nvidia graphic cards

I know.

   I thankfuzlly don't have a unstable system with nvidia hardware in it
   so I can't test either way.
   
   Besides that I don't see how file-open (which works in 99.9% of all users
   obviously, otherwise there would have been a report for this far earlier)
   is related to X or the system at large.
   
   I'd seriously bet on a local problem.
 i don't think its a local problem, because last week all worked fine.

Aha. Last week unstable already had 3.3.1-1. (And before that it had rc2 which
is the same as 3.3.1 final upstream)

 the probleme came with new packages.

But then from X or nouveau or the kernel. Look in your aptitude or dpkg log 
please what
you upgraded.

  CCing kernel and X teams.

And why did you strip those CCs?

Grüße/Regards,

René



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



Bug#616093: libreoffice: on file open dialog the whole system gets halted

2011-03-02 Thread Rene Engelhard
Hi again,

On Wed, Mar 02, 2011 at 08:47:48PM +0100, Rene Engelhard wrote:
 On Wed, Mar 02, 2011 at 08:17:55PM +0100, Martin Künstner wrote:
  I opened a terminal with the syslog open and than started libreoffice
  and i didn't see anything abnormal there.
 
 Of course not, LibO doesn't write to syslog, neither does X.
 
  Is there a log to post?
 
 A log for a GUI app?

I forgot here:

Maybe it helps giving us the X log and/or kernel log, as it apparently only
happens on some systems (nouveau?)

   CCing kernel and X teams.
 
 And why did you strip those CCs?

Especially helpful for those teams.

Grüße/Regards,

René



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



Bug#616093: libreoffice: on file open dialog the whole system gets halted

2011-03-02 Thread Martin Künstner
Hi,

i will provide the logs tomorrow because they are on my work machine.

by the way, it also happens with the older kernel, Linux 2.6.37-1-amd64
which is also on this machine.
i didn't tried an older one.

please tell me what informations you need!

greetings
Martin


Am Mittwoch, den 02.03.2011, 20:58 +0100 schrieb Rene Engelhard:
 Hi again,
 
 On Wed, Mar 02, 2011 at 08:47:48PM +0100, Rene Engelhard wrote:
  On Wed, Mar 02, 2011 at 08:17:55PM +0100, Martin Künstner wrote:
   I opened a terminal with the syslog open and than started libreoffice
   and i didn't see anything abnormal there.
  
  Of course not, LibO doesn't write to syslog, neither does X.
  
   Is there a log to post?
  
  A log for a GUI app?
 
 I forgot here:
 
 Maybe it helps giving us the X log and/or kernel log, as it apparently only
 happens on some systems (nouveau?)
 
CCing kernel and X teams.
  
  And why did you strip those CCs?
 
 Especially helpful for those teams.
 
 Grüße/Regards,
 
 René

-- 
Martin Künstner

Abt-Unold-Str. 7
88214 Ravensburg

Tel. 0751 6525626
Email: m.kuenst...@service4linux.com




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



Bug#614996: marked as done (ffmpeg2theora: FTBFS (--no-add-needed))

2011-03-02 Thread Debian Bug Tracking System
Your message dated Wed, 02 Mar 2011 20:18:02 +
with message-id e1pusuk-0005wh...@franck.debian.org
and subject line Bug#614996: fixed in ffmpeg2theora 0.27-1.1
has caused the Debian Bug report #614996,
regarding ffmpeg2theora: FTBFS (--no-add-needed)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
614996: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614996
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: ffmpeg2theora
Version: 0.24-2
Severity: serious
User: peter.fritzs...@gmx.de
Usertag: no-add-needed

Hi,

ffmpeg2theora FTBFS on at least some architectures due to what looks
like the recent gcc-4.4 linker invocation changes.  From the build log:

gcc -o ffmpeg2theora src/ffmpeg2theora.o src/subtitles.o src/theorautils.o 
-lvorbisenc -lvorbis -lm -ltheora -logg -lavcodec -lavformat -lavdevice 
-lpostproc -lswscale
/usr/bin/ld: src/ffmpeg2theora.o: undefined reference to symbol 
'av_free@@LIBAVUTIL_50'
/usr/bin/ld: note: 'av_free@@LIBAVUTIL_50' is defined in DSO 
/usr/lib64/libavutil.so.50 so try adding it to the linker command line
/usr/lib64/libavutil.so.50: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
scons: *** [ffmpeg2theora] Error 1
scons: building terminated because of errors.
make: *** [debian/stamp-scons-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Full logs available via
https://buildd.debian.org/status/package.php?p=ffmpeg2theora

Regards,

Adam



---End Message---
---BeginMessage---
Source: ffmpeg2theora
Source-Version: 0.27-1.1

We believe that the bug you reported is fixed in the latest version of
ffmpeg2theora, which is due to be installed in the Debian FTP archive:

ffmpeg2theora_0.27-1.1.diff.gz
  to main/f/ffmpeg2theora/ffmpeg2theora_0.27-1.1.diff.gz
ffmpeg2theora_0.27-1.1.dsc
  to main/f/ffmpeg2theora/ffmpeg2theora_0.27-1.1.dsc
ffmpeg2theora_0.27-1.1_i386.deb
  to main/f/ffmpeg2theora/ffmpeg2theora_0.27-1.1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 614...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Reinhard Tartler siret...@tauware.de (supplier of updated ffmpeg2theora 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 25 Feb 2011 20:21:04 +0100
Source: ffmpeg2theora
Binary: ffmpeg2theora
Architecture: source i386
Version: 0.27-1.1
Distribution: unstable
Urgency: low
Maintainer: RISKO Gergely ri...@debian.org
Changed-By: Reinhard Tartler siret...@tauware.de
Description: 
 ffmpeg2theora - Theora video encoder using ffmpeg
Closes: 614996
Changes: 
 ffmpeg2theora (0.27-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Bug fix: FTBFS (--no-add-needed), thanks to Adam D. Barratt (Closes:
 #614996).
Checksums-Sha1: 
 4ab71416fe7d42f4b17973a3126ef0526e0d09ba 1497 ffmpeg2theora_0.27-1.1.dsc
 43679cf89920170ece51086e43c1e3e4f6ee3d83 4192 ffmpeg2theora_0.27-1.1.diff.gz
 8209e0d10166582daee07effa4c50ab0a74f3e11 53298 ffmpeg2theora_0.27-1.1_i386.deb
Checksums-Sha256: 
 176b160c53abbe99cafe3da3a5d907e610e735bc1ebff749b447ac3dd0b078fb 1497 
ffmpeg2theora_0.27-1.1.dsc
 4f7f56a2530a4e8330bbd4f05cf74b24f27fcb323b6e025ed8f1b141eadcc0d1 4192 
ffmpeg2theora_0.27-1.1.diff.gz
 659558738163e3338fab16961cd1f98c4b9dd5520d2b7711cf554342aa25 53298 
ffmpeg2theora_0.27-1.1_i386.deb
Files: 
 e4672c0491325a0832464de16718eebc 1497 video optional ffmpeg2theora_0.27-1.1.dsc
 cb2066dfd7ee37b5d7289d6b28556ad9 4192 video optional 
ffmpeg2theora_0.27-1.1.diff.gz
 a0eb7e6d6116fdf667c249664faea98e 53298 video optional 
ffmpeg2theora_0.27-1.1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Debian Powered!

iEYEARECAAYFAk1oAtQACgkQmAg1RJRTSKTXAwCfbylmqJ9CBaW76t+PvQl/fYjM
WGwAnRHcZTBYOy/DivGwdWK0wI1+TTcb
=XL0X
-END PGP SIGNATURE-


---End Message---


Bug#554340: marked as done (FTBFS with binutils-gold)

2011-03-02 Thread Debian Bug Tracking System
Your message dated Wed, 02 Mar 2011 20:18:02 +
with message-id e1pusuk-0005wh...@franck.debian.org
and subject line Bug#614996: fixed in ffmpeg2theora 0.27-1.1
has caused the Debian Bug report #614996,
regarding FTBFS with binutils-gold
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
614996: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614996
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: ffmpeg2theora
Version: 0.24-2
Severity: minor
User: peter.fritzs...@gmx.de
Usertags: no-add-needed

Tried to build your package and it fails to build with GNU binutils-gold. The
important difference is that --no-add-needed is the default behavior of of GNU
binutils-gold. Please provide all needed libraries to the linker when building
your executables.

More informations can be found at
 
http://wiki.debian.org/qa.debian.org/FTBFS#A2009-11-02Packagesfailingbecausebinutils-gold.2BAC8-indirectlinking

gcc -o ffmpeg2theora src/ffmpeg2theora.o src/theorautils.o src/subtitles.o 
-lvorbisenc -lvorbis -lm -ltheora -logg -lavcodec -lavformat -lavdevice 
-lpostproc -lswscale
/usr/bin/ld: src/ffmpeg2theora.o: in function 
frame_alloc:ffmpeg2theora.c(.text+0x40): error: undefined reference to 
'av_malloc'
/usr/bin/ld: src/ffmpeg2theora.o: in function 
frame_alloc:ffmpeg2theora.c(.text+0x54): error: undefined reference to 'av_free'
/usr/bin/ld: src/ffmpeg2theora.o: in function 
frame_dealloc:ffmpeg2theora.c(.text+0xaa): error: undefined reference to 
'av_free'
/usr/bin/ld: src/ffmpeg2theora.o: in function 
ff2theora_output:ffmpeg2theora.c(.text+0x18f8): error: undefined reference to 
'av_reduce'
/usr/bin/ld: src/ffmpeg2theora.o: in function 
ff2theora_output:ffmpeg2theora.c(.text+0x1a5a): error: undefined reference to 
'av_reduce'
/usr/bin/ld: src/ffmpeg2theora.o: in function 
ff2theora_output:ffmpeg2theora.c(.text+0x248c): error: undefined reference to 
'av_malloc'
/usr/bin/ld: src/ffmpeg2theora.o: in function 
ff2theora_output:ffmpeg2theora.c(.text+0x249d): error: undefined reference to 
'av_malloc'
/usr/bin/ld: src/ffmpeg2theora.o: in function 
ff2theora_output:ffmpeg2theora.c(.text+0x3123): error: undefined reference to 
'av_log'
/usr/bin/ld: src/ffmpeg2theora.o: in function 
ff2theora_output:ffmpeg2theora.c(.text+0x32bf): error: undefined reference to 
'av_log'
/usr/bin/ld: src/ffmpeg2theora.o: in function 
ff2theora_output:ffmpeg2theora.c(.text+0x395d): error: undefined reference to 
'av_free'
/usr/bin/ld: src/ffmpeg2theora.o: in function 
ff2theora_output:ffmpeg2theora.c(.text+0x39b1): error: undefined reference to 
'av_free'
collect2: ld returned 1 exit status
scons: *** [ffmpeg2theora] Error 1


---End Message---
---BeginMessage---
Source: ffmpeg2theora
Source-Version: 0.27-1.1

We believe that the bug you reported is fixed in the latest version of
ffmpeg2theora, which is due to be installed in the Debian FTP archive:

ffmpeg2theora_0.27-1.1.diff.gz
  to main/f/ffmpeg2theora/ffmpeg2theora_0.27-1.1.diff.gz
ffmpeg2theora_0.27-1.1.dsc
  to main/f/ffmpeg2theora/ffmpeg2theora_0.27-1.1.dsc
ffmpeg2theora_0.27-1.1_i386.deb
  to main/f/ffmpeg2theora/ffmpeg2theora_0.27-1.1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 614...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Reinhard Tartler siret...@tauware.de (supplier of updated ffmpeg2theora 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 25 Feb 2011 20:21:04 +0100
Source: ffmpeg2theora
Binary: ffmpeg2theora
Architecture: source i386
Version: 0.27-1.1
Distribution: unstable
Urgency: low
Maintainer: RISKO Gergely ri...@debian.org
Changed-By: Reinhard Tartler siret...@tauware.de
Description: 
 ffmpeg2theora - Theora video encoder using ffmpeg
Closes: 614996
Changes: 
 ffmpeg2theora (0.27-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Bug fix: FTBFS (--no-add-needed), thanks to Adam D. Barratt (Closes:
 #614996).
Checksums-Sha1: 
 4ab71416fe7d42f4b17973a3126ef0526e0d09ba 1497 ffmpeg2theora_0.27-1.1.dsc
 43679cf89920170ece51086e43c1e3e4f6ee3d83 4192 ffmpeg2theora_0.27-1.1.diff.gz
 8209e0d10166582daee07effa4c50ab0a74f3e11 53298 ffmpeg2theora_0.27-1.1_i386.deb
Checksums-Sha256: 
 

Bug#604337: Preparations for the removal of the KDE3 and Qt3 libraries

2011-03-02 Thread Eckhart Wörner
Hi,

looking into the reverse dependencies of python-kde3 I found that python-kde3 
is basically a leaf package already (there's only a suggests in panflute-
daemon left). Is it therefore okay to ask for removal of src:python-kde3 (and 
its binary packages)?

Eckhart



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



Bug#593356: marked as done (apt-cacher-ng: memory leak in Lenny backport of 0.5.1 with MaxStandbyConThreads: 2 enabled)

2011-03-02 Thread Debian Bug Tracking System
Your message dated Wed, 2 Mar 2011 22:10:01 +0100
with message-id 20110302211001.ga21...@rotes76.wohnheim.uni-kl.de
and subject line fixed long ago
has caused the Debian Bug report #593356,
regarding apt-cacher-ng: memory leak in Lenny backport of 0.5.1 with 
MaxStandbyConThreads: 2 enabled
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
593356: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593356
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: apt-cacher-ng
Severity: normal

G'day.

We use apt-cacher-ng in the office to reduce the cost of updates, for which it
works great.  However, after moving from an Etch machine to a Lenny machine
running apt-cacher-ng we hit trouble with memory exhaustion.

In an effort to improve this, and since it looks like there have been a whole
lot of improvements, I backported (eg: compiled) the 0.5.1 package from
testing on Lenny and deployed that.

Sadly, our problem continued: we were filling 2GB of memory inside six hours,
with about thirty systems updating through the cache.

It turns out that the troublesome setting is:

MaxStandbyConThreads: 2

With that enabled, memory leak, with it commented out, nothing.  I had
adjusted that because we use a container solution for the proxy host, and
I was happy to pay the cost of slower response while threads spool up in
return for potentially reclaiming some memory for other containers.


Anyway, so far the system looks to be stable with that disabled, and with it
enabled we see a huge leak from while :; do aptitude update; done on a
system with the Debian Lenny core, backports, and volatile enabled.

I can supply more details if you were interested, but figured that given the
backport and all you might not be interested in this report.  Let me know
what, if anything, I can do to help further.


Finally, thanks again for this package: it is a world better than the other
cache alternatives we have tested, and makes my life vastly more pleasant by,
generally, just working. :)

Regards,
Daniel

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-openvz-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- 
✣ Daniel Pittman✉ dan...@rimspace.net☎ +61 401 155 707
   ♽ made with 100 percent post-consumer electrons


---End Message---
---BeginMessage---
Version: 0.5.4-1


---End Message---


Bug#604322: Trying to remove kdelibs4c2a from regina-normal

2011-03-02 Thread Benjamin Burton
Hi Lisandro,

Thanks for looking into this.

The build fails after:


# All good!
touch configure-stamp

 with exit status 2.


The problem is the sanity checks in debian/rules, right between configure
and touch configure-stamp.  (This verifies that all the necessary bits are
going to be built.)

The solution is to comment out the test for REGINA_BUILD_KDEUI (line 71 in
my copy of debian/rules, hopefully somewhere close to there in yours).

- Ben.


Bug#616114: man in the middle security issue

2011-03-02 Thread Florian Weimer
* Thijs Kinkhorst:

 The following report by PolarSSL upstream was brought to our attention:
 https://lists.ubuntu.com/archives/ubuntu-motu/2011-February/007026.html

 Unfortunately it doesn't disclose details. I'll contact the upstream
 maintainer about that, but in any case a good start would be to
 upload the new upstream to unstable. Are you able to do that?

There is now sufficiently detailed in formation at:

  http://polarssl.org/trac/wiki/SecurityAdvisory201101

Arnaud, could you please prepare fixed packages?



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



Bug#604322: Trying to remove kdelibs4c2a from regina-normal

2011-03-02 Thread Lisandro Damián Nicanor Pérez Meyer
On Wednesday 02 March 2011 18:12:45 Benjamin Burton wrote:
 Hi Lisandro,
 
 Thanks for looking into this.
 
 The build fails after:
 # All good!
 touch configure-stamp
  
  with exit status 2.
 
 The problem is the sanity checks in debian/rules, right between configure
 and touch configure-stamp.  (This verifies that all the necessary bits are
 going to be built.)
 
 The solution is to comment out the test for REGINA_BUILD_KDEUI (line 71 in
 my copy of debian/rules, hopefully somewhere close to there in yours).
 
 - Ben.

I removed that line :-/

Maybe it's related to the docs? I saw that some kde docs were being generated 
:-/


Kinds regards, Lisandro.

-- 
Esperando confirmación de ingredientes necesarios
que serán expuestos a la radiación...
  Manera geek de expresar que se espera la compra
  de carne para un típico asado argentino.
  Silvio Rikemberg.

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


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


Processed: postfixadmin: Mailbox postdeletion not sanitizing list of arguments

2011-03-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 610610 moreinfo unreproducible
Bug #610610 [postfixadmin] postfixadmin: Mailbox postdeletion not sanitizing 
list of arguments
Warning: Unknown package 'postfixadmin'
Added tag(s) unreproducible and moreinfo.
Warning: Unknown package 'postfixadmin'
 severity 610610 normal
Bug #610610 [postfixadmin] postfixadmin: Mailbox postdeletion not sanitizing 
list of arguments
Warning: Unknown package 'postfixadmin'
Severity set to 'normal' from 'grave'

Warning: Unknown package 'postfixadmin'

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
610610: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610610
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#604322: Trying to remove kdelibs4c2a from regina-normal

2011-03-02 Thread Benjamin Burton
 I removed that line :-/


Ah.. hmm, okay.

Maybe it's related to the docs? I saw that some kde docs were being
 generated


The doxygen docs should still be generated, but the KDE docs are part of the
KDE build, and should be skipped if --disable-kdeui is passed.

Anyway: I'm looking into it now.

- b.


Bug#616176: ocaml-sha: FTBFS on multiple architectures: No rule to make target `all-byte'

2011-03-02 Thread Hector Oron
Package: ocaml-sha
Version: 1.7-1
Severity: serious

Hello,

  Your package fails to build from source:

dh build --with ocaml
   dh_testdir
  dh_ocamlinit
dh_auto_configure
debian/rules override_dh_auto_build
make[1]: Entering directory 
`/build/buildd-ocaml-sha_1.7-1-armel-HbZIeI/ocaml-sha-1.7'
/usr/bin/make all-byte
make[2]: Entering directory 
`/build/buildd-ocaml-sha_1.7-1-armel-HbZIeI/ocaml-sha-1.7'
make[2]: *** No rule to make target `all-byte'.  Stop.
make[1]: *** [override_dh_auto_build] Error 2

  Find full build log at:
  
https://buildd.debian.org/fetch.cgi?pkg=ocaml-shaarch=armelver=1.7-1stamp=1298753831file=logas=raw

  For other architectures visit:
  https://buildd.debian.org/status/package.php?p=ocaml-sha

Best regards,

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.37-1-686 (SMP w/2 CPU cores)
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#616177: mixxx: FTBFS on multiple architectures: invalid machine type

2011-03-02 Thread Hector Oron
Package: mixxx
Version: 1.9.0-1
Severity: serious

Hello,

  Your package fails to autobuild from source:

dh binary-arch --with scour
   dh_testdir -a
  dh_auto_configure -a
 debian/rules override_dh_auto_build
 make[1]: Entering directory 
`/build/buildd-mixxx_1.9.0-1-armel-1F64oL/mixxx-1.9.0'
 # create icons
 convert res/images/mixxx-icon.png -geometry 32x32 mixxx.xpm
 scons 
install_root=/build/buildd-mixxx_1.9.0-1-armel-1F64oL/mixxx-1.9.0/debian/tmp/usr
 qtdir=/usr/share/qt4 prefix=/usr
 scons: Reading SConscript files ...
 Exception: invalid machine type:
   File /build/buildd-mixxx_1.9.0-1-armel-1F64oL/mixxx-1.9.0/SConstruct, line 
59:
   build = mixxx.MixxxBuild(target, machine, build_type, toolchain, 
available_features)
 File 
/build/buildd-mixxx_1.9.0-1-armel-1F64oL/mixxx-1.9.0/build/mixxx.py, line 44:
 raise Exception(invalid machine type)
 make[1]: *** [override_dh_auto_build] Error 2

 Find full build log at:
 
https://buildd.debian.org/fetch.cgi?pkg=mixxxarch=armelver=1.9.0-1stamp=1298808748file=logas=raw

 Find other architecture build information at:
 https://buildd.debian.org/status/package.php?p=mixxxsuite=sid

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.37-1-686 (SMP w/2 CPU cores)
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#616179: proftpd: mod_sftp integer overflow / CVE-2011-1137

2011-03-02 Thread henri
Package: proftpd-basic
Version: 1.3.3a-6
Tags: security
Severity: grave

Package proftpd-basic got assigned by CVE-2011-1137 mod_sftp integer 
overflow. Packages might be vulnerable. Security tracker should also be 
updated. This needs verifying.

References:
http://www.openwall.com/lists/oss-security/2011/03/02/5
http://bugs.proftpd.org/show_bug.cgi?id=3586
http://www.exploit-db.com/exploits/16129/
http://www.castaglia.org/proftpd/modules/mod_sftp.html

Best regards,
Henri Salo



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



Bug#616181: fpc: FTBFS on armel: An unhandled exception occurred at $00033B60

2011-03-02 Thread Hector Oron
Package: fpc-source
Version: 2.4.0-3
Severity: serious

Hello,

  Your package fails to build from source:

/usr/bin/ppcarm -Ur -Xs -O2 -n -Fuarm -Fusystems 
-Fu/build/buildd-fpc_2.4.0-3-armel-HNrNgL/fpc-2.4.0/fpcsrc/rtl/units/arm-linux 
-Fiarm -FE. -FUarm/units/arm-linux -dRELEASE  -darm -dGDB -dBROWSERLOG  pp.pas
An unhandled exception occurred at $00033B60 :
EInOutError : File not found

  Find full build log at:
  
https://buildd.debian.org/fetch.cgi?pkg=fpcarch=armelver=2.4.0-3stamp=1298979331file=logas=raw

Best regards

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.37-1-686 (SMP w/2 CPU cores)
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Processed: Bug#556917: FTBFS with binutils-gold

2011-03-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 556917 serious
Bug #556917 [src:totem] FTBFS with binutils-gold
Severity set to 'serious' from 'important'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
556917: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=556917
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: Bug#556687: FTBFS with binutils-gold

2011-03-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 556687 serious
Bug #556687 [src:xabacus] FTBFS with binutils-gold
Severity set to 'serious' from 'important'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
556687: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=556687
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: Bug#553955: FTBFS with binutils-gold

2011-03-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 553955 serious
Bug #553955 [src:aqualung] FTBFS with binutils-gold
Severity set to 'serious' from 'important'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
553955: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553955
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#616182: qgis: FTBFS on multiple architectures

2011-03-02 Thread Hector Oron
Package: qgis
Version: 1.4.0+12730-6
Severity: serious

Hello,

  Your package fails to build on the autobuilder network:

[ 62%] Generating core/Makefile, gui/Makefile, analysis/Makefile
sip: 
/build/buildd-qgis_1.4.0+12730-6-armel-HelQz3/qgis-1.4.0+12730/python/core/conversions.sip:268:
 Mapped type has already been defined in another module
sip: 
/build/buildd-qgis_1.4.0+12730-6-armel-HelQz3/qgis-1.4.0+12730/python/core/conversions.sip:268:
 Mapped type has already been defined in another module
sip: 
/build/buildd-qgis_1.4.0+12730-6-armel-HelQz3/qgis-1.4.0+12730/python/core/conversions.sip:268:
 Mapped type has already been defined in another module
Error: Unable to open
/build/buildd-qgis_1.4.0+12730-6-armel-HelQz3/qgis-1.4.0+12730/debian/build/python/core/core.sbf
Parsing SIP files for 'core' library...
/usr/bin/sip -c core -b 
/build/buildd-qgis_1.4.0+12730-6-armel-HelQz3/qgis-1.4.0+12730/debian/build/python/core/core.sbf
 -I /usr/share/sip/PyQt4 -x VendorID -t WS_X11 -x PyQt_NoPrintRangeBug -x 
PyQt_qreal_double -t Qt_4_6_3 -x Py_v3 -g 
/build/buildd-qgis_1.4.0+12730-6-armel-HelQz3/qgis-1.4.0+12730/python/core/core.sip
Parsing SIP files for 'gui' library...
/usr/bin/sip -c gui -b 
/build/buildd-qgis_1.4.0+12730-6-armel-HelQz3/qgis-1.4.0+12730/debian/build/python/gui/gui.sbf
 -I /build/buildd-qgis_1.4.0+12730-6-armel-HelQz3/qgis-1.4.0+12730/python -I 
/usr/share/sip/PyQt4 -x VendorID -t WS_X11 -x PyQt_NoPrintRangeBug -x 
PyQt_qreal_double -t Qt_4_6_3 -x Py_v3 -g 
/build/buildd-qgis_1.4.0+12730-6-armel-HelQz3/qgis-1.4.0+12730/python/gui/gui.sip
Parsing SIP files for 'analysis' library...
/usr/bin/sip -c analysis -b 
/build/buildd-qgis_1.4.0+12730-6-armel-HelQz3/qgis-1.4.0+12730/debian/build/python/analysis/analysis.sbf
 -I /build/buildd-qgis_1.4.0+12730-6-armel-HelQz3/qgis-1.4.0+12730/python -I 
/usr/share/sip/PyQt4 -x VendorID -t WS_X11 -x PyQt_NoPrintRangeBug -x 
PyQt_qreal_double -t Qt_4_6_3 -x Py_v3 -g 
/build/buildd-qgis_1.4.0+12730-6-armel-HelQz3/qgis-1.4.0+12730/python/analysis/analysis.sip
Creating makefiles...
make[3]: *** [python/core/Makefile] Error 1

  Find full build logs linked from:
  https://buildd.debian.org/status/package.php?p=qgissuite=sid

  Best regards

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.37-1-686 (SMP w/2 CPU cores)
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#616183: avogadro: FTBFS on multiple architectures

2011-03-02 Thread Hector Oron
Package: avogadro
Version: 1.0.1-3.1+b1
Severity: serious

Hello,

  Your package fails to build on the autobuilder network:

+/build/buildd-avogadro_1.0.1-3.1+b1-armel-Q0Yifm/avogadro-1.0.1/libavogadro/src/python/sip.cpp:7:
/usr/include/qt4/QtCore/qstring.h:91: note: the mangling of 'va_list' has 
changed in GCC 4.4
/build/buildd-avogadro_1.0.1-3.1+b1-armel-Q0Yifm/avogadro-1.0.1/libavogadro/src/python/sip.cpp:
 In
+static member function 'static void* 
QClass_convertersT::QClass_from_PyQt(PyObject*)':
/build/buildd-avogadro_1.0.1-3.1+b1-armel-Q0Yifm/avogadro-1.0.1/libavogadro/src/python/sip.cpp:207:
+error: 'struct sipSimpleWrapper' has no member named 'u'
make[3]: *** [libavogadro/src/python/CMakeFiles/python-module.dir/sip.cpp.o] 
Error 1
make[3]: Leaving directory
+`/build/buildd-avogadro_1.0.1-3.1+b1-armel-Q0Yifm/avogadro-1.0.1/obj-arm-linux-gnueabi'
make[2]: *** [libavogadro/src/python/CMakeFiles/python-module.dir/all] Error 2
make[1]: *** [all] Error 2
make: *** [debian/stamp-makefile-build] Error 2


   Find full build log at:
   
https://buildd.debian.org/fetch.cgi?pkg=avogadroarch=armelver=1.0.1-3.1%2Bb1stamp=1299100489file=logas=raw

   Find other architectures build logs linked from:
   https://buildd.debian.org/status/package.php?p=avogadrosuite=sid

Best regards

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.37-1-686 (SMP w/2 CPU cores)
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Processed: 615995 still valid

2011-03-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reopen 615995
Bug #615995 {Done: Willi Mann wi...@wm1.at} [logwatch] CVE-2011-1018
'reopen' may be inappropriate when a bug has been closed with a version;
you may need to use 'found' to remove fixed versions.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
615995: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615995
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#615995: CVE-2011-1018

2011-03-02 Thread henri
I am reopening this issue, because there is releases, which hasn't been patched 
yet.

http://security-tracker.debian.org/tracker/CVE-2011-1018

Best regards,
Henri Salo



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



Bug#604322: marked as done (Preparations for the removal of the KDE3 and Qt3 libraries)

2011-03-02 Thread Debian Bug Tracking System
Your message dated Thu, 03 Mar 2011 00:17:58 +
with message-id e1puwew-000792...@franck.debian.org
and subject line Bug#604322: fixed in regina-normal 4.6-2
has caused the Debian Bug report #604322,
regarding Preparations for the removal of the KDE3 and Qt3 libraries
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
604322: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604322
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: regina-normal
Severity: wishlist
User: debian-qt-...@lists.debian.org
Usertags: qt3libs-removal kde3libs-removal


Dear maintainer,

The Debian Qt/KDE team is planning to remove the KDE3 and Qt3 libraries from 
Debian shortly after the Squeeze release. The transition phase to KDE4 and Qt4 
will finish since both KDE and Nokia upstream don't maintain the old versions 
of those libraries anymore.

In order to make this move, all packages directly or indirectly depending on 
the KDE3/Qt3 libraries have to either get ported to KDE4/Qt4 or eventually get 
removed from the Debian repositories.

Therefore, please take the time and:
- contact your upstream (if existing) and ask about the state of a KDE4/Qt4 
port of your application
- if there are no activities regarding porting, investigate whether there are 
suitable alternatives for your users
- if there is a KDE4/Qt4 port that is not yet packaged, consider packaging it
- if both the KDE3/Qt3 and the KDE4/Qt4 version already coexist in the Debian 
archives, consider removing the KDE3/Qt3 version

Documentation on how to port to KDE4 can be found at:
http://techbase.kde.org/index.php?title=Development/Tutorials/KDE4_Porting_Guide

Documentation on how to port to Qt4 can be found at:
http://doc.qt.nokia.com/4.7/porting4.html

For any questions and issues, do not hesitate to contact the Debian Qt/KDE 
team at debian-qt-...@lists.debian.org

Eckhart


---End Message---
---BeginMessage---
Source: regina-normal
Source-Version: 4.6-2

We believe that the bug you reported is fixed in the latest version of
regina-normal, which is due to be installed in the Debian FTP archive:

regina-normal-dev_4.6-2_amd64.deb
  to main/r/regina-normal/regina-normal-dev_4.6-2_amd64.deb
regina-normal-doc_4.6-2_all.deb
  to main/r/regina-normal/regina-normal-doc_4.6-2_all.deb
regina-normal-mpi_4.6-2_amd64.deb
  to main/r/regina-normal/regina-normal-mpi_4.6-2_amd64.deb
regina-normal_4.6-2.diff.gz
  to main/r/regina-normal/regina-normal_4.6-2.diff.gz
regina-normal_4.6-2.dsc
  to main/r/regina-normal/regina-normal_4.6-2.dsc
regina-normal_4.6-2_amd64.deb
  to main/r/regina-normal/regina-normal_4.6-2_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 604...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ben Burton b...@debian.org (supplier of updated regina-normal package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 03 Mar 2011 08:26:05 +1000
Source: regina-normal
Binary: regina-normal regina-normal-dev regina-normal-mpi regina-normal-doc
Architecture: source all amd64
Version: 4.6-2
Distribution: unstable
Urgency: low
Maintainer: Ben Burton b...@debian.org
Changed-By: Ben Burton b...@debian.org
Description: 
 regina-normal - 3-manifold topology software with normal surface support
 regina-normal-dev - development files for Regina, the 3-manifold topology 
software
 regina-normal-doc - API docs for Regina, the 3-manifold topology software
 regina-normal-mpi - MPI utilities for Regina, the 3-manifold topology software
Closes: 571451 604322 615578
Changes: 
 regina-normal (4.6-2) unstable; urgency=low
 .
   * Preparation for the removal of KDE3.  The GUI (regina-kde) has been
 removed completely, and will be restored when the port to KDE4 is
 complete (closes: #604322, #615578).
   * Build MPI utilities against mpi-default-dev, not MPICH (closes: #571451).
   * Ack the NMU below (4.6-1.1).  The libboost-python-dev build-depends
 has been upgraded to = 1.39.0 accordingly.
   * Added dependency on ${misc:Depends} for each binary package.
   * Thanks to Lisandro Damián Nicanor Pérez Meyer for assistance.
Checksums-Sha1: 
 d1b48d85440b8756b21b48b2983c57e62a0f41be 1298 regina-normal_4.6-2.dsc
 

Bug#616176: marked as done (ocaml-sha: FTBFS on multiple architectures: No rule to make target `all-byte')

2011-03-02 Thread Debian Bug Tracking System
Your message dated Thu, 03 Mar 2011 01:17:17 +
with message-id e1puxal-0005bc...@franck.debian.org
and subject line Bug#616176: fixed in ocaml-sha 1.7-2
has caused the Debian Bug report #616176,
regarding ocaml-sha: FTBFS on multiple architectures: No rule to make target 
`all-byte'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
616176: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616176
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: ocaml-sha
Version: 1.7-1
Severity: serious

Hello,

  Your package fails to build from source:

dh build --with ocaml
   dh_testdir
  dh_ocamlinit
dh_auto_configure
debian/rules override_dh_auto_build
make[1]: Entering directory 
`/build/buildd-ocaml-sha_1.7-1-armel-HbZIeI/ocaml-sha-1.7'
/usr/bin/make all-byte
make[2]: Entering directory 
`/build/buildd-ocaml-sha_1.7-1-armel-HbZIeI/ocaml-sha-1.7'
make[2]: *** No rule to make target `all-byte'.  Stop.
make[1]: *** [override_dh_auto_build] Error 2

  Find full build log at:
  
https://buildd.debian.org/fetch.cgi?pkg=ocaml-shaarch=armelver=1.7-1stamp=1298753831file=logas=raw

  For other architectures visit:
  https://buildd.debian.org/status/package.php?p=ocaml-sha

Best regards,

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.37-1-686 (SMP w/2 CPU cores)
Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


---End Message---
---BeginMessage---
Source: ocaml-sha
Source-Version: 1.7-2

We believe that the bug you reported is fixed in the latest version of
ocaml-sha, which is due to be installed in the Debian FTP archive:

libsha-ocaml-dev_1.7-2_amd64.deb
  to main/o/ocaml-sha/libsha-ocaml-dev_1.7-2_amd64.deb
libsha-ocaml_1.7-2_amd64.deb
  to main/o/ocaml-sha/libsha-ocaml_1.7-2_amd64.deb
ocaml-sha_1.7-2.debian.tar.gz
  to main/o/ocaml-sha/ocaml-sha_1.7-2.debian.tar.gz
ocaml-sha_1.7-2.dsc
  to main/o/ocaml-sha/ocaml-sha_1.7-2.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 616...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Eric Cooper e...@cmu.edu (supplier of updated ocaml-sha package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 02 Mar 2011 19:54:10 -0500
Source: ocaml-sha
Binary: libsha-ocaml libsha-ocaml-dev
Architecture: source amd64
Version: 1.7-2
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Eric Cooper e...@cmu.edu
Description: 
 libsha-ocaml - SHA cryptographic hash functions for OCaml (runtime)
 libsha-ocaml-dev - SHA cryptographic hash functions for OCaml (development 
files)
Closes: 616176
Changes: 
 ocaml-sha (1.7-2) unstable; urgency=low
 .
   * Add Makefile targets for bytecode-only architectures
 (closes: #616176)
Checksums-Sha1: 
 1ceff0ed465deb0d9fb885ec69a6f45eb754cf28 1341 ocaml-sha_1.7-2.dsc
 cd7b1568b78aac79b8cf3ab494d9dd184799276a 4052 ocaml-sha_1.7-2.debian.tar.gz
 12c345a33ba2063a090d34c993e9652669cd39a5 30214 libsha-ocaml_1.7-2_amd64.deb
 02e8f269f7dcbea96c02bf50c726952cf94e46d5 40862 libsha-ocaml-dev_1.7-2_amd64.deb
Checksums-Sha256: 
 43369568fa0eea2e5cc265c65313b05760f659a8a8f38005fe90ed8c1da8a4b7 1341 
ocaml-sha_1.7-2.dsc
 23159c04ccf5bef32d67996e5c8bbff1c02f0f11cec0d417e57c47be14bc47dc 4052 
ocaml-sha_1.7-2.debian.tar.gz
 c7e48313e4502b10d2e4d335e1ee9810856508ade767a3518048317a69a3a0cf 30214 
libsha-ocaml_1.7-2_amd64.deb
 263f7df80bd5700f2a18a6c44de440850229528a30db552dbc4b75316b3fa281 40862 
libsha-ocaml-dev_1.7-2_amd64.deb
Files: 
 5239e74290b716e25d896f05e4f028fb 1341 ocaml optional ocaml-sha_1.7-2.dsc
 8597c5ebd9bd50cb8dc217429f0a9d6d 4052 ocaml optional 
ocaml-sha_1.7-2.debian.tar.gz
 27d61b95b9200f70c18dbee5838b765d 30214 ocaml optional 
libsha-ocaml_1.7-2_amd64.deb
 d9eab8037a4f4d53ee57580459addb0c 40862 ocaml optional 
libsha-ocaml-dev_1.7-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAk1u6DgACgkQ99kx1LiC69eSzwCdGhfrXS/eE4YERSjbzwJUdxL+
YpQAniYw5U+J7/frv6Pr/r041qu2tPxC
=PQUQ
-END PGP SIGNATURE-



Bug#614302: marked as done (CVE-2011-0436: new users' unencrypted passwords emailed to site admin)

2011-03-02 Thread Debian Bug Tracking System
Your message dated Thu, 03 Mar 2011 01:56:09 +
with message-id e1puxlx-xe...@franck.debian.org
and subject line Bug#614302: fixed in dtc 0.29.17-1+lenny1
has caused the Debian Bug report #614302,
regarding CVE-2011-0436: new users' unencrypted passwords emailed to site admin
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
614302: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614302
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: dtc-common
Version: 0.29.17-1
Severity: grave
Tags: upstream security

dtc sends the password of new users to the webmaster:

  $mail_content = 
  Somebody tried to register an account. Here is the details of
  the new user:

  login: .$_REQUEST[reqadm_login].
  pass: .$_REQUEST[reqadm_pass].
  [...]
  mail($conf_webmaster_email_addr, $conf_message_subject_header Somebody tried 
to register an account, $mail_content, $headers);

(from client/new_account_form.php)

This mail is not encrypted.  I also don't see any reason why the
webmaster should even know the password...

Ansgar


---End Message---
---BeginMessage---
Source: dtc
Source-Version: 0.29.17-1+lenny1

We believe that the bug you reported is fixed in the latest version of
dtc, which is due to be installed in the Debian FTP archive:

dtc-common_0.29.17-1+lenny1_all.deb
  to main/d/dtc/dtc-common_0.29.17-1+lenny1_all.deb
dtc-core_0.29.17-1+lenny1_all.deb
  to main/d/dtc/dtc-core_0.29.17-1+lenny1_all.deb
dtc-cyrus_0.29.17-1+lenny1_all.deb
  to main/d/dtc/dtc-cyrus_0.29.17-1+lenny1_all.deb
dtc-postfix-courier_0.29.17-1+lenny1_all.deb
  to main/d/dtc/dtc-postfix-courier_0.29.17-1+lenny1_all.deb
dtc-stats-daemon_0.29.17-1+lenny1_all.deb
  to main/d/dtc/dtc-stats-daemon_0.29.17-1+lenny1_all.deb
dtc-toaster_0.29.17-1+lenny1_all.deb
  to main/d/dtc/dtc-toaster_0.29.17-1+lenny1_all.deb
dtc_0.29.17-1+lenny1.diff.gz
  to main/d/dtc/dtc_0.29.17-1+lenny1.diff.gz
dtc_0.29.17-1+lenny1.dsc
  to main/d/dtc/dtc_0.29.17-1+lenny1.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 614...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand z...@debian.org (supplier of updated dtc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 23 Feb 2011 02:17:33 +0800
Source: dtc
Binary: dtc-common dtc-core dtc-cyrus dtc-postfix-courier dtc-stats-daemon 
dtc-toaster
Architecture: source all
Version: 0.29.17-1+lenny1
Distribution: lenny-security
Urgency: low
Maintainer: Thomas Goirand tho...@goirand.fr
Changed-By: Thomas Goirand z...@debian.org
Description: 
 dtc-common - web control panel for admin and accounting hosting services (comm
 dtc-core   - web control panel for admin and accounting hosting services (fewe
 dtc-cyrus  - web control panel for admin and accounting hosting services (cyru
 dtc-postfix-courier - web control panel for admin and accounting hosting 
services (more
 dtc-stats-daemon - dtc-xen VM statistics for the dtc web control panel
 dtc-toaster - web control panel for admin and accounting hosting services (meta
Closes: 614302
Changes: 
 dtc (0.29.17-1+lenny1) lenny-security; urgency=low
 .
   * Fixes: CVE-2011-0434: SQL injection in bw_per_month.php graph
   * Fixes: CVE-2011-0435: Bandwidth information disclosure in bw_per_month.php
 graph.
   * Fixes: CVE-2011-0436: Passwords being emailed to the admin in clear text
 (Closes: #614302).
   * Fixes: CVE-2011-0437: Removed dangerous SQL old unused code for ssh
 accounts management.
Checksums-Sha1: 
 fa6ae9ca49bcf70f27397cf4b37ace0779f8aff7 1542 dtc_0.29.17-1+lenny1.dsc
 a4dea72f0586776160994ad12233fc02c121c3d5 11064929 dtc_0.29.17.orig.tar.gz
 4fabd2c27d20548f15bcc48cbf2137ba46c5b450 84014 dtc_0.29.17-1+lenny1.diff.gz
 75f9ed1a1bc5de2c0998dec1f32a66ba49319c3f 5012906 
dtc-common_0.29.17-1+lenny1_all.deb
 b3b22fea0ddc3087647517517d8bd702d6980f4a 69800 
dtc-core_0.29.17-1+lenny1_all.deb
 05c435c7242ab204839b0df79d8445867a791229 69920 
dtc-cyrus_0.29.17-1+lenny1_all.deb
 c39d5b5cfd200bcd7c02d7010b721f98450099a4 71442 
dtc-postfix-courier_0.29.17-1+lenny1_all.deb
 71907f23cb5a69ba600dba623918ab2bcf11 30630 
dtc-stats-daemon_0.29.17-1+lenny1_all.deb
 1e5da94d07d0c5f99ea6cb012ab6ef6f46a9fc7e 25226 

Bug#614787: marked as done (dajaxice crashes with django patched for the flaw in CSRF handling)

2011-03-02 Thread Debian Bug Tracking System
Your message dated Thu, 03 Mar 2011 01:56:00 +
with message-id e1puxlo-ww...@franck.debian.org
and subject line Bug#614787: fixed in dajaxice 0.1.5-1squeeze1
has caused the Debian Bug report #614787,
regarding dajaxice crashes with django patched for the flaw in CSRF handling
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
614787: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614787
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: dajaxice
Version: 0.1.5-1
Severity: grave
Tags: squeeze upstream

This bug is from Ubuntu Maverick but it applies to Debian Squeeze too.

django-dajaxice 0.1.5 (Squeeze) crashes with django patched for the 
flaw in CSRF handling.

Related with security bug in django
- http://www.djangoproject.com/weblog/2011/feb/08/security/
- 
http://packages.debian.org/changelogs/pool/main/p/python-django/python-django_1.2.3-3+squeeze1/changelog

With django patched in Squeeze is totally unusable.


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=es_ES.utf8, LC_CTYPE=es_ES.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


---End Message---
---BeginMessage---
Source: dajaxice
Source-Version: 0.1.5-1squeeze1

We believe that the bug you reported is fixed in the latest version of
dajaxice, which is due to be installed in the Debian FTP archive:

dajaxice_0.1.5-1squeeze1.debian.tar.gz
  to main/d/dajaxice/dajaxice_0.1.5-1squeeze1.debian.tar.gz
dajaxice_0.1.5-1squeeze1.dsc
  to main/d/dajaxice/dajaxice_0.1.5-1squeeze1.dsc
python-django-dajaxice_0.1.5-1squeeze1_all.deb
  to main/d/dajaxice/python-django-dajaxice_0.1.5-1squeeze1_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 614...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Angel Abad angela...@gmail.com (supplier of updated dajaxice package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Feb 2011 09:24:51 +
Source: dajaxice
Binary: python-django-dajaxice
Architecture: source all
Version: 0.1.5-1squeeze1
Distribution: stable-security
Urgency: low
Maintainer: Angel Abad angela...@gmail.com
Changed-By: Angel Abad angela...@gmail.com
Description: 
 python-django-dajaxice - agnostic and easy to use AJAX library for django
Closes: 614787
Changes: 
 dajaxice (0.1.5-1squeeze1) stable-security; urgency=low
 .
   * debian/patches/fix_csrf_verification: (Closes: #614787)
 - Fix bug related to CSRF verification on Django
Checksums-Sha1: 
 5c6977d3710db3ca95a85375982624a4f4bd70f0 1699 dajaxice_0.1.5-1squeeze1.dsc
 a267c5f693fe6723599f4ca05ce36cd8ec5f9590 13824 dajaxice_0.1.5.orig.tar.gz
 4afdb32316629e024663578b9138f6f21681f4e4 3463 
dajaxice_0.1.5-1squeeze1.debian.tar.gz
 d8ea072b63a7eebcdcc667bb573afca67373ac27 14662 
python-django-dajaxice_0.1.5-1squeeze1_all.deb
Checksums-Sha256: 
 5a6990315627aa5b1b1f56a9cbb2027f90493e9d5c8b90105dcf20971a54407d 1699 
dajaxice_0.1.5-1squeeze1.dsc
 c79b83356d55ff4443fcccec90cae589e05396134284106d8beb9a2db860dccc 13824 
dajaxice_0.1.5.orig.tar.gz
 675132bd88627bcb0dc791c7c07f0145aa7a911ff8521b82716bf2e153f1bc17 3463 
dajaxice_0.1.5-1squeeze1.debian.tar.gz
 a00a451f3d712e9dd4ad82cf4b64ac29f79c052fca18af9dbb2f633d759cc086 14662 
python-django-dajaxice_0.1.5-1squeeze1_all.deb
Files: 
 9f899b05929a8fec087c917210bbb120 1699 python optional 
dajaxice_0.1.5-1squeeze1.dsc
 a8ead586103307bf0d42f5b9c076c63d 13824 python optional 
dajaxice_0.1.5.orig.tar.gz
 5ab15e8e67fa4609ff0d200607b91ee3 3463 python optional 
dajaxice_0.1.5-1squeeze1.debian.tar.gz
 d78c8e7bb1fdeec31c37688f123075d7 14662 python optional 
python-django-dajaxice_0.1.5-1squeeze1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQEcBAEBAgAGBQJNbUFUAAoJEOxfUAG2iX57IrUH/iJWYc/YQMMSfzBnDLvXX/5e
BSOzR3BrvlPInGM7yZgHr0adYHd922pFQnWdL8eTfH6sN0Crb0ERBZfF9rxa+XEg
oYcnwNCPNBxwVZdZTaKoX0sQEyTOEzYZlBplkCwMI6oKWyvua4ilZadYUwFkl+97
PwXhWJjxI93ElOxQP4rlknVA3kgouE+qgt9Zh3+CY6GApnSRTIqcFN3bmhxbSbGK
5HfLbWwvkxXGmg1C5E+ecOqmlQO0hoG92kVVKqzUJd3Gei+PxlcrB1Du3cqn3aJh
bc0tJYhlhGgOg/ofq1E94rAcwUwndc0OWtceiDmjwLncn9CymdmNJXh/aVYdsPY=

Bug#614785: marked as done (avahi-daemon uses 100% of cpu when scanned with nmap (DoS possible?))

2011-03-02 Thread Debian Bug Tracking System
Your message dated Thu, 03 Mar 2011 01:55:05 +
with message-id e1puxkv-kq...@franck.debian.org
and subject line Bug#614785: fixed in avahi 0.6.23-3lenny3
has caused the Debian Bug report #614785,
regarding avahi-daemon uses 100% of cpu when scanned with nmap (DoS possible?)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
614785: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614785
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: avahi-daemon
Version: 0.6.27-2
Tags: security
Severity: critical
Justification: Introduces possible denial-of-service scenario.

Hi,

when I scan my server from another machine on the network using nmap, I
get this:

# nmap -sU -p5353 192.168.2.2

Starting Nmap 5.00 ( http://nmap.org ) at 2011-02-23 13:15 CET
Interesting ports on 192.168.2.2:
PORT STATE SERVICE
5353/udp open|filtered zeroconf
MAC Address: XX:XX:XX:XX:XX:XX (Netgear)

Nmap done: 1 IP address (1 host up) scanned in 0.50 seconds
# 

As soon as the scan starts, avahi-daemon on the server starts running
amok, top shows this: 

  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
 5535 avahi 20   0 33884 1600 1280 R  100  0.0   2:28.47 
avahi-daemon

Restarting avahi-daemon is not possible: 

# /etc/init.d/avahi-daemon restart
Restarting Avahi mDNS/DNS-SD Daemon: avahi-daemonFailed to kill daemon: 
Timer expired
.
#

Simply terminating the process doesn't work either: 

# ps -Af | grep avahi-daemon
avahi 5535 1 87 13:14 ?00:04:43 avahi-daemon: running 
[server.local]
avahi 5536  5535  0 13:14 ?00:00:00 avahi-daemon: chroot 
helper
root  5610  5581  0 13:20 pts/200:00:00 grep avahi-daemon
# kill 5535
# ps -Af | grep avahi-daemon
avahi 5535 1 88 13:14 ?00:05:02 avahi-daemon: running 
[server.local]
avahi 5536  5535  0 13:14 ?00:00:00 avahi-daemon: chroot 
helper
root  5614  5581  0 13:20 pts/200:00:00 grep avahi-daemon
#

Forcibly killing the process works:

# kill -9 5535
# ps -Af | grep avahi-daemon
root  5629  5581  0 13:23 pts/200:00:00 grep avahi-daemon
# 

I don't know what kind of data nmap sends when scanning for open UDP
ports, but it definitely shouldn't cause avahi-daemon to run amok.

Please note that I have not changed the Avahi configuration in any way,
so you should be able to reproduce this easily. Please tell me if you
need any more information!

Best regards

Alexander Kurtz


signature.asc
Description: This is a digitally signed message part
---End Message---
---BeginMessage---
Source: avahi
Source-Version: 0.6.23-3lenny3

We believe that the bug you reported is fixed in the latest version of
avahi, which is due to be installed in the Debian FTP archive:

avahi-autoipd_0.6.23-3lenny3_i386.deb
  to main/a/avahi/avahi-autoipd_0.6.23-3lenny3_i386.deb
avahi-daemon_0.6.23-3lenny3_i386.deb
  to main/a/avahi/avahi-daemon_0.6.23-3lenny3_i386.deb
avahi-dbg_0.6.23-3lenny3_i386.deb
  to main/a/avahi/avahi-dbg_0.6.23-3lenny3_i386.deb
avahi-discover_0.6.23-3lenny3_all.deb
  to main/a/avahi/avahi-discover_0.6.23-3lenny3_all.deb
avahi-dnsconfd_0.6.23-3lenny3_i386.deb
  to main/a/avahi/avahi-dnsconfd_0.6.23-3lenny3_i386.deb
avahi-ui-utils_0.6.23-3lenny3_i386.deb
  to main/a/avahi/avahi-ui-utils_0.6.23-3lenny3_i386.deb
avahi-utils_0.6.23-3lenny3_i386.deb
  to main/a/avahi/avahi-utils_0.6.23-3lenny3_i386.deb
avahi_0.6.23-3lenny3.diff.gz
  to main/a/avahi/avahi_0.6.23-3lenny3.diff.gz
avahi_0.6.23-3lenny3.dsc
  to main/a/avahi/avahi_0.6.23-3lenny3.dsc
libavahi-client-dev_0.6.23-3lenny3_i386.deb
  to main/a/avahi/libavahi-client-dev_0.6.23-3lenny3_i386.deb
libavahi-client3_0.6.23-3lenny3_i386.deb
  to main/a/avahi/libavahi-client3_0.6.23-3lenny3_i386.deb
libavahi-common-data_0.6.23-3lenny3_i386.deb
  to main/a/avahi/libavahi-common-data_0.6.23-3lenny3_i386.deb
libavahi-common-dev_0.6.23-3lenny3_i386.deb
  to main/a/avahi/libavahi-common-dev_0.6.23-3lenny3_i386.deb
libavahi-common3_0.6.23-3lenny3_i386.deb
  to main/a/avahi/libavahi-common3_0.6.23-3lenny3_i386.deb
libavahi-compat-howl-dev_0.6.23-3lenny3_i386.deb
  to main/a/avahi/libavahi-compat-howl-dev_0.6.23-3lenny3_i386.deb
libavahi-compat-howl0_0.6.23-3lenny3_i386.deb
  to main/a/avahi/libavahi-compat-howl0_0.6.23-3lenny3_i386.deb
libavahi-compat-libdnssd-dev_0.6.23-3lenny3_i386.deb
  to 

Bug#616194: acpid: FTBFS (error: comparison between signed and unsigned integer expressions)

2011-03-02 Thread Jonathan Nieder
Source: acpid
Version: 1:2.0.7-1
Severity: serious
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.6 ftbfs-gcc-4.5 ftbfs-gcc-4.4
Tags: patch

Hi,

Trying to build from source (first with gcc-4.6 as gcc and cc, then
gcc-4.5, then gcc-4.4):

| $ debian/rules build
| cc -g -O2 -Wall -Wextra -Wundef -Wshadow -Werror   -c -o libnetlink.o 
libnetlink.c
| cc1: warnings being treated as errors
| libnetlink.c: In function ‘addraw_l’:
| libnetlink.c:521: error: comparison between signed and unsigned
| make[1]: *** [libnetlink.o] Error 1
| make[1]: Leaving directory `/tmp/acpid-2.0.8/kacpimon'
| make: *** [build] Error 2

How about this patch?

Signed-off-by: Jonathan Nieder jrnie...@gmail.com
---
 debian/changelog |   11 +++
 debian/control   |2 +-
 debian/rules |8 ++--
 3 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1d9ee9e..09e9bae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+acpid (1:2.0.8-2) UNRELEASED; urgency=low
+
+  * Do not pass -Werror to gcc at build time.  (Otherwise, the
+package fails to build from source.)
+  * Allow build flags to be customized by setting
+DEB_BUILD_OPTIONS=noopt or DEB_CFLAGS_APPEND=-Werror in the
+build-time environment.
+  * Build-Depends: dpkg-dev (= 1.15.7) for dpkg-buildflags.
+
+ -- Jonathan Nieder jrnie...@gmail.com  Thu, 03 Mar 2011 00:17:43 -0600
+
 acpid (1:2.0.8-1) unstable; urgency=low
 
   * Imported Upstream version 2.0.8
diff --git a/debian/control b/debian/control
index 176adea..312f410 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Acpi Team 
pkg-acpi-de...@lists.alioth.debian.org
 Uploaders: Michael Meskes mes...@debian.org,
Loic Minier l...@dooz.org
 Standards-Version: 3.9.1
-Build-Depends: debhelper (= 5)
+Build-Depends: debhelper (= 5), dpkg (= 1.15.7)
 Vcs-Git: git://git.debian.org/git/pkg-acpi/acpid.git
 Vcs-Browser: http://git.debian.org/?p=pkg-acpi/acpid.git
 Homepage: http://acpid.sourceforge.net/
diff --git a/debian/rules b/debian/rules
index 9f6fd7f..68b8328 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,15 @@
 #!/usr/bin/make -f
 
+cflags := -W -Wall -Wundef -Wshadow -D_GNU_SOURCE \
+   $(shell dpkg-buildflags --get CFLAGS) \
+-fno-strict-aliasing
+
 build: 
dh_testdir
chmod g-s -R *
-   $(MAKE)
+   $(MAKE) CFLAGS='$(cflags) $$(DEFS)'
$(MAKE) man
-   (cd kacpimon; $(MAKE))
+   (cd kacpimon; $(MAKE) CFLAGS='$(cflags) $$(DEFS)')
 
 clean: 
dh_testdir
-- 
1.7.4.1




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



Bug#556687: FTBFS with binutils-gold

2011-03-02 Thread Florian Ernst
tags patch pending
thanks

A simple patch has been tested to work, I just need to check how to best
integrate it.

Expect a maintainer upload soonish.

Cheers,
Flo


signature.asc
Description: Digital signature


Processed: tagging 556687

2011-03-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 556687 + patch pending
Bug #556687 [src:xabacus] FTBFS with binutils-gold
Added tag(s) pending and patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
556687: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=556687
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: severity of 615963 is serious

2011-03-02 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 615963 serious
Bug #615963 [src:libvendorlib-perl] libvendorlib-perl: tilde expansion tests 
failing
Severity set to 'serious' from 'important'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
615963: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615963
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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