Bug#598422: marked as done (scilab: CVE-2010-3378: insecure library loading)

2010-10-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Oct 2010 22:18:14 +
with message-id 
and subject line Bug#598422: fixed in scilab 5.2.2-8
has caused the Debian Bug report #598422,
regarding scilab: CVE-2010-3378: insecure library loading
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.)


-- 
598422: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598422
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: scilab
Version: 5.2.2-4
Severity: grave
Tags: security
User: t...@security.debian.org
Usertags: ldpath

Hello,

During a review of the Debian archive, I've found your package to
contain a script that can be abused by an attacker to execute arbitrary
code.

The vulnerability is introduced by an insecure change to
LD_LIBRARY_PATH, an environment variable used by ld.so(8) to look for
libraries on a directory other than the standard paths.

Vulnerable code follows:

/usr/bin/scilab-adv-cli line 280:
LD_LIBRARY_PATH="$JAVA_HOME/../Libraries:$LD_LIBRARY_PATH"
/usr/bin/scilab-adv-cli line 459:

LD_LIBRARY_PATH="$JRE_HOME/lib/$proc/:$JRE_HOME/lib/$proc/server/:$JRE_HOME/lib/$proc/native_threads/:$LD_LIBRARY_PATH"
/usr/bin/scilab-adv-cli line 518:
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/sw/lib/"
/usr/bin/scilab-adv-cli line 534:
LD_LIBRARY_PATH=/usr/lib/scilab/:/usr/lib64/scilab/:$LD_LIBRARY_PATH
/usr/bin/scilab line 283:
LD_LIBRARY_PATH="$JAVA_HOME/../Libraries:$LD_LIBRARY_PATH"
/usr/bin/scilab line 462:

LD_LIBRARY_PATH="$JRE_HOME/lib/$proc/:$JRE_HOME/lib/$proc/server/:$JRE_HOME/lib/$proc/native_threads/:$LD_LIBRARY_PATH"
/usr/bin/scilab line 521:
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/sw/lib/"
/usr/bin/scilab line 537:
LD_LIBRARY_PATH=/usr/lib/scilab/:/usr/lib64/scilab/:$LD_LIBRARY_PATH

When there's an empty item on the colon-separated list of
LD_LIBRARY_PATH, ld.so treats it as '.' (i.e. CWD/$PWD.)
If the given script is executed from a directory where a potential,
local, attacker can write files to, there's a chance to exploit this
bug.

This vulnerability has been assigned the CVE id CVE-2010-3378. Please make sure
you mention it when forwarding this report to upstream and when fixing
this bug (everywhere: upstream and here at Debian.)

[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3378
[1] http://security-tracker.debian.org/tracker/CVE-2010-3378

Sincerely,
Raphael Geissert


--- End Message ---
--- Begin Message ---
Source: scilab
Source-Version: 5.2.2-8

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

libscilab-java_5.2.2-8_amd64.deb
  to main/s/scilab/libscilab-java_5.2.2-8_amd64.deb
scilab-cli_5.2.2-8_all.deb
  to main/s/scilab/scilab-cli_5.2.2-8_all.deb
scilab-data_5.2.2-8_all.deb
  to main/s/scilab/scilab-data_5.2.2-8_all.deb
scilab-doc-fr_5.2.2-8_all.deb
  to main/s/scilab/scilab-doc-fr_5.2.2-8_all.deb
scilab-doc-pt-br_5.2.2-8_all.deb
  to main/s/scilab/scilab-doc-pt-br_5.2.2-8_all.deb
scilab-doc_5.2.2-8_all.deb
  to main/s/scilab/scilab-doc_5.2.2-8_all.deb
scilab-full-bin-dbg_5.2.2-8_amd64.deb
  to main/s/scilab/scilab-full-bin-dbg_5.2.2-8_amd64.deb
scilab-full-bin_5.2.2-8_amd64.deb
  to main/s/scilab/scilab-full-bin_5.2.2-8_amd64.deb
scilab-include_5.2.2-8_amd64.deb
  to main/s/scilab/scilab-include_5.2.2-8_amd64.deb
scilab-minimal-bin-dbg_5.2.2-8_amd64.deb
  to main/s/scilab/scilab-minimal-bin-dbg_5.2.2-8_amd64.deb
scilab-minimal-bin_5.2.2-8_amd64.deb
  to main/s/scilab/scilab-minimal-bin_5.2.2-8_amd64.deb
scilab-test_5.2.2-8_all.deb
  to main/s/scilab/scilab-test_5.2.2-8_all.deb
scilab_5.2.2-8.diff.gz
  to main/s/scilab/scilab_5.2.2-8.diff.gz
scilab_5.2.2-8.dsc
  to main/s/scilab/scilab_5.2.2-8.dsc
scilab_5.2.2-8_all.deb
  to main/s/scilab/scilab_5.2.2-8_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 598...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sylvestre Ledru  (supplier of updated scilab 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, 30 Sep 2010 15:17:57 +0200
Source: scilab
Binary: scilab-cli scilab scilab-data scilab-include scilab-minimal-bin 
scilab-fu

Bug#598423: marked as done (scilab-cli: CVE-2010-3378: insecure library loading)

2010-10-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Oct 2010 22:18:14 +
with message-id 
and subject line Bug#598423: fixed in scilab 5.2.2-8
has caused the Debian Bug report #598423,
regarding scilab-cli: CVE-2010-3378: insecure library loading
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.)


-- 
598423: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598423
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: scilab-cli
Version: 5.2.2-4
Severity: grave
Tags: security
User: t...@security.debian.org
Usertags: ldpath

Hello,

During a review of the Debian archive, I've found your package to
contain a script that can be abused by an attacker to execute arbitrary
code.

The vulnerability is introduced by an insecure change to
LD_LIBRARY_PATH, an environment variable used by ld.so(8) to look for
libraries on a directory other than the standard paths.

Vulnerable code follows:

/usr/bin/scilab-cli line 280:
LD_LIBRARY_PATH="$JAVA_HOME/../Libraries:$LD_LIBRARY_PATH"
/usr/bin/scilab-cli line 459:

LD_LIBRARY_PATH="$JRE_HOME/lib/$proc/:$JRE_HOME/lib/$proc/server/:$JRE_HOME/lib/$proc/native_threads/:$LD_LIBRARY_PATH"
/usr/bin/scilab-cli line 518:
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/sw/lib/"
/usr/bin/scilab-cli line 534:
LD_LIBRARY_PATH=/usr/lib/scilab/:/usr/lib64/scilab/:$LD_LIBRARY_PATH

When there's an empty item on the colon-separated list of
LD_LIBRARY_PATH, ld.so treats it as '.' (i.e. CWD/$PWD.)
If the given script is executed from a directory where a potential,
local, attacker can write files to, there's a chance to exploit this
bug.

This vulnerability has been assigned the CVE id CVE-2010-3378. Please make sure
you mention it when forwarding this report to upstream and when fixing
this bug (everywhere: upstream and here at Debian.)

[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3378
[1] http://security-tracker.debian.org/tracker/CVE-2010-3378

Sincerely,
Raphael Geissert


--- End Message ---
--- Begin Message ---
Source: scilab
Source-Version: 5.2.2-8

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

libscilab-java_5.2.2-8_amd64.deb
  to main/s/scilab/libscilab-java_5.2.2-8_amd64.deb
scilab-cli_5.2.2-8_all.deb
  to main/s/scilab/scilab-cli_5.2.2-8_all.deb
scilab-data_5.2.2-8_all.deb
  to main/s/scilab/scilab-data_5.2.2-8_all.deb
scilab-doc-fr_5.2.2-8_all.deb
  to main/s/scilab/scilab-doc-fr_5.2.2-8_all.deb
scilab-doc-pt-br_5.2.2-8_all.deb
  to main/s/scilab/scilab-doc-pt-br_5.2.2-8_all.deb
scilab-doc_5.2.2-8_all.deb
  to main/s/scilab/scilab-doc_5.2.2-8_all.deb
scilab-full-bin-dbg_5.2.2-8_amd64.deb
  to main/s/scilab/scilab-full-bin-dbg_5.2.2-8_amd64.deb
scilab-full-bin_5.2.2-8_amd64.deb
  to main/s/scilab/scilab-full-bin_5.2.2-8_amd64.deb
scilab-include_5.2.2-8_amd64.deb
  to main/s/scilab/scilab-include_5.2.2-8_amd64.deb
scilab-minimal-bin-dbg_5.2.2-8_amd64.deb
  to main/s/scilab/scilab-minimal-bin-dbg_5.2.2-8_amd64.deb
scilab-minimal-bin_5.2.2-8_amd64.deb
  to main/s/scilab/scilab-minimal-bin_5.2.2-8_amd64.deb
scilab-test_5.2.2-8_all.deb
  to main/s/scilab/scilab-test_5.2.2-8_all.deb
scilab_5.2.2-8.diff.gz
  to main/s/scilab/scilab_5.2.2-8.diff.gz
scilab_5.2.2-8.dsc
  to main/s/scilab/scilab_5.2.2-8.dsc
scilab_5.2.2-8_all.deb
  to main/s/scilab/scilab_5.2.2-8_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 598...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sylvestre Ledru  (supplier of updated scilab 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, 30 Sep 2010 15:17:57 +0200
Source: scilab
Binary: scilab-cli scilab scilab-data scilab-include scilab-minimal-bin 
scilab-full-bin scilab-minimal-bin-dbg scilab-full-bin-dbg libscilab-java 
scilab-doc scilab-doc-fr scilab-doc-pt-br scilab-test
Architecture: source all amd64
Version: 5.2.2-8
Distribution: unstable
Urgency: high
Maintainer: Debian Science Team 

Changed-By: Sylvestre Ledru 
Description: 
 libscilab-java - Scientific software package for numerical computations (Java 
API)
 scilab - Scientific software package for numerical computations
 scilab-cli - Sci

Processed: Re: Bug#585614: Fails to open any mp3's to split

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

> severity 585614 serious
Bug #585614 [mp3splt-gtk] Fails to open any mp3's to split
Severity set to 'serious' from 'grave'

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
585614: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585614
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#585614: Fails to open any mp3's to split

2010-10-02 Thread Tim Retout
severity 585614 serious
thanks

The missing dependency of mp3splt-gtk appears to be
gstreamer0.10-plugins-good (and -bad, -ugly?), probably as a
"Recommends".

When run in a clean chroot, the UI freezes when I browse to a .ogg file
and click on the play button.  I'm assuming this is the same behaviour
as seen previously, and that it would also be the case for mp3s.

When just gstreamer0.10-plugins-base is installed, I still get a UI
freeze, but first I see an error in the status bar: "Error: Both
autoaudiosink and alsasink elements are missing."

With gstreamer0.10-plugins-good installed, the ogg file plays.

Downgrading to merely serious, and I'll try to get round to a delayed
NMU upload tomorrow if I don't hear anything.

Regards,

-- 
Tim Retout 


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


Processed: severity of 598308 is normal

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

> severity 598308 normal
Bug #598308 [vdr-dbg] vdr-dbg: CVE-2010-3387: insecure library loading
Severity set to 'normal' from 'grave'

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
598308: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598308
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#598308: vdr-dbg: CVE-2010-3387: insecure library loading

2010-10-02 Thread Tobias Grimm
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Julien Cristau wrote:

> LD_LIBRARY_PATH is colon-separated, though, not semicolon-separated, so
> LD_LIBRARY_PATH="/usr/lib/debug;$LD_LIBRARY_PATH" is broken, but not a
> security issue.  Besides, this looks like a debugging utility so I don't
> think it would warrant 'grave' severity even if the bug was there.

I have to a agree, it's just a debugging tool to start VDR with valgrind
to check for memory leaks. I'm setting the severity to normal. If you feel
it's still an security issue that should be fixed in Squeeze, please let
me know.

Tobias
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkynpDMACgkQ9xgNJq7apkJQ6wCghs0LfZ70/F2zb2HSR3VRyj4x
/T0AmwSbcsD2xSC6tsWvtoJJ/vClCrnP
=9Y9K
-END PGP SIGNATURE-



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



Bug#598896: python-visual: i915_program_error: Exceeded max instructions

2010-10-02 Thread Sanjoy Mahajan
Package: python-visual
Version: 1:5.12-1.1+b2
Severity: grave

Using VPython (python-visual in Debian) now always produces

  i915_program_error: Exceeded max instructions

For example,

  $ python /usr/share/doc/python-visual/examples/doublependulum.py
  i915_program_error: Exceeded max instructions

A seemingly related problem is that the rendering is *very* choppy.  The
pendulum leaps roughly from one extreme to the other, without going
through intermediate positions.  This choppiness makes VPython nearly
unusuable for displaying simulations.

It shouldn't be so jerky and slow.  The hardware is a Thinkpad T60 w/
Intel integrated graphics (945GM).  Several years ago, on much slower
CPU and graphics hardware, I didn't see this problem.

That was with earlier versions of VPython and the X server, but I don't
think VPython itself is responsible.  There's a discussion on the
vpython mailing list at

  

Rather, I suspect that hardware acceleration isn't working.

The X server pieces are

  xserver-xorg-video-intel 2.12.0+shadow-2
  xserver-xorg-core1.7.7-7
  xserver-xorg 7.5+7

Let me know the proper place to report this bug, if you know!

-Sanjoy

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

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

Versions of packages python-visual depends on:
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libboost-python1.42.0   1.42.0-4 Boost.Python Library
ii  libboost-signals1.42.0  1.42.0-4 managed signals and slots library 
ii  libboost-thread1.42.0   1.42.0-4 portable C++ multi-threading
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libcairomm-1.0-11.8.4-3  C++ wrappers for Cairo (shared lib
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-2  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.4.4-17   GCC support library
ii  libgl1-mesa-glx [libgl1 7.7.1-4  A free implementation of the OpenG
ii  libglade2-0 1:2.6.4-1library to load .glade files at ru
ii  libglademm-2.4-1c2a 2.6.7-2  C++ wrappers for libglade2 (shared
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libglibmm-2.4-1c2a  2.24.2-1 C++ wrapper for the GLib toolkit (
ii  libglu1-mesa [libglu1]  7.7.1-4  The OpenGL utility library (GLU)
ii  libgtk2.0-0 2.20.1-1+b1  The GTK+ graphical user interface 
ii  libgtkglext11.2.0-1.1OpenGL Extension to GTK+ (shared l
ii  libgtkglextmm-x11-1.2-0 1.2.0-4  C++ bindings for GtkGLExt (Shared 
ii  libgtkmm-2.4-1c2a   1:2.20.3-1   C++ wrappers for GTK+ (shared libr
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  libpango1.0-0   1.28.1-1 Layout and rendering of internatio
ii  libpangomm-1.4-12.26.2-1 C++ Wrapper for pango (shared libr
ii  libpng12-0  1.2.44-1 PNG library - runtime
ii  libsigc++-2.0-0c2a  2.2.4.2-1type-safe Signal Framework for C++
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libstdc++6  4.4.4-17 The GNU Standard C++ Library v3
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxml2 2.7.7.dfsg-4 GNOME XML library
ii  libxmu6 2:1.0.5-2X11 miscellaneous utility library
ii  libxrender1 1:0.9.6-1X Rendering Extension client libra
ii  libxt6  1:1.0.7-1X11 toolkit intrinsics library
ii  python  2.6.6-3  interactive high-level object-orie
ii  python-central  0.6.16+nmu1  register and build utility for Pyt
ii  python-numpy1:1.4.1-4Numerical Python adds a fast array
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

python-visual recommends no packages.

Versions of packages python-visual suggests:
ii  idle  2.6.6-3IDE for Python using Tkinter (defa

-- 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#537233: marked as done (/usr/bin/users-admin: users-admin crashes /etc/group)

2010-10-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Oct 2010 23:20:21 +0200
with message-id <4ca7a215.5080...@debian.org>
and subject line Fixed in squeeze
has caused the Debian Bug report #537233,
regarding /usr/bin/users-admin: users-admin crashes /etc/group
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.)


-- 
537233: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537233
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gnome-system-tools
Version: 2.22.0-3
Severity: critical
File: /usr/bin/users-admin
Justification: causes serious data loss


I tried to add a new user with users-admin over gnome-control-center, and then 
/etc/group was overwritten with a new version including only two lines.
nogroup and a group named with the name from the new user and number 0.

/etc/group- was the same. 

Fortunately i found a backup in /var/backup which was 10 days old. 

This happend the 3rd time on two different Systems (both Debian Lenny).

Now i reconstructed the /etc/group-file, but now i get no acces to users-admin, 
also trying this as root. Wheter from an xterm nor from gnome-control-center.

regards jakob


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

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

Versions of packages gnome-system-tools depends on:
ii  gconf2  2.22.0-1 GNOME configuration database syste
ii  gksu2.0.0-8  graphical frontend to su
ii  libatk1.0-0 1.22.0-1 The ATK accessibility toolkit
ii  libc6   2.7-18   GNU C Library: Shared libraries
ii  libcairo2   1.6.4-7  The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.1-5  simple interprocess messaging syst
ii  libgconf2-4 2.22.0-1 GNOME configuration database syste
ii  libglib2.0-02.16.6-2 The GLib library of C routines
ii  libgnomevfs2-0  1:2.22.0-5   GNOME Virtual File System (runtime
ii  libgtk2.0-0 2.12.12-1~lenny1 The GTK+ graphical user interface 
ii  libnautilus-extension1  2.20.0-7 libraries for nautilus components 
ii  liboobs-1-4 2.22.0-2 GObject based interface to system-
ii  libpango1.0-0   1.20.5-5 Layout and rendering of internatio
ii  perl5.10.0-19Larry Wall's Practical Extraction 
ii  system-tools-backends   2.6.0-2lenny3System Tools to manage computer co

Versions of packages gnome-system-tools recommends:
ii  gnome-control-center1:2.22.2.1-2 utilities to configure the GNOME d

Versions of packages gnome-system-tools suggests:
ii  ntp   1:4.2.4p4+dfsg-8lenny2 Network Time Protocol daemon and u
ii  samba-common  2:3.2.5-4lenny6Samba common files used by both th
pn  wvdial (no description available)

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 2.30.2-1

The bug has been fixed upstream and I successfully verified that for the
version in in squeeze.

LDAP support is still missing in users-admin, but it gracefully handles
them now and no longer removes them when editing group memberships.

I'm marking the bug as fixed in 2.30.2-1 as this is the version I tested.


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature
--- End Message ---


Bug#590147: Working for me

2010-10-02 Thread Giovanni Mascellani
Akregator starts and works correctly also for me, and the version in
testing is the same as in unstable. Don't have a testing environment to
test it there right now.

Giovanni.
-- 
Giovanni Mascellani 
Pisa, Italy

Web: http://poisson.phc.unipi.it/~mascellani
Jabber: g.mascell...@jabber.org / giova...@elabor.homelinux.org



signature.asc
Description: OpenPGP digital signature


Processed: Intent to NMU

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

> tag 590765 + pending
Bug #590765 [src:aircrack-ng] aircrack-ng: FTBFS: error: sys/byteorder.h: No 
such file or directory
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
590765: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590765
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#590765: Intent to NMU

2010-10-02 Thread Giovanni Mascellani
tag 590765 + pending
thanks

Hi.

Following Luk's suggestion, I'm uploading a NMU for this bug. Given that
the bug has received no action in a month, it'll go in DELAYED/03.

Giovanni.
-- 
Giovanni Mascellani 
Pisa, Italy

Web: http://poisson.phc.unipi.it/~mascellani
Jabber: g.mascell...@jabber.org / giova...@elabor.homelinux.org
diff -Nru aircrack-ng-1.1/debian/changelog aircrack-ng-1.1/debian/changelog
--- aircrack-ng-1.1/debian/changelog	2010-05-31 23:22:05.0 +0200
+++ aircrack-ng-1.1/debian/changelog	2010-10-02 19:24:25.0 +0200
@@ -1,3 +1,11 @@
+aircrack-ng (1:1.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fixed FTBFS on sparc due to incorrect detection of Solaris OS
+   (closes: #590765).
+
+ -- Giovanni Mascellani   Sat, 02 Oct 2010 19:23:51 +0200
+
 aircrack-ng (1:1.1-1) unstable; urgency=low
 
   * New upstream release (Closes: #582658):
diff -Nru aircrack-ng-1.1/debian/patches/003-fix-ftbfs-590765.diff aircrack-ng-1.1/debian/patches/003-fix-ftbfs-590765.diff
--- aircrack-ng-1.1/debian/patches/003-fix-ftbfs-590765.diff	1970-01-01 01:00:00.0 +0100
+++ aircrack-ng-1.1/debian/patches/003-fix-ftbfs-590765.diff	2010-10-02 22:22:00.0 +0200
@@ -0,0 +1,19 @@
+Description: Fixes a FTBFS on sparc
+ Because of wrong preprocessing instructions, the build systm, when
+ run on sparc, thinks to be using Solaris, so tries to include headers
+ that are not available under Linux. This patch fixes this test.
+Author: Giovanni Mascellani 
+Bug-Debian: http://bugs.debian.org/590765
+Forwarded: no
+
+--- aircrack-ng-1.1.orig/src/osdep/byteorder.h
 aircrack-ng-1.1/src/osdep/byteorder.h
+@@ -167,7 +167,7 @@
+ 	 * Solaris
+ 	 * ---
+ 	 */
+-	#if defined(__sparc__)
++	#if defined(__sparc__) && defined(__sun__)
+ 	#include 
+ 	#include 
+ 	#include 
diff -Nru aircrack-ng-1.1/debian/patches/series aircrack-ng-1.1/debian/patches/series
--- aircrack-ng-1.1/debian/patches/series	2010-05-31 23:22:05.0 +0200
+++ aircrack-ng-1.1/debian/patches/series	2010-10-02 22:15:45.0 +0200
@@ -1,2 +1,3 @@
 000-Airmon_needs_bash.diff
 002-Fix_airodump-ng_manpage.diff
+003-fix-ftbfs-590765.diff


signature.asc
Description: OpenPGP digital signature


Bug#596066: marked as done (wrong mods for files in /usr/share/git-core/templates)

2010-10-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Oct 2010 20:01:25 +
with message-id 
and subject line Bug#595728: fixed in git-core 1:1.5.6.5-3+lenny3.2
has caused the Debian Bug report #595728,
regarding wrong mods for files in /usr/share/git-core/templates
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.)


-- 
595728: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=595728
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: git-core
Version: 1.5.6.5

The file permissions of files placed in /usr/share/git-core/templates
are wrong now. They are not readable for everyone, so command "git init"
fails with message: 

"fatal: cannot copy /usr/share/git-core/templates/description to ..."

Chmod a+r for all files in templates solves this issue.

Thanks
Daniel



--- End Message ---
--- Begin Message ---
Source: git-core
Source-Version: 1:1.5.6.5-3+lenny3.2

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

git-arch_1.5.6.5-3+lenny3.2_all.deb
  to main/g/git-core/git-arch_1.5.6.5-3+lenny3.2_all.deb
git-core_1.5.6.5-3+lenny3.2.diff.gz
  to main/g/git-core/git-core_1.5.6.5-3+lenny3.2.diff.gz
git-core_1.5.6.5-3+lenny3.2.dsc
  to main/g/git-core/git-core_1.5.6.5-3+lenny3.2.dsc
git-core_1.5.6.5-3+lenny3.2_i386.deb
  to main/g/git-core/git-core_1.5.6.5-3+lenny3.2_i386.deb
git-cvs_1.5.6.5-3+lenny3.2_all.deb
  to main/g/git-core/git-cvs_1.5.6.5-3+lenny3.2_all.deb
git-daemon-run_1.5.6.5-3+lenny3.2_all.deb
  to main/g/git-core/git-daemon-run_1.5.6.5-3+lenny3.2_all.deb
git-doc_1.5.6.5-3+lenny3.2_all.deb
  to main/g/git-core/git-doc_1.5.6.5-3+lenny3.2_all.deb
git-email_1.5.6.5-3+lenny3.2_all.deb
  to main/g/git-core/git-email_1.5.6.5-3+lenny3.2_all.deb
git-gui_1.5.6.5-3+lenny3.2_all.deb
  to main/g/git-core/git-gui_1.5.6.5-3+lenny3.2_all.deb
git-svn_1.5.6.5-3+lenny3.2_all.deb
  to main/g/git-core/git-svn_1.5.6.5-3+lenny3.2_all.deb
gitk_1.5.6.5-3+lenny3.2_all.deb
  to main/g/git-core/gitk_1.5.6.5-3+lenny3.2_all.deb
gitweb_1.5.6.5-3+lenny3.2_all.deb
  to main/g/git-core/gitweb_1.5.6.5-3+lenny3.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 595...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stefan Fritsch  (supplier of updated git-core 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, 24 Sep 2010 20:56:12 +0200
Source: git-core
Binary: git-core git-doc git-arch git-cvs git-svn git-email git-daemon-run 
git-gui gitk gitweb
Architecture: source i386 all
Version: 1:1.5.6.5-3+lenny3.2
Distribution: stable-security
Urgency: high
Maintainer: Gerrit Pape 
Changed-By: Stefan Fritsch 
Description: 
 git-arch   - fast, scalable, distributed revision control system (arch interop
 git-core   - fast, scalable, distributed revision control system
 git-cvs- fast, scalable, distributed revision control system (cvs interope
 git-daemon-run - fast, scalable, distributed revision control system 
(git-daemon s
 git-doc- fast, scalable, distributed revision control system (documentatio
 git-email  - fast, scalable, distributed revision control system (email add-on
 git-gui- fast, scalable, distributed revision control system (GUI)
 git-svn- fast, scalable, distributed revision control system (svn interope
 gitk   - fast, scalable, distributed revision control system (revision tre
 gitweb - fast, scalable, distributed revision control system (web interfac
Closes: 595728
Changes: 
 git-core (1:1.5.6.5-3+lenny3.2) stable-security; urgency=high
 .
   * Non-maintainer upload by the Security Team.
   * Fix permission problem on i386, a regression introduced by
 1:1.5.6.5-3+lenny3.1. Closes: #595728
Checksums-Sha1: 
 86aa42e6235bf1e19d169186b77e05a69b0f2833 1332 git-core_1.5.6.5-3+lenny3.2.dsc
 88faa49ecdcedb5fb95db5d3d829b83ef842edbf 228860 
git-core_1.5.6.5-3+lenny3.2.diff.gz
 5b47ef7df8e34cfb5e1da8729e5622cd8e3638b5 3140010 
git-core_1.5.6.5-3+lenny3.2_i386.deb
 44c8fe6c77e5b32046cb789f201c041ef6a88f24 1249010 
git-doc_1.5.6.5-3+lenny3.2_all.deb
 77c167b22ff3d89e398a530164ee3b516a87725c 231542 
git-arch_1.5.6.5-3+lenny3.2_all.deb
 a51676cb82b2a93c125b4f7d1e850d7ac052efd9 267472 
git-cvs_1.5.

Bug#596234: marked as done (git-core: Permissions broken on description template)

2010-10-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Oct 2010 20:01:25 +
with message-id 
and subject line Bug#595728: fixed in git-core 1:1.5.6.5-3+lenny3.2
has caused the Debian Bug report #595728,
regarding git-core: Permissions broken on description template
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.)


-- 
595728: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=595728
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: git-core
Version: 1:1.5.6.5-3+lenny3.1
Severity: important

I am unable to clone by default.

msoul...@bear:~/work$ git clone digitaltorque.ca:git/homeconfig
fatal: cannot copy /usr/share/git-core/templates/description to 
/home/msoulier/work/homeconfig/.git/description
msoul...@bear:~/work$ ls -l /usr/share/git-core/templates/description
-rw-r- 1 root root 58 2008-08-06 19:38 
/usr/share/git-core/templates/description

Obviously these permissions should be 644, not 640.

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

Kernel: Linux 2.6.26-2-486
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages git-core depends on:
ii  libc6  2.7-18lenny4  GNU C Library: Shared libraries
ii  libcurl3-gnutls7.18.2-8lenny4Multi-protocol file transfer libra
ii  libdigest-sha1-perl2.11-2+b1 NIST SHA-1 message digest algorith
ii  liberror-perl  0.17-1Perl module for error/exception ha
ii  libexpat1  2.0.1-4+lenny3XML parsing C library - runtime li
ii  perl-modules   5.10.0-19lenny2   Core Perl modules
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages git-core recommends:
ii  less  418-1  Pager program similar to more
ii  openssh-client [ssh-client]   1:5.1p1-5  secure shell client, an rlogin/rsh
ii  patch 2.5.9-5Apply a diff file to an original
ii  rsync 3.0.3-2fast remote file copy program (lik

Versions of packages git-core suggests:
pn  git-arch   (no description available)
pn  git-cvs(no description available)
pn  git-daemon-run (no description available)
ii  git-doc 1:1.5.6.5-3+lenny3.1 fast, scalable, distributed revisi
pn  git-email  (no description available)
pn  git-gui(no description available)
pn  git-svn(no description available)
pn  gitk   (no description available)
pn  gitweb (no description available)

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: git-core
Source-Version: 1:1.5.6.5-3+lenny3.2

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

git-arch_1.5.6.5-3+lenny3.2_all.deb
  to main/g/git-core/git-arch_1.5.6.5-3+lenny3.2_all.deb
git-core_1.5.6.5-3+lenny3.2.diff.gz
  to main/g/git-core/git-core_1.5.6.5-3+lenny3.2.diff.gz
git-core_1.5.6.5-3+lenny3.2.dsc
  to main/g/git-core/git-core_1.5.6.5-3+lenny3.2.dsc
git-core_1.5.6.5-3+lenny3.2_i386.deb
  to main/g/git-core/git-core_1.5.6.5-3+lenny3.2_i386.deb
git-cvs_1.5.6.5-3+lenny3.2_all.deb
  to main/g/git-core/git-cvs_1.5.6.5-3+lenny3.2_all.deb
git-daemon-run_1.5.6.5-3+lenny3.2_all.deb
  to main/g/git-core/git-daemon-run_1.5.6.5-3+lenny3.2_all.deb
git-doc_1.5.6.5-3+lenny3.2_all.deb
  to main/g/git-core/git-doc_1.5.6.5-3+lenny3.2_all.deb
git-email_1.5.6.5-3+lenny3.2_all.deb
  to main/g/git-core/git-email_1.5.6.5-3+lenny3.2_all.deb
git-gui_1.5.6.5-3+lenny3.2_all.deb
  to main/g/git-core/git-gui_1.5.6.5-3+lenny3.2_all.deb
git-svn_1.5.6.5-3+lenny3.2_all.deb
  to main/g/git-core/git-svn_1.5.6.5-3+lenny3.2_all.deb
gitk_1.5.6.5-3+lenny3.2_all.deb
  to main/g/git-core/gitk_1.5.6.5-3+lenny3.2_all.deb
gitweb_1.5.6.5-3+lenny3.2_all.deb
  to main/g/git-core/gitweb_1.5.6.5-3+lenny3.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 595...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stefan Fritsch  (supplier of updated git-core package)

(This message was generated automatically at their request; if you
believe that there is a probl

Bug#595965: marked as done (git-core: users can not read some files in template dir)

2010-10-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Oct 2010 20:01:25 +
with message-id 
and subject line Bug#595728: fixed in git-core 1:1.5.6.5-3+lenny3.2
has caused the Debian Bug report #595728,
regarding git-core: users can not read some files in template dir
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.)


-- 
595728: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=595728
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: git-core
Version: 1:1.5.6.5-3+lenny3.1
Severity: grave


After update to git-core 1:1.5.6.5-3+lenny3.1
some files in /usr/share/git-core/templates have
mode 640.

/usr/share/git-core/templates/description
/usr/share/git-core/templates/hooks/*
/usr/share/git-core/templates/info/*

For this reason the command git clone fails with
fatal: cannot copy /usr/share/git-core/templates/description to ...

After a
chmod 644 /usr/share/git-core/templates/description
chmod 644 /usr/share/git-core/templates/hooks/*
chmod 644 /usr/share/git-core/templates/info/*

git clone works again.




--- End Message ---
--- Begin Message ---
Source: git-core
Source-Version: 1:1.5.6.5-3+lenny3.2

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

git-arch_1.5.6.5-3+lenny3.2_all.deb
  to main/g/git-core/git-arch_1.5.6.5-3+lenny3.2_all.deb
git-core_1.5.6.5-3+lenny3.2.diff.gz
  to main/g/git-core/git-core_1.5.6.5-3+lenny3.2.diff.gz
git-core_1.5.6.5-3+lenny3.2.dsc
  to main/g/git-core/git-core_1.5.6.5-3+lenny3.2.dsc
git-core_1.5.6.5-3+lenny3.2_i386.deb
  to main/g/git-core/git-core_1.5.6.5-3+lenny3.2_i386.deb
git-cvs_1.5.6.5-3+lenny3.2_all.deb
  to main/g/git-core/git-cvs_1.5.6.5-3+lenny3.2_all.deb
git-daemon-run_1.5.6.5-3+lenny3.2_all.deb
  to main/g/git-core/git-daemon-run_1.5.6.5-3+lenny3.2_all.deb
git-doc_1.5.6.5-3+lenny3.2_all.deb
  to main/g/git-core/git-doc_1.5.6.5-3+lenny3.2_all.deb
git-email_1.5.6.5-3+lenny3.2_all.deb
  to main/g/git-core/git-email_1.5.6.5-3+lenny3.2_all.deb
git-gui_1.5.6.5-3+lenny3.2_all.deb
  to main/g/git-core/git-gui_1.5.6.5-3+lenny3.2_all.deb
git-svn_1.5.6.5-3+lenny3.2_all.deb
  to main/g/git-core/git-svn_1.5.6.5-3+lenny3.2_all.deb
gitk_1.5.6.5-3+lenny3.2_all.deb
  to main/g/git-core/gitk_1.5.6.5-3+lenny3.2_all.deb
gitweb_1.5.6.5-3+lenny3.2_all.deb
  to main/g/git-core/gitweb_1.5.6.5-3+lenny3.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 595...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stefan Fritsch  (supplier of updated git-core 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, 24 Sep 2010 20:56:12 +0200
Source: git-core
Binary: git-core git-doc git-arch git-cvs git-svn git-email git-daemon-run 
git-gui gitk gitweb
Architecture: source i386 all
Version: 1:1.5.6.5-3+lenny3.2
Distribution: stable-security
Urgency: high
Maintainer: Gerrit Pape 
Changed-By: Stefan Fritsch 
Description: 
 git-arch   - fast, scalable, distributed revision control system (arch interop
 git-core   - fast, scalable, distributed revision control system
 git-cvs- fast, scalable, distributed revision control system (cvs interope
 git-daemon-run - fast, scalable, distributed revision control system 
(git-daemon s
 git-doc- fast, scalable, distributed revision control system (documentatio
 git-email  - fast, scalable, distributed revision control system (email add-on
 git-gui- fast, scalable, distributed revision control system (GUI)
 git-svn- fast, scalable, distributed revision control system (svn interope
 gitk   - fast, scalable, distributed revision control system (revision tre
 gitweb - fast, scalable, distributed revision control system (web interfac
Closes: 595728
Changes: 
 git-core (1:1.5.6.5-3+lenny3.2) stable-security; urgency=high
 .
   * Non-maintainer upload by the Security Team.
   * Fix permission problem on i386, a regression introduced by
 1:1.5.6.5-3+lenny3.1. Closes: #595728
Checksums-Sha1: 
 86aa42e6235bf1e19d169186b77e05a69b0f2833 1332 git-core_1.5.6.5-3+lenny3.2.dsc
 88faa49ecdcedb5fb95db5d3d829b83ef842edbf 228860 
git-core_1.5.6.5-3+lenny3.2.diff.gz
 5b47ef7df8e34cfb5e1da8729e5622cd8e3638b5 3140010 
git-core_1.5.6.5-3+lenn

Bug#595728: marked as done (git-core: permissions of templates too restrictive)

2010-10-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Oct 2010 20:01:25 +
with message-id 
and subject line Bug#595728: fixed in git-core 1:1.5.6.5-3+lenny3.2
has caused the Debian Bug report #595728,
regarding git-core: permissions of templates too restrictive
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.)


-- 
595728: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=595728
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: git-core
Version: 1:1.5.6.5-3+lenny3.1
Severity: grave
Justification: renders package unusable


Since the last update of git-core the templates in /usr/share/git-core are 
marked with permissions -rw-r- (owned by root:root), so general users can't 
access them. Therefore when a new repository is cloned the process failed as 
permission is denied to copy the template files into the new cloned repo. 
Marking these files as readable by others allows the clone to proceed.

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

Kernel: Linux 2.6.26-2-486
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages git-core depends on:
ii  libc6  2.7-18lenny4  GNU C Library: Shared libraries
ii  libcurl3-gnutls7.18.2-8lenny4Multi-protocol file transfer libra
ii  libdigest-sha1-perl2.11-2+b1 NIST SHA-1 message digest algorith
ii  liberror-perl  0.17-1Perl module for error/exception ha
ii  libexpat1  2.0.1-4+lenny3XML parsing C library - runtime li
ii  perl-modules   5.10.0-19lenny2   Core Perl modules
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages git-core recommends:
ii  less  418-1  Pager program similar to more
ii  openssh-client [ssh-client]   1:5.1p1-5  secure shell client, an rlogin/rsh
ii  patch 2.5.9-5Apply a diff file to an original
ii  rsync 3.0.3-2fast remote file copy program (lik

Versions of packages git-core suggests:
pn  git-arch   (no description available)
pn  git-cvs(no description available)
pn  git-daemon-run (no description available)
pn  git-doc(no description available)
pn  git-email  (no description available)
pn  git-gui(no description available)
pn  git-svn(no description available)
pn  gitk   (no description available)
pn  gitweb (no description available)

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: git-core
Source-Version: 1:1.5.6.5-3+lenny3.2

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

git-arch_1.5.6.5-3+lenny3.2_all.deb
  to main/g/git-core/git-arch_1.5.6.5-3+lenny3.2_all.deb
git-core_1.5.6.5-3+lenny3.2.diff.gz
  to main/g/git-core/git-core_1.5.6.5-3+lenny3.2.diff.gz
git-core_1.5.6.5-3+lenny3.2.dsc
  to main/g/git-core/git-core_1.5.6.5-3+lenny3.2.dsc
git-core_1.5.6.5-3+lenny3.2_i386.deb
  to main/g/git-core/git-core_1.5.6.5-3+lenny3.2_i386.deb
git-cvs_1.5.6.5-3+lenny3.2_all.deb
  to main/g/git-core/git-cvs_1.5.6.5-3+lenny3.2_all.deb
git-daemon-run_1.5.6.5-3+lenny3.2_all.deb
  to main/g/git-core/git-daemon-run_1.5.6.5-3+lenny3.2_all.deb
git-doc_1.5.6.5-3+lenny3.2_all.deb
  to main/g/git-core/git-doc_1.5.6.5-3+lenny3.2_all.deb
git-email_1.5.6.5-3+lenny3.2_all.deb
  to main/g/git-core/git-email_1.5.6.5-3+lenny3.2_all.deb
git-gui_1.5.6.5-3+lenny3.2_all.deb
  to main/g/git-core/git-gui_1.5.6.5-3+lenny3.2_all.deb
git-svn_1.5.6.5-3+lenny3.2_all.deb
  to main/g/git-core/git-svn_1.5.6.5-3+lenny3.2_all.deb
gitk_1.5.6.5-3+lenny3.2_all.deb
  to main/g/git-core/gitk_1.5.6.5-3+lenny3.2_all.deb
gitweb_1.5.6.5-3+lenny3.2_all.deb
  to main/g/git-core/gitweb_1.5.6.5-3+lenny3.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 595...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stefan Fritsch  (supplier of updated git-core package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please 

Bug#563996: marked as done (acorn-fdisk: Broken maintainer address)

2010-10-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Oct 2010 19:02:05 +
with message-id 
and subject line Bug#563996: fixed in acorn-fdisk 3.0.6-7
has caused the Debian Bug report #563996,
regarding acorn-fdisk: Broken maintainer address
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.)


-- 
563996: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=563996
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: acorn-fdisk
Severity: serious

  p...@nexus.co.uk
SMTP error from remote mail server after RCPT TO::
host mx-the2.netservers.net.uk [80.248.180.96]:
550 5.0.0 ... User unknown

-- 
bye, Joerg
* HE wants applicants to write about the sex life, to make
  debian-newmaint more interesting


pgpLotRH2R4yr.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: acorn-fdisk
Source-Version: 3.0.6-7

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

acorn-fdisk_3.0.6-7.diff.gz
  to main/a/acorn-fdisk/acorn-fdisk_3.0.6-7.diff.gz
acorn-fdisk_3.0.6-7.dsc
  to main/a/acorn-fdisk/acorn-fdisk_3.0.6-7.dsc
acorn-fdisk_3.0.6-7_i386.deb
  to main/a/acorn-fdisk/acorn-fdisk_3.0.6-7_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 563...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thorsten Glaser  (supplier of updated acorn-fdisk 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: SHA384

Format: 1.8
Date: Sat, 02 Oct 2010 18:45:24 +
Source: acorn-fdisk
Binary: acorn-fdisk
Architecture: source i386
Version: 3.0.6-7
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group 
Changed-By: Thorsten Glaser 
Description: 
 acorn-fdisk - Partition editor for Acorn/RISC OS machines
Closes: 366447 436190 552791 563522 563996
Changes: 
 acorn-fdisk (3.0.6-7) unstable; urgency=low
 .
   * QA upload.
   * Acknowledge NMU (Closes: #366447) (Closes: #552791) (Closes: #563996)
 Thanks Martin!
   * Apply my patch from January 2010 (Closes: #563522)
 + fix compiler warnings:
   - fdisk.c: passing … from incompatible pointer type
   - lib/scheme/icside.c: dereferencing … does break strict-aliasing rules
 XXX there might be an endianness issue left from the original code
   - lib/scheme/pcbios.c: array subscript is above array bounds
   - lib/scheme/pcbios.c: use of uninitialised value
 + fix lintian warnings:
   - debhelper-but-no-misc-depends
   - debian-rules-ignores-make-clean-error
   - spelling-error-in-binary
   - unknown-section base
   - package-contains-empty-directory
 + debian/watch: new file (took me some time to track down upstream tho)
 + debian/control: add Homepage (as close to one as I could find)
 + debian/manpages, debian/acorn-fdisk.8: new files
   * Extend the manual page, obsoletes another bug (Closes: #436190)
   * Set maintainer to QA group. (I will however keep an eye on this
 package and, while not promising, might take it over. Not now.)
   * Add debian/source/format (preferring 1.0 at the moment)
   * Port this to GNU/kFreeBSD (some ideas from util-linux, 10x)
   * Disable building on GNU/Hurd until we have a way to port it
   * Fix more compiler warnings (format strings, unused variables)
   * Support short options in addition to GNU --long-options
   * Honour dpkg CFLAGS during build
   * debian/dirs: remove, not needed
   * debian/README.source: new, describe TODO
Checksums-Sha1: 
 4ada7392bf06e2090a8f6fb70dc6dd3aa1443893 1695 acorn-fdisk_3.0.6-7.dsc
 96658347c714d338e989e2b23cf738d985f69dbb 10687 acorn-fdisk_3.0.6-7.diff.gz
 5a10f5c36b045983a8b61d7e5ac4b0c85b19b1bf 31664 acorn-fdisk_3.0.6-7_i386.deb
Checksums-Sha256: 
 1c9dff66446727695cd6c43fdcc7b7508852829f4011d65dba153a06ad9dff30 1695 
acorn-fdisk_3.0.6-7.dsc
 12a9ce0e700ed85e0baa69241427cc17f62d3f75aa093a8ca74696a7060ea7af 10687 
acorn-fdisk_3.0.6-7.diff.gz
 63c5ab1ae099e7c454454efaf7a25e1e1d67ed5f152362af75094c844f8ff6a1 31664 
acorn-fdisk_3.0.6-7_i386.deb
Files: 
 fe6f4bf0eca1000c5b7c9089f9cebd24 1695 admin optional acorn-fdisk_3.0.6-7.dsc
 d897bc7cbb354561067de0e73abcc15f 10687 admin optional 
acorn-fdisk_3.0.6-7.diff.gz
 a3f4794a9d437873e5e

Bug#552791: marked as done (Copyright file does not contain verbatim copy of the license or a pointer to one)

2010-10-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Oct 2010 19:02:05 +
with message-id 
and subject line Bug#552791: fixed in acorn-fdisk 3.0.6-7
has caused the Debian Bug report #552791,
regarding Copyright file does not contain verbatim copy of the license or a 
pointer to one
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.)


-- 
552791: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=552791
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: acorn-fdisk
Version: 3.0.6-6.2
Severity: serious

Hi,

The copyright file should either have a verbatim copy of the
 license, or a statement that the license can be found in
 /usr/share/common-licenses on a Debian machine (and the FSF's address
 if they want toget the license from there.

An email excerpt does not meet policy requirements.

manoj

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

Kernel: Linux 2.6.31.4-anzu-2 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages acorn-fdisk depends on:
ii  libc6 2.10.1-2   GNU C Library: Shared libraries

acorn-fdisk recommends no packages.

acorn-fdisk suggests no packages.


--- End Message ---
--- Begin Message ---
Source: acorn-fdisk
Source-Version: 3.0.6-7

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

acorn-fdisk_3.0.6-7.diff.gz
  to main/a/acorn-fdisk/acorn-fdisk_3.0.6-7.diff.gz
acorn-fdisk_3.0.6-7.dsc
  to main/a/acorn-fdisk/acorn-fdisk_3.0.6-7.dsc
acorn-fdisk_3.0.6-7_i386.deb
  to main/a/acorn-fdisk/acorn-fdisk_3.0.6-7_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 552...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thorsten Glaser  (supplier of updated acorn-fdisk 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: SHA384

Format: 1.8
Date: Sat, 02 Oct 2010 18:45:24 +
Source: acorn-fdisk
Binary: acorn-fdisk
Architecture: source i386
Version: 3.0.6-7
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group 
Changed-By: Thorsten Glaser 
Description: 
 acorn-fdisk - Partition editor for Acorn/RISC OS machines
Closes: 366447 436190 552791 563522 563996
Changes: 
 acorn-fdisk (3.0.6-7) unstable; urgency=low
 .
   * QA upload.
   * Acknowledge NMU (Closes: #366447) (Closes: #552791) (Closes: #563996)
 Thanks Martin!
   * Apply my patch from January 2010 (Closes: #563522)
 + fix compiler warnings:
   - fdisk.c: passing … from incompatible pointer type
   - lib/scheme/icside.c: dereferencing … does break strict-aliasing rules
 XXX there might be an endianness issue left from the original code
   - lib/scheme/pcbios.c: array subscript is above array bounds
   - lib/scheme/pcbios.c: use of uninitialised value
 + fix lintian warnings:
   - debhelper-but-no-misc-depends
   - debian-rules-ignores-make-clean-error
   - spelling-error-in-binary
   - unknown-section base
   - package-contains-empty-directory
 + debian/watch: new file (took me some time to track down upstream tho)
 + debian/control: add Homepage (as close to one as I could find)
 + debian/manpages, debian/acorn-fdisk.8: new files
   * Extend the manual page, obsoletes another bug (Closes: #436190)
   * Set maintainer to QA group. (I will however keep an eye on this
 package and, while not promising, might take it over. Not now.)
   * Add debian/source/format (preferring 1.0 at the moment)
   * Port this to GNU/kFreeBSD (some ideas from util-linux, 10x)
   * Disable building on GNU/Hurd until we have a way to port it
   * Fix more compiler warnings (format strings, unused variables)
   * Support short options in addition to GNU --long-options
   * Honour dpkg CFLAGS during build
   * debian/dirs: remove, not needed
   * debian/README.source: new, describe TODO
Checksums-Sha1: 
 4ada7392bf06e2090a8f6fb70dc6dd3aa1443893 1695 acorn-fdisk_3.0.6-7.dsc
 96658347c714d338e989e2b23cf738d9

Bug#598884: pose: FTBFS on armel: /bin/bash: ../../BuildUnix/depcomp: No such file or directory

2010-10-02 Thread Cyril Brulebois
Source: pose
Version: 3.5-9.1
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: eabi

Hi,

not exactly a regression, but since lenny/arm had a binary, it sounds
like it could be considered as such. Feel free to downgrade the severity
to important if you feel it's exaggerated. FTBFS on armel:
| source='../../BuildUnix/jpeg/../../SrcShared/jpeg/jcapimin.c' 
object='jcapimin.o' libtool=no \
|   depfile='.deps/jcapimin.Po' tmpdepfile='.deps/jcapimin.TPo' \
|   depmode=none /bin/bash ../../BuildUnix/depcomp \
|   arm-linux-gnueabi-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ENDIAN_H=1 
-DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_TYPE_SOCKLEN_T=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 
-DHAVE_MKDIR=1 -DHAVE_MKSTEMP=1 -DHAVE_TEMPNAM=1 -DHAVE_LIBFLTK=1  -I. 
-I../../BuildUnix/jpeg -I../../BuildUnix/jpeg/../../SrcShared/jpeg 
-I../../BuildUnix/jpeg/../../SrcUnix-DPLATFORM_UNIX=1 -D__PALMOS_TRAPS__=0 
-DEMULATION_LEVEL=EMULATION_UNIX -O2  -DHAS_PROFILING=0 -DNDEBUG  -fexceptions 
-Wall -Wno-multichar -Wno-unknown-pragmas -Wno-conversion   -c `test -f 
'../../BuildUnix/jpeg/../../SrcShared/jpeg/jcapimin.c' || echo 
'../../BuildUnix/jpeg/'`../../BuildUnix/jpeg/../
 ../SrcShared/jpeg/jcapimin.c
| /bin/bash: ../../BuildUnix/depcomp: No such file or directory
| make[2]: *** [jcapimin.o] Error 127

Full build logs:
  https://buildd.debian.org/status/package.php?p=pose

Mraw,
KiBi.



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



Bug#592961: problem still exists for me

2010-10-02 Thread markus tornow
Package: dropbox
Version: 0.8.107-1
Severity: normal

The problem still exists. It sometimes autostarts, and sometimes doesn't.
Error message is:
$ dropbox
Traceback (most recent call last):
  File "", line 5, in 
zipimport.ZipImportError: not a Zip file: '/usr/lib/dropbox/library.zip'

apt-get install --reinstall dropbox
solves it for some boots.



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

Kernel: Linux 2.6.36-rc5-mt-localmodconfig-0 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dropbox depends on:
ii  libatk1.0-0  1.30.0-1The ATK accessibility toolkit
ii  libc62.11.2-6Embedded GNU C Library: Shared lib
ii  libfontconfig1   2.8.0-2.1   generic font configuration library
ii  libgcc1  1:4.4.4-17  GCC support library
ii  libglib2.0-0 2.24.2-1The GLib library of C routines
ii  libgtk2.0-0  2.20.1-1+b1 The GTK+ graphical user interface 
ii  libpango1.0-01.28.1-1Layout and rendering of internatio
ii  libsm6   2:1.1.1-1   X11 Session Management library
ii  libx11-6 2:1.3.3-3   X11 client-side library
ii  libxcomposite1   1:0.4.2-1   X11 Composite extension library
ii  libxcursor1  1:1.1.10-2  X cursor management library
ii  libxdamage1  1:1.1.3-1   X11 damaged region extension libra
ii  libxext6 2:1.1.2-1   X11 miscellaneous extension librar
ii  libxfixes3   1:4.0.5-1   X11 miscellaneous 'fixes' extensio
ii  libxi6   2:1.3-4 X11 Input extension library
ii  libxinerama1 2:1.1-3 X11 Xinerama extension library
ii  libxrandr2   2:1.3.0-3   X11 RandR extension library
ii  libxrender1  1:0.9.6-1   X Rendering Extension client libra

dropbox recommends no packages.

dropbox 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: retitle 598876 to blas: built with -O3 on kfreebsd-amd64; causes zdrot to give incorrect results

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

> retitle 598876 blas: built with -O3 on kfreebsd-amd64; causes zdrot to give 
> incorrect results
Bug #598876 [blas] libitpp: FTBFS on kfreebsd-*: Test `svd_test' FAILED!!!
Changed Bug title to 'blas: built with -O3 on kfreebsd-amd64; causes zdrot to 
give incorrect results' from 'libitpp: FTBFS on kfreebsd-*: Test `svd_test' 
FAILED!!!'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
598876: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598876
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: Re: Bug#598785: libitpp: FTBFS on kfreebsd-*: Test `svd_test' FAILED!!!

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

> clone 598785 -1
Bug#598785: libitpp: FTBFS on kfreebsd-*: Test `svd_test' FAILED!!!
Bug 598785 cloned as bug 598876.

> reassign -1 blas 1.2-7
Bug #598876 [src:libitpp] libitpp: FTBFS on kfreebsd-*: Test `svd_test' 
FAILED!!!
Bug reassigned from package 'src:libitpp' to 'blas'.
Bug No longer marked as found in versions libitpp/4.2-1.
Bug #598876 [blas] libitpp: FTBFS on kfreebsd-*: Test `svd_test' FAILED!!!
There is no source info for the package 'blas' at version '1.2-7' with 
architecture ''
Unable to make a source version for version '1.2-7'
Bug Marked as found in versions 1.2-7.
> submitter -1 !
Bug #598876 [blas] libitpp: FTBFS on kfreebsd-*: Test `svd_test' FAILED!!!
Changed Bug submitter to 'Kumar Appaiah ' from 
'Cyril Brulebois '
> block 598785 by -1
Bug #598785 [src:libitpp] libitpp: FTBFS on kfreebsd-*: Test `svd_test' 
FAILED!!!
Was not blocked by any bugs.
Added blocking bug(s) of 598785: 598876
> tags -1 + patch
Bug #598876 [blas] libitpp: FTBFS on kfreebsd-*: Test `svd_test' FAILED!!!
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
598876: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598876
598785: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598785
-1: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=-1
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#598785: libitpp: FTBFS on kfreebsd-*: Test `svd_test' FAILED!!!

2010-10-02 Thread Kumar Appaiah
clone 598785 -1
reassign -1 blas 1.2-7
submitter -1 !
block 598785 by -1
tags -1 + patch
thanks

Dear Cyril,

On Fri, Oct 01, 2010 at 09:12:09PM +0200, Cyril Brulebois wrote:
> Hi,
> 
> your package no longer builds on kfreebsd-*:
> | Test `svd_test' FAILED!!!
> | […]
> | *** ERROR: 1/57 tests failed!!!
> 
> Full build logs:
>   https://buildd.debian.org/status/package.php?p=libitpp&suite=experimental

Thank you for the bug report. I have verified that this problem is
identical to the one given in #571572. In particular, please note that
with the example program given in:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571572#174

The simple issue is that blas is built with -O3 on kfreebsd-amd64,
since the rules file does $(filter…) which doesn't seem to
work. However, the following seems to work:

ifneq (,$(findstring amd64,$(ARCH)))
# See bug #569436. -O3 causes some optimisation issues  


   
F77FLAGS:=$(F77FLAGS) -O2
else
F77FLAGS:=$(F77FLAGS) -O3
endif

Hope this helps. I wouldn't mind doing an NMU, since this is RC in
squeeze as well.

Thanks!

Kumar


signature.asc
Description: Digital signature


Bug#595064: marked as done (libtiff crashes on OOB reads in putcontig8bitYCbCr11tile)

2010-10-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Oct 2010 17:47:15 +
with message-id 
and subject line Bug#595064: fixed in tiff 3.9.4-4
has caused the Debian Bug report #595064,
regarding libtiff crashes on OOB reads in putcontig8bitYCbCr11tile
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.)


-- 
595064: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=595064
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: tiff
Version: 3.9.4-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu maverick ubuntu-patch


In Ubuntu, we've applied the attached patch in lucid-security to
achieve the following:

  * debian/patches/fix-ycbcr-oob-read.patch fix crash on
OOB reads in putcontig8bitYCbCr11tile (LP: #591605)

We thought you might be interested in doing the same.

The patch origin is from

  https://bugzilla.redhat.com/attachment.cgi?id=423329

and was committed on the 3.9 and 4.0 branch of libtiff. You can
see how it was applied on the 3.9 branch in the upstream cvs tree by
doing

  cvs diff -r 1.63.2.4 -r 1.63.2.5 libtiff/tif_getimage.c

The related launchpad bug is

  https://bugs.launchpad.net/bugs/591605

and includes a reproducer

  
https://bugs.launchpad.net/ubuntu/+source/tiff/+bug/591605/+attachment/1421368/+files/sample.tif.gz

The upstream bug report is at

  http://bugzilla.maptools.org/show_bug.cgi?id=2216

Thanks!


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

Kernel: Linux 2.6.35-19-server (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru tiff-3.9.4/debian/patches/fix-ycbcr-oob-read.patch tiff-3.9.4/debian/patches/fix-ycbcr-oob-read.patch
--- tiff-3.9.4/debian/patches/fix-ycbcr-oob-read.patch	1969-12-31 16:00:00.0 -0800
+++ tiff-3.9.4/debian/patches/fix-ycbcr-oob-read.patch	2010-08-31 10:31:44.0 -0700
@@ -0,0 +1,18 @@
+Description: fix crash on OOB reads in putcontig8bitYCbCr11tile
+Bug-Ubuntu: https://bugs.launchpad.net/bugs/591605
+Bug-RedHat: https://bugzilla.redhat.com/show_bug.cgi?id=603081
+Origin: https://bugzilla.redhat.com/attachment.cgi?id=423329
+
+Index: tiff-3.9.2/libtiff/tif_getimage.c
+===
+--- tiff-3.9.2.orig/libtiff/tif_getimage.c	2010-06-16 10:47:29.147649657 -0700
 tiff-3.9.2/libtiff/tif_getimage.c	2010-06-16 10:48:06.103986457 -0700
+@@ -2399,7 +2399,7 @@
+ 			}
+ 			break;
+ 		case PHOTOMETRIC_YCBCR:
+-			if (img->bitspersample == 8)
++			if ((img->bitspersample==8) && (img->samplesperpixel==3))
+ 			{
+ if (initYCbCrConversion(img)!=0)
+ {
diff -Nru tiff-3.9.4/debian/patches/series tiff-3.9.4/debian/patches/series
--- tiff-3.9.4/debian/patches/series	2010-08-13 17:11:51.0 -0700
+++ tiff-3.9.4/debian/patches/series	2010-08-31 10:31:44.0 -0700
@@ -2,3 +2,4 @@
 man-errors.patch
 man-spelling.patch
 tif_getimage.c-CVE-2010-2233.patch
+fix-ycbcr-oob-read.patch
--- End Message ---
--- Begin Message ---
Source: tiff
Source-Version: 3.9.4-4

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

libtiff-doc_3.9.4-4_all.deb
  to main/t/tiff/libtiff-doc_3.9.4-4_all.deb
libtiff-opengl_3.9.4-4_amd64.deb
  to main/t/tiff/libtiff-opengl_3.9.4-4_amd64.deb
libtiff-tools_3.9.4-4_amd64.deb
  to main/t/tiff/libtiff-tools_3.9.4-4_amd64.deb
libtiff4-dev_3.9.4-4_amd64.deb
  to main/t/tiff/libtiff4-dev_3.9.4-4_amd64.deb
libtiff4_3.9.4-4_amd64.deb
  to main/t/tiff/libtiff4_3.9.4-4_amd64.deb
libtiffxx0c2_3.9.4-4_amd64.deb
  to main/t/tiff/libtiffxx0c2_3.9.4-4_amd64.deb
tiff_3.9.4-4.debian.tar.gz
  to main/t/tiff/tiff_3.9.4-4.debian.tar.gz
tiff_3.9.4-4.dsc
  to main/t/tiff/tiff_3.9.4-4.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 595...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jay Berkenbilt  (supplier of updated tiff 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: Sat, 02 Oct 2

Bug#597315: marked as done (choqok -- ignores twitter OAuth then doesn't supply user/password to API)

2010-10-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Oct 2010 17:32:07 +
with message-id 
and subject line Bug#597315: fixed in choqok 0.9.81-3
has caused the Debian Bug report #597315,
regarding choqok -- ignores twitter OAuth then doesn't supply user/password to 
API
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.)


-- 
597315: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597315
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: choqok
Version: 0.9.81-2
Severity: serious
Tags: upstream fixed-upstream
Forwarded: https://bugs.kde.org/show_bug.cgi?id=248480

Hi!

If kwallet is not enabled, choqok just fails to log in. To reproduce,
please do this:

Disable KWallet.
Create Twitter or Identica account. Do OAuth confirmation
Tweets/dents visible perfectly
Close Choqok
Open Choqok, enter password, and it fails.

So, my guess is that: you would first have to depend on Kwallet, which
is why this is a serious bug, and even after that, gracefully let
people know if you are going to work only if kwallet is to be enabled.

Alternately, the following patch (in upstream) stores secrets in a
text file, and thus, does away with the need for KWallet.

Hope this helps.

Thanks!

Kumar

-- 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-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages choqok depends on:
ii  kdebase-runtime   4:4.4.5-1  runtime components from the offici
ii  libc6 2.11.2-5   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.4-14 GCC support library
ii  libkdecore5   4:4.4.5-1  the KDE Platform Core Library
ii  libkdeui5 4:4.4.5-1  the KDE Platform User Interface Li
ii  libkhtml5 4:4.4.5-1  the KHTML Web Content Rendering En
ii  libkio5   4:4.4.5-1  the Network-enabled File Managemen
ii  libkjsapi44:4.4.5-1  the KJS API Library for the KDE De
ii  libkparts44:4.4.5-1  the Framework for the KDE Platform
ii  libkutils44:4.4.5-1  various utility classes for the KD
ii  libqca2-plugin-ossl   0.1~20070904-4 QCA OSSL plugin for libqca2
ii  libqjson0 0.7.1-1qt-based library that maps JSON da
ii  libqoauth11.0.1-1Qt-based client implementation of 
ii  libqt4-dbus   4:4.6.3-2  Qt 4 D-Bus module
ii  libqt4-network4:4.6.3-2  Qt 4 network module
ii  libqt4-svg4:4.6.3-2  Qt 4 SVG module
ii  libqt4-xml4:4.6.3-2  Qt 4 XML module
ii  libqtcore44:4.6.3-2  Qt 4 core module
ii  libqtgui4 4:4.6.3-2  Qt 4 GUI module
ii  libstdc++64.4.4-14   The GNU Standard C++ Library v3

choqok recommends no packages.

choqok suggests no packages.

-- no debconf information



signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: choqok
Source-Version: 0.9.81-3

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

choqok_0.9.81-3.diff.gz
  to main/c/choqok/choqok_0.9.81-3.diff.gz
choqok_0.9.81-3.dsc
  to main/c/choqok/choqok_0.9.81-3.dsc
choqok_0.9.81-3_i386.deb
  to main/c/choqok/choqok_0.9.81-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 597...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
no...@debian.org (supplier of updated choqok 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: Sat, 02 Oct 2010 09:43:23 -0700
Source: choqok
Binary: choqok
Architecture: source i386
Version: 0.9.81-3
Distribution: unstable
Urgency: low
Maintainer: Noah Meyerhans 
Changed-By: no...@debian.org
Description: 
 choqok - KDE micro-blogging client
Closes: 597315
Changes: 
 choqok (0.9.81-3) unstable; urgency=low
 .
   * Include upstream change 22178386 to allow choqok to still work if
 the user 

Bug#590765: [b-d][smetana] aircrack-ng (sid)

2010-10-02 Thread Giovanni Mascellani
Please install build dependencies for aircrack-ng on smetana, in order
to make me able to test the patch for #590765.

Thanks, Giovanni.
-- 
Giovanni Mascellani 
Pisa, Italy

Web: http://poisson.phc.unipi.it/~mascellani
Jabber: g.mascell...@jabber.org / giova...@elabor.homelinux.org



signature.asc
Description: OpenPGP digital signature


Processed: making security bug RC

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

> severity 595064 grave
Bug #595064 [tiff] libtiff crashes on OOB reads in putcontig8bitYCbCr11tile
Severity set to 'grave' from 'normal'

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
595064: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=595064
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 598785

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

> tags 598785 + confirmed
Bug #598785 [src:libitpp] libitpp: FTBFS on kfreebsd-*: Test `svd_test' 
FAILED!!!
Added tag(s) confirmed.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
598785: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598785
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#598296: libvips-tools: CVE-2010-3364: insecure library loading

2010-10-02 Thread Jay Berkenbilt

forwarded 598296
thanks

> Vulnerable code follows:
>
> /usr/bin/vips-7.22 line 108:
>   export LD_LIBRARY_PATH=$VIPSHOME/lib:$LD_LIBRARY_PATH
>
> When there's an empty item on the colon-separated list of
> LD_LIBRARY_PATH, ld.so treats it as '.' (i.e. CWD/$PWD.)
> If the given script is executed from a directory where a potential,
> local, attacker can write files to, there's a chance to exploit this
> bug.

I've forwarded the bug report to the upstream author and have suggested
the fix of replacing

  export LD_LIBRARY_PATH=$VIPSHOME/lib:$LD_LIBRARY_PATH

with

  export LD_LIBRARY_PATH=$VIPSHOME/lib${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}

which is the usual way that I deal with appending to colon-separated
variables.  I haven't indicated where the bug has been forwarded to
since I just sent it personally to the author.  They don't have a bug
tracking system, and I didn't mail it to the list

-- 
Jay Berkenbilt 



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



Processed: notfixed 596437 in 20100914

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

> notfixed 596437 20100914
Bug #596437 {Done: Goswin von Brederlow } [ia32-libs-gtk] 
Latest ia32-libs (20100908) breaks latest ia32-libs-gtk
Bug No longer marked as fixed in versions ia32-libs-gtk/20100914.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
596437: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596437
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 595593 is wishlist

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

> severity 595593 wishlist
Bug #595593 [fossology] fossology: fails to install
Severity set to 'wishlist' from 'serious'

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
595593: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=595593
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 537233 is forwarded to https://bugzilla.gnome.org/show_bug.cgi?id=608815

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

> forwarded 537233 https://bugzilla.gnome.org/show_bug.cgi?id=608815
Bug #537233 [gnome-system-tools] /usr/bin/users-admin: users-admin crashes 
/etc/group
Set Bug forwarded-to-address to 
'https://bugzilla.gnome.org/show_bug.cgi?id=608815'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
537233: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537233
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: tk707: diff for NMU version 0.7.21-9.1

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

> tags 597409 + patch
Bug #597409 [tk707] tk707: install-info installed leads to 
/usr/share/info/dir.gz in built package
Added tag(s) patch.
> tags 597409 + pending
Bug #597409 [tk707] tk707: install-info installed leads to 
/usr/share/info/dir.gz in built package
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
597409: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597409
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#597409: tk707: diff for NMU version 0.7.21-9.1

2010-10-02 Thread gregor herrmann
tags 597409 + patch
tags 597409 + pending
thanks

Dear maintainer,

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

Regards.

-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe
   `-NP: Bruce Springsteen: Walk Like A Man
diff -u tk707-0.7.21/debian/changelog tk707-0.7.21/debian/changelog
--- tk707-0.7.21/debian/changelog
+++ tk707-0.7.21/debian/changelog
@@ -1,3 +1,11 @@
+tk707 (0.7.21-9.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "install-info installed leads to /usr/share/info/dir.gz in built
+package": rm file in debian/rules (closes: #597409).
+
+ -- gregor herrmann   Sat, 02 Oct 2010 17:28:36 +0200
+
 tk707 (0.7.21-9) unstable; urgency=low
 
   * debian/control:
diff -u tk707-0.7.21/debian/rules tk707-0.7.21/debian/rules
--- tk707-0.7.21/debian/rules
+++ tk707-0.7.21/debian/rules
@@ -45,6 +45,7 @@
 	# Add here commands to install the package into debian/
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tk707 \
 			htmldir=/usr/share/doc/tk707
+	$(RM) $(CURDIR)/debian/tk707/usr/share/info/dir
 
 # Build architecture-independent files here.
 binary-indep: build install


signature.asc
Description: Digital signature


Processed: ssed: diff for NMU version 3.62-6.5

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

> tags 597411 + patch
Bug #597411 [ssed] ssed: install-info installed leads to 
/usr/share/info/sdir.gz in built package
Added tag(s) patch.
> tags 597411 + pending
Bug #597411 [ssed] ssed: install-info installed leads to 
/usr/share/info/sdir.gz in built package
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
597411: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597411
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#597411: ssed: diff for NMU version 3.62-6.5

2010-10-02 Thread gregor herrmann
tags 597411 + patch
tags 597411 + pending
thanks

Dear maintainer,

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

Regards.

-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe
   `-NP: Beach Boys: Wild Honey
diff -u ssed-3.62/debian/rules ssed-3.62/debian/rules
--- ssed-3.62/debian/rules
+++ ssed-3.62/debian/rules
@@ -59,7 +59,8 @@
 sed -e 's/^\* sed: (sed)/\* ssed: (ssed)/' \
 -e 's/sed.info/ssed.info/' $$f > s$$f; \
 	 rm $$f;   \
-done;
+done; \
+rm -f sdir
 	dh_installchangelogs ChangeLog
 	dh_strip
 	dh_compress
diff -u ssed-3.62/debian/changelog ssed-3.62/debian/changelog
--- ssed-3.62/debian/changelog
+++ ssed-3.62/debian/changelog
@@ -1,3 +1,11 @@
+ssed (3.62-6.5) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "install-info installed leads to /usr/share/info/sdir.gz in
+built package": remove file in debian/rules (closes: #597411).
+
+ -- gregor herrmann   Sat, 02 Oct 2010 17:19:34 +0200
+
 ssed (3.62-6.4) unstable; urgency=low
 
   * Non-maintainer upload


signature.asc
Description: Digital signature


Processed: Re: Bug#477751: dh_installcatalogs: Don't readd catalog on every upgrade to the catalog

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

> tag 477751 + squeeze-ignore
Bug #477751 [sgml-base] dh_installcatalogs: Don't readd catalog on every 
upgrade to the catalog
Bug #88010 [sgml-base] please consider catalog design change
Added tag(s) squeeze-ignore.
Added tag(s) squeeze-ignore.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
477751: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477751
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#477751: dh_installcatalogs: Don't readd catalog on every upgrade to the catalog

2010-10-02 Thread Philipp Kern
tag 477751 + squeeze-ignore
thanks

On Fri, Mar 12, 2010 at 06:17:39PM +0100, Stefano Zacchiroli wrote:
> On Fri, Oct 10, 2008 at 05:19:27PM +0200, Daniel Leidert wrote:
> > Just for your information: I will check the design of the current system
> > for Lenny+1. For Lenny this issue has been tagged with "lenny-ignore".
> Hi Daniel, ping on this issue. We're getting close to the Squeeze freeze
> and this issue is still pending. Should we postpone the issue to
> squeeze+1 (and hence tag this bug as squeeze-ignore) or is there still
> time to change the catalog design in the squeeze time frame (TBH, it
> seems unlikely to me).

Tagging it squeeze-ignore now.

Kind regards,
Philipp Kern 


signature.asc
Description: Digital signature


Processed: severity of 598803 is important

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

> severity 598803 important
Bug #598803 [xserver-xorg-video-intel] xserver-xorg-video-intel: X crashes / 
hung gpu, now and then
Severity set to 'important' from 'grave'

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
598803: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598803
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 598372

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

> tags 598372 + squeeze-ignore
Bug #598372 [python2.5] python2.5: uses the network during build
Added tag(s) squeeze-ignore.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
598372: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598372
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#598803: xserver-xorg-video-intel: X crashes / hung gpu, now and then

2010-10-02 Thread Julien Cristau
On Sat, Oct  2, 2010 at 13:45:36 +0200, Steinar H. Gunderson wrote:

> On Sat, Oct 02, 2010 at 11:26:30AM +0200, Cyril Brulebois wrote:
> > Is it still possible to start X again without rebooting? I'd guess so,
> > but let's check.
> 
> I'm seeing the issue of hung GPU, after which a lot of applications (in
> particular urxvt) become very messed up. Restarting X does not help for me.
> 
>   [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung
>   [drm:i915_do_wait_request] *ERROR* i915_do_wait_request returns -5 (awaiting
>   3894 at 3893)
>   [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung
> 
> Kernel 2.6.36-rc6.
> 
> > If you find a particular pattern / way to reproduce this issue, I'd be
> > glad to hear about it.
> 
> I can reproduce it 100% reliably by trying to play
> http://www.youtube.com/watch?v=IrwjatDnLKY in Google Chrome with HTML5
> enabled.
> 
Please grab /sys/kernel/debug/dri/0/i915_error_state when the hang
happens, so we can forward that upstream.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#598838: scilab: FTBFS: [javac] 9 errors

2010-10-02 Thread Philipp Kern
[javac] Note: Some input files use unchecked or unsafe operations.
> [javac] Note: Recompile with -Xlint:unchecked for details.
> [javac] 9 errors
> [javac] 86 warnings
> 
> BUILD FAILED
> /build/buildd-scilab_5.3.0-beta-3-2-powerpc-rZM62G/scilab-5.3.0-beta-3/build.incl.xml:212:
>  Compile failed; see the compiler error output for details.
> 
> Total time: 10 seconds
> make[4]: *** [java] Error 1
> make[3]: *** [all] Error 2
> make[4]: Leaving directory 
> `/build/buildd-scilab_5.3.0-beta-3-2-powerpc-rZM62G/scilab-5.3.0-beta-3/modules/graph'
> make[3]: Leaving directory 
> `/build/buildd-scilab_5.3.0-beta-3-2-powerpc-rZM62G/scilab-5.3.0-beta-3/modules/graph'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory 
> `/build/buildd-scilab_5.3.0-beta-3-2-powerpc-rZM62G/scilab-5.3.0-beta-3/modules'
> make[1]: *** [all-recursive] Error 1
> make: *** [debian/stamp-makefile-build] Error 2
> make[1]: Leaving directory 
> `/build/buildd-scilab_5.3.0-beta-3-2-powerpc-rZM62G/scilab-5.3.0-beta-3'
> dpkg-buildpackage: error: debian/rules build gave error exit status 2
> Watcher: Tick.
> buildd5163  0.0  0.4  13828  9508 ?S13:29   0:01 
> /usr/bin/perl /usr/bin/sbuild --apt-update --batch 
> --stats-dir=/home/buildd/stats --dist=experimental 
> --mail-log-to=phil+bui...@philkern.de,l...@buildd.debian.org 
> --build-dep-resolver=aptitude --arch=powerpc scilab_5.3.0-beta-3-2
> buildd5503  0.0  0.3  13636  6720 ?S13:29   0:01 
> /usr/bin/perl /usr/bin/sbuild --apt-update --batch 
> --stats-dir=/home/buildd/stats --dist=experimental 
> --mail-log-to=phil+bui...@philkern.de,l...@buildd.debian.org 
> --build-dep-resolver=aptitude --arch=powerpc scilab_5.3.0-beta-3-2
> buildd   13004  0.0  0.0   2040   640 ?S13:34   0:00 sh 
> debian/watcher.sh 12929 
> /build/buildd-scilab_5.3.0-beta-3-2-powerpc-rZM62G/scilab-5.3.0-beta-3 
> /build/buildd-scilab_5.3.0-beta-3-2-powerpc-rZM62G/scilab-5.3.0-beta-3/build-stamp
>  scilab
> Watcher: Terminating.
> Watcher: Removing lock
> 
> Build finished at 20101002-1404
> FAILED [dpkg-buildpackage died]
> 
> Purging 
> /var/lib/schroot/mount/sid-experimental-powerpc-sbuild-dda194f0-5b26-47e7-9204-144117043d4d/build/buildd-scilab_5.3.0-beta-3-2-powerpc-rZM62G
> Not removing build depends: cloned chroot in use
> 
> Finished at 20101002-1404
> Build needed 00:35:01, 479680k disc space


signature.asc
Description: Digital signature


Processed: severity of 572888 is normal

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

> severity 572888 normal
Bug #572888 [python2.5] python2.5: compiled python cgi script execution through 
apache2 fails
Severity set to 'normal' from 'serious'

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
572888: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572888
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#577720: RC bug #577720: ping ?

2010-10-02 Thread Norbert Tretkowski
Am Mittwoch, den 29.09.2010, 09:56 +0200 schrieb Didier 'OdyX' Raboud:
> It's been almost two months since you tagged the RC bug #577720 as
> "pending" and it seems that more changes are ready on the VCS.
> 
> Is the upload fixing this bug in the pipes towards unstable or would
> you like me (or anyone) to prepare and upload an NMU (based on the svn
> commit 1898) ?

I plan to upload 5.1.49-2 next week, I just want to add some security
fixes which are part of 5.1.51.

Norbert




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



Processed: mysql-proxy: diff for NMU version 0.8.0-1.2

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

> tags 578403 + pending
Bug #578403 [mysql-proxy] DAEMON=".." in initscripts points to
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
578403: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578403
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#578403: mysql-proxy: diff for NMU version 0.8.0-1.2

2010-10-02 Thread gregor herrmann
tags 578403 + pending
thanks

Dear maintainer,

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

Regards.

-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe
   `-NP: Paul McCartney & Wings: No More Lonely Nights (Ballad)
diff -u mysql-proxy-0.8.0/debian/init mysql-proxy-0.8.0/debian/init
--- mysql-proxy-0.8.0/debian/init
+++ mysql-proxy-0.8.0/debian/init
@@ -2,8 +2,8 @@
 
 ### BEGIN INIT INFO
 # Provides: mysql-proxy
-# Required-Start:   $syslog
-# Required-Stop:$syslog
+# Required-Start:   $syslog $remote_fs
+# Required-Stop:$syslog $remote_fs
 # Default-Start:2 3 4 5
 # Default-Stop: 0 1 6
 # Short-Description:MySQL Proxy
@@ -12,7 +12,7 @@
 PATH=/bin:/usr/bin:/sbin:/usr/sbin
 LUA_PATH="/usr/share/mysql-proxy/?.lua"
 
-DAEMON="/usr/sbin/mysql-proxy"
+DAEMON="/usr/bin/mysql-proxy"
 PIDFILE="/var/run/mysql-proxy.pid"
 
 test -f $DAEMON || exit 0
diff -u mysql-proxy-0.8.0/debian/changelog mysql-proxy-0.8.0/debian/changelog
--- mysql-proxy-0.8.0/debian/changelog
+++ mysql-proxy-0.8.0/debian/changelog
@@ -1,3 +1,13 @@
+mysql-proxy (0.8.0-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "DAEMON=".." in initscripts points to": point DAEMON to
+/usr/bin/mysql-proxy; patch from Chris Lamb (closes: #578403).
+  * init script: add dependency on $remote_fs to Required-Start and
+Required-Stop.
+
+ -- gregor herrmann   Sat, 02 Oct 2010 16:03:38 +0200
+
 mysql-proxy (0.8.0-1.1) unstable; urgency=low
 
   * Non-maintainer upload.


signature.asc
Description: Digital signature


Bug#597995: marked as done (balsa: uninstallable due to old libesmtp5)

2010-10-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Oct 2010 14:39:03 +0200
with message-id <4ca727e7.9000...@debian.org>
and subject line Re: Bug#597995: balsa: uninstallable due to old libesmtp5
has caused the Debian Bug report #597995,
regarding balsa: uninstallable due to old libesmtp5
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.)


-- 
597995: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597995
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: dselect
Version: 1.15.8.5

Hello
I will install any package by dselect , but dselect say  :
"1) epiphany-extension-gwget depends on epiphany-browser (<<2.30) 
(install "epiphany-browser --version "GNOME Web Browser 2.30.6"")
2) "balsa depends on libesmtp5 (<=0.8.8) BUT libesmtp5 does not appear to
be available (no install package)"

Need edit where there are
System - Debian-AMD test on date 201009250800 

Galina


--- End Message ---
--- Begin Message ---
On 29/09/10 22:56, Adam D. Barratt wrote:
> On Mon, 2010-09-27 at 13:21 +0200, Emilio Pozuelo Monfort wrote:
>> On 25/09/10 19:04, Guillem Jover wrote:
 2) "balsa depends on libesmtp5 (<=0.8.8) BUT libesmtp5 does not appear to
 be available (no install package)"
>>>
>>> This does not seem to have been reported, so I'm reassigning this bug
>>> report to balsa. I guess it just needs a binNMU against a newer
>>> libesmtp-dev (libesmtp6).
>>
>> Yes, a rebuild solves the problem.
>>
>> Release Team, please binNMU balsa on all architectures.
> 
> Scheduled.

Thanks, the dependency on libesmpt5 is gone, balsa now depends on libesmtp6.

Regards,
Emilio

--- End Message ---


Bug#598803: xserver-xorg-video-intel: X crashes / hung gpu, now and then

2010-10-02 Thread Steinar H. Gunderson
On Sat, Oct 02, 2010 at 11:26:30AM +0200, Cyril Brulebois wrote:
> Is it still possible to start X again without rebooting? I'd guess so,
> but let's check.

I'm seeing the issue of hung GPU, after which a lot of applications (in
particular urxvt) become very messed up. Restarting X does not help for me.

  [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung
  [drm:i915_do_wait_request] *ERROR* i915_do_wait_request returns -5 (awaiting
  3894 at 3893)
  [drm:i915_hangcheck_elapsed] *ERROR* Hangcheck timer elapsed... GPU hung

Kernel 2.6.36-rc6.

> If you find a particular pattern / way to reproduce this issue, I'd be
> glad to hear about it.

I can reproduce it 100% reliably by trying to play
http://www.youtube.com/watch?v=IrwjatDnLKY in Google Chrome with HTML5
enabled.

> It'd be nice to know how it goes with 2.13.0-1 (just uploaded to
> experimental, so available in a few hours).

I'll give it a shot.

/* Steinar */
-- 
Homepage: http://www.sesse.net/



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



Bug#598769: marked as done (tijmp: FTBFS: configure: error: Does JAVA_HOME point to the java SDK directory?)

2010-10-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Oct 2010 11:48:25 +
with message-id 
and subject line Bug#598769: fixed in tijmp 0.8+dfsg-4
has caused the Debian Bug report #598769,
regarding tijmp: FTBFS: configure: error: Does JAVA_HOME point to the java SDK 
directory?
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.)


-- 
598769: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598769
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: tijmp
Version: 0.8+dfsg-3
Severity: serious
Justification: FTBFS

Hi,

your package FTBFS everywhere:
| checking whether to build shared libraries... yes
| checking whether to build static libraries... no
| 
| checking /usr/lib/jvm/default-java/include/linux/jni_md.h usability... no
| checking /usr/lib/jvm/default-java/include/linux/jni_md.h presence... no
| checking for /usr/lib/jvm/default-java/include/linux/jni_md.h... no
| checking /usr/lib/jvm/default-java/include/jni_md.h usability... no
| checking /usr/lib/jvm/default-java/include/jni_md.h presence... no
| checking for /usr/lib/jvm/default-java/include/jni_md.h... no
| configure: error: Does JAVA_HOME point to the java SDK directory?
| make: *** [debian/stamp-autotools] Error 1
| dpkg-buildpackage: error: debian/rules build gave error exit status 2

Full build logs:
  https://buildd.debian.org/status/package.php?p=tijmp&suite=experimental

Mraw,
KiBi.


--- End Message ---
--- Begin Message ---
Source: tijmp
Source-Version: 0.8+dfsg-4

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

tijmp_0.8+dfsg-4.debian.tar.gz
  to main/t/tijmp/tijmp_0.8+dfsg-4.debian.tar.gz
tijmp_0.8+dfsg-4.dsc
  to main/t/tijmp/tijmp_0.8+dfsg-4.dsc
tijmp_0.8+dfsg-4_amd64.deb
  to main/t/tijmp/tijmp_0.8+dfsg-4_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 598...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Niels Thykier  (supplier of updated tijmp 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: Sat, 02 Oct 2010 12:07:39 +0200
Source: tijmp
Binary: tijmp
Architecture: source amd64
Version: 0.8+dfsg-4
Distribution: experimental
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Niels Thykier 
Description: 
 tijmp  - Profiler for Java to trace object and method timings
Closes: 598769
Changes: 
 tijmp (0.8+dfsg-4) experimental; urgency=low
 .
   * Corrected JAVA_HOME to openjdk-6 (Closes: #598769)
   * Bumped Standards-Versions 3.9.1 - no changes required.
   * Removed patch - it did nothing useful.
   * Converted source to 3.0 (quilt) format.
Checksums-Sha1: 
 e369cdbb44f77fdd1a011a8052ce4dbb0ad3467e 1271 tijmp_0.8+dfsg-4.dsc
 7f49aa57a750606da655b19dedbee6223b5d4942 4066 tijmp_0.8+dfsg-4.debian.tar.gz
 a59bb344386fd94efc35fa63e13e6e93eeb17fb8 116386 tijmp_0.8+dfsg-4_amd64.deb
Checksums-Sha256: 
 6cf4a27fea730e58e9b7fbcd449cbbc27da3d01f84137f549eb9acd50e867888 1271 
tijmp_0.8+dfsg-4.dsc
 0644ef9e30ef5dd031fb56bab110e85ceb885b120bc0c1d100f993dbcb9ed965 4066 
tijmp_0.8+dfsg-4.debian.tar.gz
 2d9876f5df0c3c6e857ef3132f166dfc3666da547fcf74f78f30bfef1131dfcd 116386 
tijmp_0.8+dfsg-4_amd64.deb
Files: 
 aab619f88960116972ab8663a6c4251d 1271 devel extra tijmp_0.8+dfsg-4.dsc
 4bac881db69bbd5ae32561c359182384 4066 devel extra 
tijmp_0.8+dfsg-4.debian.tar.gz
 a0a6ed89f902f049e7eef2b1d15b3865 116386 devel extra tijmp_0.8+dfsg-4_amd64.deb

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

iEYEARECAAYFAkynGYMACgkQyIFXyIXHk4mGpQCcDHSFxgadhxoCv+jKiP8y03Mn
71gAn2z8hWTN0yai0MOA1A2RcOGrbMou
=RSNo
-END PGP SIGNATURE-


--- End Message ---


Bug#597514: marked as done (gnuplot-nox: depend on a newer version of libedit2)

2010-10-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Oct 2010 11:47:47 +
with message-id 
and subject line Bug#597514: fixed in gnuplot 4.4.0-1.1
has caused the Debian Bug report #597514,
regarding gnuplot-nox: depend on a newer version of libedit2
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.)


-- 
597514: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597514
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gnuplot-nox
Version: 4.2.5-1
Severity: normal

When I run gnuplot, I get the following error.

gnuplot: symbol lookup error: gnuplot: undefined symbol: remove_history

It seems this symbol is missing from my (4 year old!) libedit2. Please
depend on a newer version. I plan to upgrade momentarily, just thought
I'd mention it.

Or maybe it's a bug in libedit2 that they introduced a symbol without
bumping the soversion.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (300, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.28.7-quaternion (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnuplot-nox depends on:
ii  libc6   2.9-4GNU C Library: Shared libraries
ii  libedit22.9.cvs.20050518-2.2 BSD editline and history libraries
ii  libgd2-noxpm2.0.36~rc1~dfsg-1GD Graphics Library version 2 (wit

Versions of packages gnuplot-nox recommends:
pn  groff  (no description available)

Versions of packages gnuplot-nox suggests:
ii  gnuplot-doc   4.0.0-2Documentation for gnuplot
ii  gnuplot-x11   4.2.5-1A command-line driven interactive 

-- no debconf information

-- 
Jason McCarty 


--- End Message ---
--- Begin Message ---
Source: gnuplot
Source-Version: 4.4.0-1.1

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

gnuplot-doc_4.4.0-1.1_all.deb
  to main/g/gnuplot/gnuplot-doc_4.4.0-1.1_all.deb
gnuplot-nox_4.4.0-1.1_i386.deb
  to main/g/gnuplot/gnuplot-nox_4.4.0-1.1_i386.deb
gnuplot-x11_4.4.0-1.1_i386.deb
  to main/g/gnuplot/gnuplot-x11_4.4.0-1.1_i386.deb
gnuplot_4.4.0-1.1.debian.tar.gz
  to main/g/gnuplot/gnuplot_4.4.0-1.1.debian.tar.gz
gnuplot_4.4.0-1.1.dsc
  to main/g/gnuplot/gnuplot_4.4.0-1.1.dsc
gnuplot_4.4.0-1.1_all.deb
  to main/g/gnuplot/gnuplot_4.4.0-1.1_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 597...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Agustin Martin Domingo  (supplier of updated gnuplot 
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: Tue, 21 Sep 2010 12:19:09 +0200
Source: gnuplot
Binary: gnuplot gnuplot-nox gnuplot-x11 gnuplot-doc
Architecture: source all i386
Version: 4.4.0-1.1
Distribution: unstable
Urgency: low
Maintainer: Bradley Smith 
Changed-By: Agustin Martin Domingo 
Description: 
 gnuplot- A command-line driven interactive plotting program
 gnuplot-doc - A command-line driven interactive plotting program
 gnuplot-nox - A command-line driven interactive plotting program
 gnuplot-x11 - A command-line driven interactive plotting program
Closes: 597514
Changes: 
 gnuplot (4.4.0-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Build depend on recent libedit-dev with fixed shlibs
 dependencies (Closes: #597514).
Checksums-Sha1: 
 6c52db5a8cada823abca11901b5469cae9204810 1443 gnuplot_4.4.0-1.1.dsc
 6e53a47e77269e5a20e039c8cf1ecd2d763a6946 17331 gnuplot_4.4.0-1.1.debian.tar.gz
 432ef8b18c087c455989a39900ed51a643a4ee7f 1020 gnuplot_4.4.0-1.1_all.deb
 9c44d0c8c8013a8ce8c9b46f9b431f59580c76c4 2600042 gnuplot-doc_4.4.0-1.1_all.deb
 c7d05cafb0ee17c28f50be0a8cbe90de9013fb6f 994564 gnuplot-nox_4.4.0-1.1_i386.deb
 97d1acffe53f7ca2b87e480e96731fae0883de71 696472 gnuplot-x11_4.4.0-1.1_i386.deb
Checksums-Sha256: 
 4572055ff9b85b0c58b8f4a0b1899f813f12eca6690e29dfa099dcbbd9a37118 1443 
gnuplot_4.4.0-1.1.dsc
 353f2579b37321e8093e82daef2fac6cf1c6ce12a3890493e8ec5bfbedef3eb5 17331 
gnuplot_4.4.0-1.1.debian.tar.gz
 2b8e00b156cf773fce72a9e74f939c6d200b4816e12d771b105029fae667bb7d 1020 
gnuplot_4.4.0-1.1_all.deb

Bug#584942: ghostscript: Bug reappeared here, too

2010-10-02 Thread Richard Scherping
Package: ghostscript
Version: 8.71~dfsg2-6
Severity: normal


As already mentioned by Francesco Parisi , the
"pdftoraster failed" bug is there again. It hit me today, when I tried to
print a pdf from Evince. Luckily, Okular works.

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

Kernel: Linux 2.6.36-rc6 (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/bash

Versions of packages ghostscript depends on:
ii  debconf [de 1.5.35   Debian configuration management sy
ii  debianutils 3.4  Miscellaneous utilities specific t
ii  gsfonts 1:8.11+urwcyr1.0.7~pre44-4.2 Fonts for the Ghostscript interpre
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libgs8  8.71~dfsg2-6 The Ghostscript PostScript/PDF int

ghostscript recommends no packages.

ghostscript 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#598820: mcabber: Segmentation fault when connecting to prosody server

2010-10-02 Thread Daniel Friesel
Package: mcabber
Version: 0.10.0-1
Severity: serious

Hi all,

mcabber dies with a segmentation fault as soon as it tries to connect to a
prosody server.

I'm not sure what exactly causes the bug, at least connecting to jabber.org
(with invalid auth data) does not make mcabber segfault, but connecting to
this specific server (which is running prosody) always results in a
segmentation fault.  It should also be noted that an mcabber running on Debian
squeeze is not affected, only the one in sid.
The segfault happens regardless of whether the jabber password was valid or
not.

mcabberrc:
> set jid = d...@example.org
> set server  = jabber.wouldyoubuythis.net
> set port= 5222
>
> set ssl = 0
>
> set nickname= derf
> set resource= remnant
> set disable_random_resource = 1
> set priority= 7
> set priority_away   = 1
>
> set logging = 0
> set load_logs   = 0
> set beep_on_message = 1
>
> set aspell_enable   = 0

(yes, the @example.org is wrong, but the bug is reproducible with that, too)

mcabber output:

>  Special buffer: [status]
> 
> [13:38:50] Connecting to server: jabber.wouldyoubuythis.net
> [13:38:50]  using port 5222
> [13:38:50]  resource remnant
> 
>  [_]
> zsh: segmentation fault  mcabber


backtrace:

#0  lm_socket_ref (socket=0x62617422) at lm-socket.c:1208
#1  0x4004b332 in socket_connect_cb (source=0x9957a20, condition=G_IO_OUT, 
connect_data=0x9955900) at lm-socket.c:518
#2  0x400d46db in ?? () from /lib/libglib-2.0.so.0
#3  0x40090305 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#4  0x40093fe8 in ?? () from /lib/libglib-2.0.so.0
#5  0x400941c8 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#6  0x080535f6 in main ()

If there's any other information I can supply to help track down the bug, let
me know.

--Daniel


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

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

Versions of packages mcabber depends on:
ii  libaspell15   0.60.6-4   GNU Aspell spell-checker runtime l
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libglib2.0-0  2.24.2-1   The GLib library of C routines
ii  libgpg-error0 1.6-1  library for common error values an
ii  libgpgme111.2.0-1.2  GPGME - GnuPG Made Easy
ii  libidn11  1.18-1 GNU Libidn library, implementation
ii  libloudmouth1-0   1.4.3-5Lightweight C Jabber library
ii  libncursesw5  5.7+20100313-4 shared libraries for terminal hand
ii  libotr2   3.2.0-2Off-the-Record Messaging library

mcabber recommends no packages.

mcabber 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: limit source to tijmp, tagging 598769

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

> #tijmp (0.8+dfsg-4) experimental; urgency=low
> #
> #  * Corrected JAVA_HOME to openjdk-6 (Closes: #598769)
> #
> limit source tijmp
Limiting to bugs with field 'source' containing at least one of 'tijmp'
Limit currently set to 'source':'tijmp'

> tags 598769 + pending
Bug #598769 [src:tijmp] tijmp: FTBFS: configure: error: Does JAVA_HOME point to 
the java SDK directory?
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
598769: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598769
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#571255: Udev 151-2 upgrade problem on debian-testing-'squeeze' i386 cd binary1 20090302-04-:09

2010-10-02 Thread Julien Cristau
On Sun, Sep 19, 2010 at 15:47:57 -0700, Steve Langasek wrote:

> But I know that I may have overlooked some details.  If you see any problems
> with my suggestion, please let me know what they are so that I can look for
> better solutions.
> 
> And if there aren't problems with this proposal, I'm happy to prepare a
> patch to the package for this if that would be helpful to you.
> 
Marco, thoughts?

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#596163: marked as done (cannot be purged when var/lib/puppet doesn't exist)

2010-10-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Oct 2010 10:47:17 +
with message-id 
and subject line Bug#596163: fixed in puppet 2.6.1-1
has caused the Debian Bug report #596163,
regarding cannot be purged when var/lib/puppet doesn't exist
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.)


-- 
596163: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596163
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: puppet-common
Version: 2.6.1~rc3-1
Severity: serious

puppet-common cannot be removed when it was only unpacked but
never configured.

I ran into this while trying to install an older puppet (hence the
dpkg instead of just apt), but the bug is still present in the
latest version, as shown here.

master:~# dpkg --unpack puppet-common_2.6.1~rc3-1_all.deb 
Selecting previously deselected package puppet-common.
(Reading database ... 26457 files and directories currently installed.)
Unpacking puppet-common (from puppet-common_2.6.1~rc3-1_all.deb) ...
Processing triggers for man-db ...

master:~# dpkg --purge puppet-common
(Reading database ... 27176 files and directories currently installed.)
Removing puppet-common ...
Purging configuration files for puppet-common ...
rmdir: failed to remove `/var/lib/puppet': No such file or directory
dpkg: error processing puppet-common (--purge):
 subprocess installed post-removal script returned error exit status 1
Processing triggers for man-db ...
Errors were encountered while processing:
 puppet-common
master:~# 

This is a bug in your postrm script, probably quite easy to fix
(e.g. with a ! [ -d ... ] || rmdir)

Cheers


--- End Message ---
--- Begin Message ---
Source: puppet
Source-Version: 2.6.1-1

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

puppet-common_2.6.1-1_all.deb
  to main/p/puppet/puppet-common_2.6.1-1_all.deb
puppet-el_2.6.1-1_all.deb
  to main/p/puppet/puppet-el_2.6.1-1_all.deb
puppet-testsuite_2.6.1-1_all.deb
  to main/p/puppet/puppet-testsuite_2.6.1-1_all.deb
puppet_2.6.1-1.debian.tar.gz
  to main/p/puppet/puppet_2.6.1-1.debian.tar.gz
puppet_2.6.1-1.dsc
  to main/p/puppet/puppet_2.6.1-1.dsc
puppet_2.6.1-1_all.deb
  to main/p/puppet/puppet_2.6.1-1_all.deb
puppet_2.6.1.orig.tar.gz
  to main/p/puppet/puppet_2.6.1.orig.tar.gz
puppetmaster-common_2.6.1-1_all.deb
  to main/p/puppet/puppetmaster-common_2.6.1-1_all.deb
puppetmaster-passenger_2.6.1-1_all.deb
  to main/p/puppet/puppetmaster-passenger_2.6.1-1_all.deb
puppetmaster_2.6.1-1_all.deb
  to main/p/puppet/puppetmaster_2.6.1-1_all.deb
vim-puppet_2.6.1-1_all.deb
  to main/p/puppet/vim-puppet_2.6.1-1_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 596...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stig Sandbeck Mathisen  (supplier of updated puppet 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: Sat, 02 Oct 2010 12:14:37 +0200
Source: puppet
Binary: puppet-common puppet puppetmaster-common puppetmaster 
puppetmaster-passenger vim-puppet puppet-el puppet-testsuite
Architecture: source all
Version: 2.6.1-1
Distribution: experimental
Urgency: low
Maintainer: Stig Sandbeck Mathisen 
Changed-By: Stig Sandbeck Mathisen 
Description: 
 puppet - Centralized configuration management - agent startup and compatib
 puppet-common - Centralized configuration management
 puppet-el  - syntax highlighting for puppet manifests in emacs
 puppet-testsuite - Centralized configuration management - test suite
 puppetmaster - Centralized configuration management - master startup and 
compati
 puppetmaster-common - Puppet master common scripts
 puppetmaster-passenger - Centralised configuration management - master setup 
to run under
 vim-puppet - syntax highlighting for puppet manifests in vim
Closes: 594575 596163
Changes: 
 puppet (2.6.1-1) experimental; urgency=low
 .
   [ Mathias Gug ]
   * New upstream version:
 - Fix "Puppet standalone broken" (Closes: #594575)
   * test/lib/puppettest/fakes.rb: Fix puppettest to use puppet system
 library.
   * debian/puppetmaster-passenger.postinst: Use cacrl instead of hostcrl to
 set the location of the CRL in apache2 configuration. Fix a

Bug#564690: OMGWTFBBQ this is fixed

2010-10-02 Thread Josselin Mouette
Le vendredi 01 octobre 2010 à 23:33 +0200, Moritz Muehlenhoff a écrit : 
> On Sun, Feb 28, 2010 at 03:36:46PM +0100, Josselin Mouette wrote:
> > Version: 2.29.91-1
> > 
> > commit 3e0f7dea754381c5ad11a06ccc62eb153382b498
> > Author: Gustavo Noronha Silva 
> > Date:   Thu Feb 18 14:30:49 2010 -0200
> > 
> > Report broken certs through the padlock icon
> > 
> > This uses a new feature in libsoup that reports through a 
> > SoupMessageFlag whether the message is talking to a server that has a
> > trusted server.
> > 
> > Bug #600663
> 
> I suppose this doesn't affect Stable, since the switch to webkit
> was done post-Lenny?

Indeed. This was a severe regression from lenny, hence the severity.

Cheers,
-- 
 .''`.  Josselin Mouette
: :' :
`. `'  “If you behave this way because you are blackmailed by someone,
  `-[…] I will see what I can do for you.”  -- Jörg Schilling


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


Bug#598733: marked as done (fails to upgrade: file conflict between plymouth and plymouth-x11)

2010-10-02 Thread Debian Bug Tracking System
Your message dated Sat, 02 Oct 2010 10:02:20 +
with message-id 
and subject line Bug#598733: fixed in plymouth 0.8.3-14
has caused the Debian Bug report #598733,
regarding fails to upgrade: file conflict between plymouth and plymouth-x11
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.)


-- 
598733: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598733
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: plymouth
Version: 0.8.3-13
Severity: serious

Upgrading plymouth from 0.8.3-9 to 0.8.3-13 fails:

Vorbereiten zum Ersetzen von plymouth-x11 0.8.3-9.1 (durch 
.../plymouth-x11_0.8.3-13_i386.deb) ...
Entpacke Ersatz für plymouth-x11 ...
dpkg: Fehler beim Bearbeiten von 
/var/cache/apt/archives/plymouth-x11_0.8.3-13_i386.deb (--unpack):
 Versuche, »/usr/share/gdm/autostart/LoginWindow/plymouth-log-viewer.desktop« 
zu überschreiben, welches auch in Paket plymouth 0.8.3-9.1 ist
configured to not write apport reports
  Vorbereiten zum Ersetzen von plymouth 
0.8.3-9.1 (durch .../plymouth_0.8.3-13_i386.deb) ...
Entpacke Ersatz für plymouth ...
Wähle vormals abgewähltes Paket plymouth-drm.
Entpacke plymouth-drm (aus .../plymouth-drm_0.8.3-13_i386.deb) ...
Vorbereiten zum Ersetzen von plymouth-themes-all 0.8.3-9.1 (durch 
.../plymouth-themes-all_0.8.3-13_all.deb) ...
Entpacke Ersatz für plymouth-themes-all ...
Verarbeite Trigger für python-support ...
Verarbeite Trigger für man-db ...
Verarbeite Trigger für initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-2.6.32-5-686
Fehler traten auf beim Bearbeiten von:
 /var/cache/apt/archives/plymouth-x11_0.8.3-13_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (200, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages plymouth depends on:
ii  initramfs-tools   0.98.4 tools for generating an initramfs
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib

plymouth recommends no packages.

plymouth suggests no packages.

-- Configuration Files:
/etc/init.d/plymouth changed [not included]
/etc/plymouth/plymouthd.conf changed [not included]

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: plymouth
Source-Version: 0.8.3-14

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

plymouth-dev_0.8.3-14_i386.deb
  to main/p/plymouth/plymouth-dev_0.8.3-14_i386.deb
plymouth-drm_0.8.3-14_i386.deb
  to main/p/plymouth/plymouth-drm_0.8.3-14_i386.deb
plymouth-themes-all_0.8.3-14_all.deb
  to main/p/plymouth/plymouth-themes-all_0.8.3-14_all.deb
plymouth-themes-fade-in_0.8.3-14_all.deb
  to main/p/plymouth/plymouth-themes-fade-in_0.8.3-14_all.deb
plymouth-themes-glow_0.8.3-14_all.deb
  to main/p/plymouth/plymouth-themes-glow_0.8.3-14_all.deb
plymouth-themes-script_0.8.3-14_all.deb
  to main/p/plymouth/plymouth-themes-script_0.8.3-14_all.deb
plymouth-themes-solar_0.8.3-14_all.deb
  to main/p/plymouth/plymouth-themes-solar_0.8.3-14_all.deb
plymouth-themes-spinfinity_0.8.3-14_all.deb
  to main/p/plymouth/plymouth-themes-spinfinity_0.8.3-14_all.deb
plymouth-x11_0.8.3-14_i386.deb
  to main/p/plymouth/plymouth-x11_0.8.3-14_i386.deb
plymouth_0.8.3-14.diff.gz
  to main/p/plymouth/plymouth_0.8.3-14.diff.gz
plymouth_0.8.3-14.dsc
  to main/p/plymouth/plymouth_0.8.3-14.dsc
plymouth_0.8.3-14_i386.deb
  to main/p/plymouth/plymouth_0.8.3-14_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 598...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Baumann  (supplier of updated plymouth 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: Sat, 02 Oct 2010 11:41:37 +0200
Source: plymouth
Binary: plymouth plymouth-drm plymouth-x11 plymouth-dev plymouth-themes-all 
plymouth-themes-fade-in plymouth-themes-glow plymouth-themes-script 
plymouth-themes-solar plymouth-themes-spinfi

Processed: Re: [Debian-med-packaging] Bug#595613: Bug#595613: closed by Charles Plessy (Bug#595613: fixed in emboss 6.3.1-6)

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

> severity 595613 wishlist
Bug #595613 [emboss-lib] emboss-lib: improper shared library packaging
Severity set to 'wishlist' from 'serious'

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
595613: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=595613
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 598769

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

> tags 598769 + confirmed
Bug #598769 [src:tijmp] tijmp: FTBFS: configure: error: Does JAVA_HOME point to 
the java SDK directory?
Added tag(s) confirmed.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
598769: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598769
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#598803: xserver-xorg-video-intel: X crashes / hung gpu, now and then

2010-10-02 Thread Cyril Brulebois
Juha Mäkinen  (02/10/2010):
> after last update X crashes now and then with message
> "drm:i915_hangcheck_elapsed ... GPU hung"

Is it still possible to start X again without rebooting? I'd guess so,
but let's check.

If you find a particular pattern / way to reproduce this issue, I'd be
glad to hear about it.

It'd be nice to know how it goes with 2.13.0-1 (just uploaded to
experimental, so available in a few hours).

Mraw,
KiBi.


signature.asc
Description: Digital signature