Bug#601601: spamassassin: cannot include 0:0:0:0:0:0:0:1/128 as it has already been included

2010-10-28 Thread Noah Meyerhans
reassign 601601 libnetaddr-ip-perl
retitle 601601 NetAddr::IP->new6 fails to adjust netmask when mapping a v4 
address
thanks

Something within libnetaddr-ip-perl perl changed between version
4.028+dfsg-1 (currently in squeeze) and version 4.034+dfsg-1 (currently
in sid).  Consider the attached perl program.  The
_convert_ipv4_cidr_to_ipv6 function is pulled from spamassassin's
Mail::SpamAssassin::NetSet module.  On a squeeze system, the program
outputs the following:

Loopback network: 127.0.0.0/8
converted to v6 mapped: 0:0:0:0:0::7F00:0/104
IPv6 loopback address: 0:0:0:0:0:0:0:1/128
Is 0:0:0:0:0:0:0:1/128 contained within 0:0:0:0:0::7F00:0/104? 0

On a sid sytem, the program outputs this:
Loopback network: 127.0.0.0/8
converted to v6 mapped: 0:0:0:0:0::7F00:0/8
IPv6 loopback address: 0:0:0:0:0:0:0:1/128
Is 0:0:0:0:0:0:0:1/128 contained within 0:0:0:0:0::7F00:0/8? 1

Note the differences in the network mask when the loopback /8 is
mapped to a v6 address.  Note that this leads to the
NetAddr::IP->contains method returning an incorrect value.

Thanks.
noah

#!/usr/bin/perl

use NetAddr::IP;

sub _convert_ipv4_cidr_to_ipv6 {
  my ($cidr) = @_;

  # only do this for IPv4 addresses
  return undef unless ($cidr =~ /^\d+[.\/]/);

  if ($cidr !~ /\//) {  # no mask
return NetAddr::IP->new6(":::".$cidr);
  }

  # else we have a CIDR mask specified. use new6() to do this
  #
  my $ip6 = ""+(NetAddr::IP->new6($cidr));
  # 127.0.0.1 -> 0:0:0:0:0:0:7F00:0001/128
  # 127/8 -> 0:0:0:0:0:0:7F00:0/104

  # now, move that from 0:0:0:0:0:0: space to 0:0:0:0:0:: space
  if (!defined $ip6 || $ip6 !~ /^0:0:0:0:0:0:(.*)$/) {
warn "oops! unparseable IPv6 address for $cidr: $ip6";
return undef;
  }

  return NetAddr::IP->new6(":::$1");
}

my $a = NetAddr::IP->new('127.0.0.0/8');
my $b = NetAddr::IP->new('::1');
my $converted = _convert_ipv4_cidr_to_ipv6($a);

print "Loopback network: " . $a . "\n";
print "converted to v6 mapped: $converted\n";
print "IPv6 loopback address: $b\n";

print "Is $b contained within $converted? " . $converted->contains($b) . "\n";



signature.asc
Description: Digital signature


Bug#601739: unblock: iceape/2.0.10-1

2010-10-28 Thread Mike Hommey
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package iceape

2.0.9-1 was unblocked and due to migrate in 4 days, but there is a
zero-day vulnerability fix that needed to be pushed, and that happened 
in 2.0.10-1. This is the only change besides the version number.

You may want to boost urgency as well. Thanks

unblock iceape/2.0.10-1

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

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



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



Bug#601738: unblock: iceweasel/3.5.15-1

2010-10-28 Thread Mike Hommey
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package iceweasel

3.5.14-1 was unblocked and due to migrate in 2 days, but there is a
zero-day vulnerability fix that needed to be pushed, and that happened
in 3.5.15-1. This is the only change besides the version number.

You may want to boost urgency as well. Thanks

unblock iceweasel/3.5.15-1

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

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



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



Bug#601737: openoffice.org: OOo 3,2,1 does not respect layout of import ppt.

2010-10-28 Thread rpnpif
Package: openoffice.org
Version: 1:3.2.1-7
Severity: normal


The text in a ppt document goes beyond the bottom of the page in OOo 3.2.1, 
so it does not overflow in MS Powerpoint.

This problem also exists for Writer that does not respect the layout 
probably for the same reasons.

See page 10 of the document in 
http://media.eduscol.education.fr/file/seminaire_STI2D/56/5/STI2D_BacSTI2D_157565.ppt

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

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

Versions of packages openoffice.org depends on:
ii  liblucene2-java  2.9.2+ds1-1 Full-text search engine library fo
ii  openoffice.org-base  1:3.2.1-7   office productivity suite -- datab
ii  openoffice.org-calc  1:3.2.1-7   office productivity suite -- sprea
ii  openoffice.org-core  1:3.2.1-7   office productivity suite -- arch-
ii  openoffice.org-draw  1:3.2.1-7   office productivity suite -- drawi
ii  openoffice.org-filter-mobile 1:3.2.1-7   office productivity suite -- mobil
ii  openoffice.org-impress   1:3.2.1-7   office productivity suite -- prese
ii  openoffice.org-java-common   1:3.2.1-7   office productivity suite -- arch-
ii  openoffice.org-math  1:3.2.1-7   office productivity suite -- equat
ii  openoffice.org-officebean1:3.2.1-7   office productivity suite -- Java 
ii  openoffice.org-report-builde 1:3.2.1-7   OpenOffice.org extension for build
ii  openoffice.org-writer1:3.2.1-7   office productivity suite -- word 
ii  ttf-dejavu   2.31-1  Metapackage to pull in ttf-dejavu-
ii  ttf-sil-gentium-basic1.1-2   smart Unicode font families (Basic

Versions of packages openoffice.org recommends:
ii  openoffice.org-filter- 1:3.2.1-7 office productivity suite -- legac
ii  ttf-liberation 1.05.2.20091019-4 Fonts with the same metrics as Tim
ii  ttf-mscorefonts-instal 3.3   Installer for Microsoft TrueType c

Versions of packages openoffice.org suggests:
ii  cups-bsd   1.4.4-3   Common UNIX Printing System(tm) - 
ii  gcj-4.4-jre [java5-runtime 4.4.5-2   Java runtime environment using GIJ
ii  gcj-jre [java5-runtime]4:4.4.5-1 Java runtime environment using GIJ
ii  gstreamer0.10-ffmpeg   0.10.10-1 FFmpeg plugin for GStreamer
ii  gstreamer0.10-plugins-bad  0.10.19-2+b2  GStreamer plugins from the "bad" s
ii  gstreamer0.10-plugins-base 0.10.30-1 GStreamer plugins from the "base" 
ii  gstreamer0.10-plugins-good 0.10.24-1 GStreamer plugins from the "good" 
ii  gstreamer0.10-plugins-ugly 0.10.15-1 GStreamer plugins from the "ugly" 
pn  hunspell-dictionary(no description available)
ii  icedove3.0.7-1   mail/news client with RSS and inte
ii  iceweasel  3.5.13-1  Web browser based on Firefox
ii  imagemagick8:6.6.0.4-2.2 image manipulation programs
ii  libgl1-mesa-glx [libgl1]   7.7.1-4   A free implementation of the OpenG
ii  libldap-2.4-2  2.4.23-6  OpenLDAP libraries
ii  libpaper-utils 1.1.24library for handling paper charact
ii  libsane1.0.21-4  API library for scanners
ii  libxrender11:0.9.6-1 X Rendering Extension client libra
ii  menu   2.1.44generates programs menu for all me
ii  myspell-en-us [myspell-dic 1:3.2.1-2 English_american dictionary for my
ii  myspell-fr-gut [myspell-di 1:1.0-27  The French dictionary for myspell 
pn  openclipart-openoffice.org (no description available)
ii  openjdk-6-jre [java5-runti 6b18-1.8.2-4  OpenJDK Java runtime, using Hotspo
ii  openoffice.org-gnome   1:3.2.1-7 office productivity suite -- GNOME
ii  openoffice.org-help-en-us  1:3.2.1-7 office productivity suite -- Engli
ii  openoffice.org-help-fr [op 1:3.2.1-7 office productivity suite -- Frenc
ii  openoffice.org-hyphenation 1:3.2.1-2 French hyphenation patterns for Op
ii  openoffice.org-l10n-fr [op 1:3.2.1-7 office productivity suite -- Frenc
ii  openoffice.org-thesaurus-e 1:3.2.1-2 English Thesaurus for OpenOffice.o
ii  openoffice.org-thesaurus-f 1:3.2.1-2 French Thesaurus for OpenOffice.or
ii  pstoedit   3.50-3+b1 PostScript and PDF files to editab
pn  unixodbc   (no description available)

Versions of packages openoffice.org-core depends on:
ii  fontconfig 2.8.0-2.1 generic font configuration library
ii  libc6  2.11.2-6+squeeze1 Embedded GNU C Library: Shared lib
ii  libcairo2  1.8.10-6  The Cairo 2D vector graphics libra
ii  libcurl3-gnutls7.21.0-1  Multi-protocol file transfer libra
ii  libdb4.8   4.8.30-2  Berke

Bug#502670: iceweasel: Default download directory does not respect desktop_is_home_dir

2010-10-28 Thread Mike Hommey
On Thu, Oct 28, 2010 at 05:58:59PM -0700, Josh Triplett wrote:
> On Thu, Oct 28, 2010 at 07:07:01PM +0200, Mike Hommey wrote:
> > (Sorry it took so long to get there)
> > 
> > On Sat, Oct 18, 2008 at 04:40:33PM -0700, Josh Triplett wrote:
> > > Package: iceweasel
> > > Version: 3.0.3-2
> > > Severity: normal
> > > 
> > > I set the gconf preference
> > > apps.nautilus.preferences.desktop_is_home_dir.  This makes GNOME use
> > > my home directory as my desktop, rather than ~/Desktop.  Firefox 3
> > > does not seem to respect this preference.  By default, it creates a
> > > ~/Desktop directory and puts downloads there.
> > > 
> > > This seems distinct from 495442; that bug states that ~/Desktop still
> > > gets created after changing the download directory, while this bug
> > > states that the default download directory shouldn't point to
> > > ~/Desktop if the gconf setting
> > > apps.nautilus.preferences.desktop_is_home_dir has the value "true".
> > > 
> > > Filed upstream as https://bugzilla.mozilla.org/show_bug.cgi?id=443754 .
> > 
> > Iceweasel has been respecting XDG_DESKTOP_DIR since 3.0~b5. I think it's
> > up to gnome to make sure XDG_DESKTOP_DIR is set to whatever is
> > appropriate considering the gnome settings.
> > 
> > Please feel free to reopen and reassign to the appropriate package if
> > XDG_DESKTOP_DIR is still not set when you chose desktop_is_home_dir.
> 
> It actually doesn't respect XDG_DESKTOP_DIR, but it does respect
> XDG_DOWNLOAD_DIR now, which works for me.

Err, yeah, that's what I meant ;)

Mike



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



Bug#601719: [Pkg-samba-maint] Bug#601719: Updated Kurdish translation for samba

2010-10-28 Thread Christian PERRIER
Quoting Erdal Ronahi (erdal.ron...@gmail.com):
> Package: samba
> Severity: wishlist
> 
> Attached is the updated Kurdish translation for samba, done by Amed C. Jiyan

I'm sorry, but there are still 13 untranslated messages in that
file...just like the previous version. Is that intended?






signature.asc
Description: Digital signature


Bug#601716: fwlogwatch: [INTL:pt] Updated Portuguese translation for package messages

2010-10-28 Thread Américo Monteiro
A Sexta 29 Outubro 2010 06:53:10 Christian PERRIER você escreveu:
> Quoting Américo Monteiro (a_monte...@netcabo.pt):
> > Package: fwlogwatch
> > Version: 1.2-1
> > Tags: l10n, patch
> > Severity: wishlist
> > 
> > Updated European Portuguese translation for fwlogwatch messages.
> > Translator: Américo Monteiro 
> > Feel free to use it.
> 
> How about #601031?

#601031 is debconf messages, this one is not :)


Regards
Américo



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



Bug#601716: fwlogwatch: [INTL:pt] Updated Portuguese translation for package messages

2010-10-28 Thread Christian PERRIER
Quoting Américo Monteiro (a_monte...@netcabo.pt):
> Package: fwlogwatch
> Version: 1.2-1
> Tags: l10n, patch
> Severity: wishlist
> 
> Updated European Portuguese translation for fwlogwatch messages.
> Translator: Américo Monteiro 
> Feel free to use it.

How about #601031?




signature.asc
Description: Digital signature


Bug#601736: mdadm: in squeeze the wizard on installation is confusing

2010-10-28 Thread david b
Package: mdadm
Severity: normal

"│ If you do not need or want to start any arrays for the root file system, 
leave the answer blank (or enter 'none'). This may be the case if you are │ 
"
However, the default in the wizard I had was "all" ... :/


-- System Information:
Debian Release: 5.0.6
  APT prefers stable
  APT policy: (900, 'stable'), (600, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.36 (SMP w/4 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#599683: Lingering (requested!) translation update for gconf

2010-10-28 Thread Christian PERRIER
Quoting Helge Kreutzmann (deb...@helgefjell.de):

> Would you be so kind to put your i18n hat on an clarify the state of
> this translation? Maybe Josselin Mouette could agree an NMU (though I
> find it strange that a call for updates then leaves the actual updates
> lingering).

I suspect Joss has something else to coordinate for gconf, which
delays the upload.

An NMU wouldn't be a good idea as it is very likely to interfere with
Josselin plans for GNOME-related packages.

Let's just wait and be confident in Joss' care to do things properly.




signature.asc
Description: Digital signature


Bug#601685: libbsf-java: package does not support optional libs (as the description claims)

2010-10-28 Thread tony mancill
On 10/28/2010 06:48 AM, Ximin Luo wrote:
> Package: libbsf-java
> Version: 1:2.4.0-4
> Severity: grave
> Tags: patch
> Justification: renders package unusable
> 
> The currently-distributed bsf.jar does not contain the adapter classes (in
> org/apache/bsf/engines) for most of the optional languages, except XSLT. This
> renders the package mostly useless and is contradictory to the description,
> which implies that (e.g.) installing rhino will enable JavaScript support.
> 
> This is because the build script tests for rhino, and will exclude the engine
> for it, if it's not detected. In other words, to build a proper package that's
> useful for the maximum number of people, you need to install all the optional
> libs at *build time* and make them available to the build script.
> 
> I've attached a patch (for debian/patches) which automatically looks for the
> optional jars in their default Debian locations (/usr/share/java) and will
> include BSF's adapter classes if detected. I suggest also making those 
> packages
> strict Build-Depends so as to not accidentally make this mistake in the 
> future.

Hello Ximin,

I've applied the patch and committed the update to the packaging repo.  I wanted
to ask the debian-java team if there were any opinions about whether or not to
go ahead and declare explicit build-deps on the language JARs that are available
in Debian.  It seems useful to have as much support as possible compiled into
the library.

I'm not sure I agree with the severity - the current package isn't completely
unusable, is it?  (Your bug report says "mostly useless.")  Would severity
important be more appropriate?

Cheers,
tony



signature.asc
Description: OpenPGP digital signature


Bug#601601: spamassassin: cannot include 0:0:0:0:0:0:0:1/128 as it has already been included

2010-10-28 Thread Noah Meyerhans
On Fri, Oct 29, 2010 at 02:28:33PM +1300, Francois Marier wrote:
> > Thanks for a tip, but I don't have any *_networks in my config. In
> > fact, I can reproduce this bug in a clean chroot, with pristine
> > configuration.
> 
> Same for me, I've grepped for "_networks" in /etc/spamassassin and
> ~/.spamassassin and didn't get a single match.

Confirmed.  I don't see anything in upstream's bugzilla, so I'll look
into it.

noah



signature.asc
Description: Digital signature


Bug#498285: abiword: diff for NMU version 2.8.6-0.1

2010-10-28 Thread tony mancill
tags 498285 + pending
tags 520424 + pending
tags 552575 + pending
tags 569272 + pending
tags 580346 + pending
tags 586245 + pending
thanks

Dear maintainer,

As per the email and IRC exchange between you, Debian QA, and Jari Aalto, 
I have  sponsored an NMU for an updated version abiword 
(versioned as 2.8.6-0.1) and uploaded it to DELAYED/2. Please feel free 
to tell me if I should delay it longer or remove it from the queue.

Regards,
tony mancill



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



Bug#601735: Package vulnerable to CVE-2009-2175

2010-10-28 Thread Silvio Cesare
Package: gnome-xcf-thumbnailer
Version: 1.0-1
Severity: important
Tags: security

This package embeds xcftools 1.0.4 and is vulnerable to CVE-2009-2175
http://security-tracker.debian.org/tracker/CVE-2009-2175. I have verified
that the patch in bug report
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533361 has not been applied
to the gnome-xcf-thumbnailer sources.


Bug#601734: ERROR: No such file or directory: /usr/share/otrs/Kernel/Config/Files/ZZZAuto.pm

2010-10-28 Thread Munroe
Package: otrs2
Version: 2.4.8+dfsg1-1
Severity: normal

Fresh Squeeze install, Fresh otrs2 install.
The symlink is created, but the file just doesn't exist.


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

Kernel: Linux 2.6.32-5-686 (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 otrs2 depends on:
ii  adduser  3.112   add and remove users and groups
ii  apache2-mpm-worker [httpd-cg 2.2.16-3Apache HTTP Server - high speed th
ii  dbconfig-common  1.8.46  common framework for packaging dat
ii  debconf [debconf-2.0]1.5.36  Debian configuration management sy
ii  libapache2-reload-perl   0.10-2  Reload Perl modules when changed o
ii  libauthen-sasl-perl  2.1500-1Authen::SASL - SASL Authentication
ii  libcrypt-passwdmd5-perl  1.3-9   interoperable MD5-based crypt() fo
ii  libdate-pcalc-perl   6.1-1   Perl module for Gregorian calendar
ii  libdbd-mysql-perl4.016-1 Perl5 database interface to the My
ii  libdbi-perl  1.612-1 Perl Database Interface (DBI)
ii  libemail-valid-perl  0.184-1 Perl module for checking the valid
ii  libgd-graph-perl 1.44-3  Graph Plotting Module for Perl 5
ii  libgd-text-perl  0.86-5  Text utilities for use with GD
ii  libio-stringy-perl   2.110-4 Perl modules for IO from scalars a
ii  libjs-prototype  1.6.1-1 JavaScript Framework for dynamic w
ii  libjs-yui2.8.1-1 Yahoo User Interface Library
ii  libmail-pop3client-perl  2.17-1  POP3 client module for perl
ii  libmailtools-perl2.06-1  Manipulate email in perl programs
ii  libmime-tools-perl   5.428-1 Perl5 modules for MIME-compliant m
ii  libnet-imap-simple-perl  1.1900-1Perl module to manage an IMAP acco
ii  libnet-imap-simple-ssl-perl  1.3-3   Subclass of Net::IMAP::Simple with
ii  libnet-smtp-ssl-perl 1.01-2  SSL support for Net::SMTP
ii  libpdf-api2-perl 0.73-1  module for creating or modifying P
ii  libsoap-lite-perl0.712-1 Perl implementation of a SOAP clie
ii  libtext-csv-perl 1.18-1  comma-separated values manipulator
ii  libtext-diff-perl1.37-1  Perl module to find differences in
ii  libxml-feedpp-perl   0.41-1  module to parse/write/merge/edit R
ii  libxml-parser-perl   2.36-1.1+b1 Perl module for parsing XML files
ii  perl 5.10.1-14   Larry Wall's Practical Extraction 
ii  ucf  3.0025+nmu1 Update Configuration File: preserv

Versions of packages otrs2 recommends:
ii  aspell0.60.6-4   GNU Aspell spell-checker
ii  mysql-server  5.1.49-1   MySQL database server (metapackage
ii  mysql-server-5.1 [mysql-serve 5.1.49-1   MySQL database server binaries and
ii  procmail  3.22-19Versatile e-mail processor

Versions of packages otrs2 suggests:
pn  libnet-ldap-perl   (no description available)
pn  otrs2-doc-en | otrs2-doc-de(no description available)

-- debconf information:
  otrs2/pgsql/manualconf:
  otrs2/mysql/method: unix socket
  otrs2/dbconfig-remove:
  otrs2/install-error: abort
  otrs2/upgrade-error: abort
  otrs2/remove-error: abort
  otrs2/pgsql/authmethod-admin: ident
  otrs2/pgsql/method: unix socket
  otrs2/remote/newhost:
  otrs2/db/app-user: otrs
  otrs2/internal/reconfiguring: false
  otrs2/resetdbuser: true
  otrs2/purge: false
  otrs2/pgsql/changeconf: false
  otrs2/pgsql/authmethod-user: ident
* otrs2/database-type: mysql
  otrs2/pgsql/no-empty-passwords:
  otrs2/dbconfig-upgrade: true
  otrs2/internal/skip-preseed: false
  otrs2/remote/port:
* otrs2/passwords-do-not-match:
  otrs2/upgrade-backup: true
  otrs2/db/dbname: otrs2
  otrs2/pgsql/admin-user: postgres
  otrs2/dbconfig-reinstall: false
  otrs2/remote/host:
  otrs2/db/basepath:
  otrs2/missing-db-package-error: abort
* otrs2/dbconfig-install: true
  otrs2/mysql/admin-user: root



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



Bug#601733: python-moinmoin: wrong permissions on /etc/moin files

2010-10-28 Thread uclanoc
Package: python-moinmoin
Version: 1.7.1-3+lenny5
Severity: normal

i fix it with
# chmod 644 /etc/moin/*

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

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=es_UY.UTF-8, LC_CTYPE=es_UY.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-moinmoin depends on:
ii  python   2.5.2-3 An interactive high-level object-o
ii  python-support   0.8.4lenny2 automated rebuilding support for P

Versions of packages python-moinmoin recommends:
ii  exim4  4.69-9metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-light [ma 4.69-9lightweight Exim MTA (v4) daemon
ii  python-xapian  1.0.7-3.1 Xapian search engine interface for
ii  python-xml 0.8.4-10.1+lenny1 XML tools for Python

Versions of packages python-moinmoin suggests:
pn  antiword   (no description available)
pn  catdoc (no description available)
ii  lighttpd [httpd-cgi] 1.4.19-5+lenny1 A fast webserver with minimal memo
pn  python-4suite-xml  (no description available)
pn  python-docutils(no description available)
pn  python-gdchart (no description available)
pn  python-pyxmpp  (no description available)
ii  wamerican [wordlist] 6-2.3   American English dictionary words 
ii  wspanish [wordlist]  1.0.21  The Spanish dictionary words for /

-- no debconf information



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



Bug#601732: xserver-xorg-video-intel: render error upon S3 wakeup

2010-10-28 Thread Sanjoy Mahajan
Package: xserver-xorg-video-intel
Version: 2:2.12.0+shadow-2
Severity: normal

This is the same problem I saw in
: Upon waking up from S3
sleep, the screen came back very close to black (with just enough
brightness that I could make out where my Emacs window was).  I'm
running vanilla 2.6.36.  The hardware is a Thinkpad T60 with Intel
graphics.

Here is the relevant piece from the syslog:

Oct 28 13:18:19 approx kernel: [175817.958246] render error detected, EIR: 
0x0010
Oct 28 13:18:19 approx kernel: [175817.958248] page table error
Oct 28 13:18:19 approx kernel: [175817.958250]   PGTBL_ER: 0x0012
Oct 28 13:18:19 approx kernel: [175817.958264] [drm:i915_report_and_clear_eir] 
*ERROR* EIR stuck: 0x0010, masking
Oct 28 13:18:19 approx kernel: [175817.958274] render error detected, EIR: 
0x0010
Oct 28 13:18:19 approx kernel: [175817.958276] page table error
Oct 28 13:18:19 approx kernel: [175817.958277]   PGTBL_ER: 0x0012

Soon after that, but before I rebooted, the xdm log got these messages:

Thu Oct 28 13:19:29 2010 xdm info (pid 1850): sourcing /etc/X11/xdm/Xreset
Thu Oct 28 13:19:32 2010 xdm info (pid 1850): sourcing /etc/X11/xdm/Xreset
*** glibc detected *** -:0 : double free or corruption (out): 
0x096039a0 ***
=== Backtrace: =
/lib/i686/cmov/libc.so.6(+0x6b281)[0xb74ba281]
/lib/i686/cmov/libc.so.6(+0x6cad8)[0xb74bbad8]
/lib/i686/cmov/libc.so.6(cfree+0x6d)[0xb74bebbd]
/lib/libpam.so.0(+0x7911)[0xb759c911]
/lib/libpam.so.0(+0x1e7a)[0xb7596e7a]
/lib/libpam.so.0(pam_end+0x39)[0xb7597a09]
-:0 [0x8052f1f]
-:0 [0x8053743]
-:0 [0x804fb80]
-:0 [0x804efaf]
-:0 [0x8050817]
/lib/i686/cmov/libc.so.6(__libc_start_main+0xe6)[0xb7465c76]
-:0 [0x804c571]
=== Memory map: 
08048000-08063000 r-xp  08:02 5063170/usr/bin/xdm
08063000-08065000 rw-p 0001b000 08:02 5063170/usr/bin/xdm
08065000-08066000 rw-p  00:00 0 
095a6000-09635000 rw-p  00:00 0  [heap]
b6fe2000-b6fff000 r-xp  08:02 2133642/lib/libgcc_s.so.1
b6fff000-b700 rw-p 0001c000 08:02 2133642/lib/libgcc_s.so.1
b700-b7021000 rw-p  00:00 0 
b7021000-b710 ---p  00:00 0 
b711a000-b7124000 r-xp  08:02 2134531
/lib/i686/cmov/libnss_files-2.11.2.so
b7124000-b7125000 r--p 9000 08:02 2134531
/lib/i686/cmov/libnss_files-2.11.2.so
b7125000-b7126000 rw-p a000 08:02 2134531
/lib/i686/cmov/libnss_files-2.11.2.so
b7126000-b712e000 r-xp  08:02 2134509
/lib/i686/cmov/libnss_nis-2.11.2.so
b712e000-b712f000 r--p 8000 08:02 2134509
/lib/i686/cmov/libnss_nis-2.11.2.so
b712f000-b713 rw-p 9000 08:02 2134509
/lib/i686/cmov/libnss_nis-2.11.2.so
b7147000-b714e000 r-xp  08:02 2134515/lib/i686/cmov/librt-2.11.2.so
b714e000-b714f000 r--p 6000 08:02 2134515/lib/i686/cmov/librt-2.11.2.so
b714f000-b715 rw-p 7000 08:02 2134515/lib/i686/cmov/librt-2.11.2.so
b715-b7165000 r-xp  08:02 2134513
/lib/i686/cmov/libpthread-2.11.2.so
b7165000-b7166000 r--p 00014000 08:02 2134513
/lib/i686/cmov/libpthread-2.11.2.so
b7166000-b7167000 rw-p 00015000 08:02 2134513
/lib/i686/cmov/libpthread-2.11.2.so
b7167000-b7169000 rw-p  00:00 0 
b7169000-b71a r-xp  08:02 9051679/lib/libdbus-1.so.3.4.0
b71a-b71a1000 r--p 00037000 08:02 9051679/lib/libdbus-1.so.3.4.0
b71a1000-b71a2000 rw-p 00038000 08:02 9051679/lib/libdbus-1.so.3.4.0
b71a2000-b71b5000 r-xp  08:02 2134532/lib/i686/cmov/libnsl-2.11.2.so
b71b5000-b71b6000 r--p 00012000 08:02 2134532/lib/i686/cmov/libnsl-2.11.2.so
b71b6000-b71b7000 rw-p 00013000 08:02 2134532/lib/i686/cmov/libnsl-2.11.2.so
b71b7000-b71b9000 rw-p  00:00 0 
b71be000-b71c4000 r-xp  08:02 2134501
/lib/i686/cmov/libnss_compat-2.11.2.so
b71c4000-b71c5000 r--p 6000 08:02 2134501
/lib/i686/cmov/libnss_compat-2.11.2.so
b71c5000-b71c6000 rw-p 7000 08:02 2134501
/lib/i686/cmov/libnss_compat-2.11.2.so
b71c6000-b71cf000 r-xp  08:02 2134546
/lib/security/pam_gnome_keyring.so
b71cf000-b71d rw-p 8000 08:02 2134546
/lib/security/pam_gnome_keyring.so
b71d-b71dc000 r-xp  08:02 2133614/lib/security/pam_unix.so
b71dc000-b71dd000 rw-p c000 08:02 2133614/lib/security/pam_unix.so
b71dd000-b71e9000 rw-p  00:00 0 
b71e9000-b71ed000 r-xp  08:02 5069232/usr/lib/libXfixes.so.3.1.0
b71ed000-b71ee000 rw-p 3000 08:02 5069232/usr/lib/libXfixes.so.3.1.0
b71ee000-b71f6000 r-xp  08:02 5064756/usr/lib/libXcursor.so.1.0.2
b71f6000-b71f7000 rw-p 7000 08:02 5064756/usr/lib/libXcursor.so.1.0.2
b71f8000-b71fa000 r-xp  08:02 5063710
/usr/lib/libck-connector.so.0.0.0
b71fa000-b71fb000 rw-p 1000 08:02 5063710
/usr/lib/libck-connector.so.0.0.0
b71fb000-b71fd000 r-xp  08:02 2131917
/lib/security/pam_ck_connector.so
b71fd000-b71fe000

Bug#601731: nm.debian.org: please merge graphs and data of number of people in NM by corsac

2010-10-28 Thread Paul Wise
Package: nm.debian.org
Severity: wishlist
X-Debbugs-CC: Yves-Alexis Perez 

Please merge the scripts and data for these graphs into nm.d.o:

http://molly.corsac.net/~corsac/debian/nm/
http://molly.corsac.net/~corsac/debian/nm/nm.py

I guess you will have to contact corsac to get access to the data.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#601730: release.debian.org: please merge graphs and data of number of packages in testing/trying to get in by corsac

2010-10-28 Thread Paul Wise
Package: release.debian.org
Severity: wishlist
X-Debbugs-CC: Yves-Alexis Perez 

Please merge the scripts and data for these graphs into release.d.o:

http://molly.corsac.net/~corsac/debian/testing/
http://molly.corsac.net/~corsac/debian/testing/testing.py

I guess you will have to contact corsac to get access to the data.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#601729: ftp.debian.org: please merge graphs and data of number of packages in NEW by corsac

2010-10-28 Thread Paul Wise
Package: ftp.debian.org
Severity: wishlist
X-Debbugs-CC: Yves-Alexis Perez 

Please merge the scripts and data for these graphs into ftpmaster:

http://molly.corsac.net/~corsac/debian/new/
http://molly.corsac.net/~corsac/debian/new/new.py

I guess you will have to contact corsac to get access to the data.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#601728: alsa-base: No sound through laptop speakers in newer kernels (hda intel)

2010-10-28 Thread Jose Manuel Castroagudin
Package: alsa-base
Version: 1.0.23+dfsg-1
Severity: important

This bug is somehow similar to the one described in the bug report # 500162.

If the system boots up using a 2.6.30 kernel (and, as far as I can remember,
former ones too), everything works perfectly. However, booting with newer
versions (right now, 2.6.32-5-686) leads to a strange behaviour: Apparently,
there is no sound working at all. Alsamixer and any other mixer applet seem to
work perfectly well, but no sound is heard through the laptop speakers. But, if
I plug some headphones in, I can hear sound through them.

I am not sure about wether this is something alsa-related, or with something in
the kernel configuration, or even a hardware problem (i don't think so, because
it works well on a 2.6.30 kernel...).

This is a Fujitsu Amilo Pi 1505 laptop, with some Intel integrated audio
chipset, if that helps. I am not sure wether I should provide more specific
informatio here, or even how to do it (I mean, should I paste an 'lspci', or
whatever, at this point?)...

Please, let me know if I can do anything else to help making the problem
clearer, or doing whatever that could help.



-- Package-specific info:
--- Begin additional package status ---
warning, in file '/var/lib/dpkg/available' near line 62587 package 'smw':
 missing maintainer
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ NameVersion
Description
+++-===-===-==
ii  libasound2  1.0.23-2
shared library for ALSA applications
--- End additional package status ---
--- Begin /proc/asound/version ---
Advanced Linux Sound Architecture Driver Version 1.0.21.
--- End /proc/asound/version ---
--- Begin /proc/asound/cards ---
 0 [Intel  ]: HDA-Intel - HDA Intel
  HDA Intel at 0xf000 irq 22
--- End /proc/asound/cards ---
--- Begin /dev/snd/ listing ---
total 0
drwxr-xr-x  2 root root   60 Oct 29 03:24 by-path
crw-rw+ 1 root audio 116, 10 Oct 29 03:24 controlC0
crw-rw+ 1 root audio 116,  9 Oct 29 03:24 hwC0D0
crw-rw+ 1 root audio 116,  8 Oct 29 03:24 hwC0D1
crw-rw+ 1 root audio 116,  5 Oct 29 03:24 pcmC0D0c
crw-rw+ 1 root audio 116,  4 Oct 29 03:25 pcmC0D0p
crw-rw+ 1 root audio 116,  3 Oct 29 03:24 pcmC0D1p
crw-rw+ 1 root audio 116,  7 Oct 29 03:24 pcmC0D6c
crw-rw+ 1 root audio 116,  6 Oct 29 03:24 pcmC0D6p
crw-rw+ 1 root audio 116, 11 Oct 29 03:24 seq
crw-rw+ 1 root audio 116,  2 Oct 29 02:00 timer
--- End /dev/snd/ listing ---

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

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

Versions of packages alsa-base depends on:
ii  linux-sound-base   1.0.23+dfsg-1 base package for ALSA and OSS soun
ii  lsof   4.81.dfsg.1-1 List open files
ii  module-init-tools  3.12-1tools for managing Linux kernel mo
ii  udev   163-2 /dev/ and hotplug management daemo

Versions of packages alsa-base recommends:
ii  alsa-utils1.0.23-3   Utilities for configuring and usin

Versions of packages alsa-base suggests:
ii  alsa-oss  1.0.17-4   ALSA wrapper for OSS applications
ii  apmd  3.2.2-14   Utilities for Advanced Power Manag
ii  oss-compat0.0.4+nmu3 OSS compatibility package

Versions of packages libasound2 depends on:
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib

-- Configuration Files:
/etc/modprobe.d/alsa-base.conf changed:
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet
snd-ioctl32 ; /sbin/modprobe --quiet snd-seq ; }
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi && {
/sbin/modprobe --quiet snd-seq-midi ; : ; }
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 && {
/sbin/modprobe --quiet snd-emu10k1-synth ; : ; }
options bt87x index=-2
options cx88_alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd-pcsp index=-2
options snd-u

Bug#597820: [GIT PULL REQUEST] watchdog - v2.6.37-rc1

2010-10-28 Thread Wim Van Sebroeck
Hi Linus,

Please pull from 'master' branch of
git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
or if master.kernel.org hasn't synced up yet:
master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git

This will update the following files:

 drivers/watchdog/Kconfig   |   23 +-
 drivers/watchdog/Makefile  |1 
 drivers/watchdog/bcm63xx_wdt.c |  350 +
 drivers/watchdog/f71808e_wdt.c |   10 +
 drivers/watchdog/iTCO_wdt.c|   26 +--
 drivers/watchdog/it8712f_wdt.c |   25 +-
 drivers/watchdog/it87_wdt.c|   96 +++
 drivers/watchdog/machzwd.c |4 
 8 files changed, 479 insertions(+), 56 deletions(-)

with these Changes:

Author: Prarit Bhargava 
Date:   Wed Oct 27 09:50:22 2010 -0400

watchdog: iTCO_wdt.c: remove extra pci_dev_put()'s from init code

The iTCO_wdt driver erroneously releases the pci_dev, and causes PCI 
hotremove
to fail because of an incorrect usage count.

The probe for this driver does a for_each_pci_dev() which gets a reference 
for
a pci_dev when iTCO_wdt_init() is successful.  The for_each_pci_dev() loop
puts a reference for a pci_dev when iTCO_wdt_init() fails, so the
iTCO_wdt_init() does not need to do any pci_dev_put()'s.

The only pci_dev_put() that is required is in the iTCO_wdt_cleanup() 
function.

Signed-off-by: Prarit Bhargava 
Signed-off-by: Wim Van Sebroeck 

Author: Florian Fainelli 
Date:   Sat Aug 28 22:03:45 2010 +0200

watchdog: add support for Broadcom BCM63xx built-in watchdog

This patch adds support for the Broadcom BCM63xx SoC built-in watchdog, it
uses one of the BCM63xx hardware timer id.

Signed-off-by: Miguel Gaio 
Signed-off-by: Florian Fainelli 
Signed-off-by: Wim Van Sebroeck 

Author: Giel van Schijndel 
Date:   Mon Oct 4 10:45:28 2010 +0200

watchdog: f71808e_wdt: add support for the F71889FG

Signed-off-by: Giel van Schijndel 
Signed-off-by: Wim Van Sebroeck 

Author: Nicolas Kaiser 
Date:   Sat Oct 9 14:19:46 2010 +0200

watchdog: MachZ: fix debug macro

Fix debug macro line wrapping.

Signed-off-by: Nicolas Kaiser 
Signed-off-by: Wim Van Sebroeck 

Author: Timo Juhani Lindfors 
Date:   Thu Sep 30 17:08:04 2010 +0300

watchdog: it8712f_wdt: Add module parameter for alternative reset sources

On iEi PCISA-9652-R10 (BIOS version 1.5) single board computer reads
from the game port do not seem to reset the watchdog timer. This patch
adds a module parameter wdt_config_reg to specify alternative reset
sources. At least WDT_RESET_KBD has been tested, even just running

while true; do
setleds -L +scroll
sleep 1
setleds -L -scroll
sleep 1
done

is enough to keep the watchdog happy.

Signed-off-by: Timo Juhani Lindfors 
Signed-off-by: Wim Van Sebroeck 

Author: Timo Juhani Lindfors 
Date:   Thu Sep 30 17:08:03 2010 +0300

 watchdog: it8712f_wdt: Add comments for config/control register names

Signed-off-by: Timo Juhani Lindfors 
Signed-off-by: Wim Van Sebroeck 

Author: Ondrej Zajicek 
Date:   Tue Sep 14 02:54:16 2010 +0200

watchdog: it87_wdt: Add support for watchdogs with 8b timers

This patch adds support for watchdogs with 8b timers, like ones in
IT8702F and older revisions of IT8712F Super IO chip, to it87_wdt
driver. This patch should be used after the patch
'it87_wdt: Add support for IT8720F watchdog'.

Signed-off-by: Ondrej Zajicek 
Signed-off-by: Wim Van Sebroeck 
Signed-off-by: Andrew Morton 

Author: Ondrej Zajicek 
Date:   Tue Sep 14 02:47:28 2010 +0200

watchdog: it87_wdt: Add support for IT8720F watchdog

This simple patch adds support for a watchdog in IT8720F Super IO chip
to it87_wdt driver.

Signed-off-by: Ondrej Zajicek 
Signed-off-by: Wim Van Sebroeck 
Signed-off-by: Andrew Morton 

Author: Joe Perches 
Date:   Mon Sep 13 21:23:59 2010 -0700

watchdog:  Use static const char * const where possible

Signed-off-by: Joe Perches 
Signed-off-by: Wim Van Sebroeck 

Author: Prarit Bhargava 
Date:   Fri Aug 6 11:41:24 2010 -0400

watchdog: iTCO_wdt: Cleanup warning messages

The current iTCO_wdt driver warnings are confusing.  Currently when the 
device
driver returns an error the console contains:

iTCO_vendor_support: vendor-support=0
iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
iTCO_wdt: failed to reset NO_REBOOT flag, reboot disabled by hardware
iTCO_wdt: No card detected

After the patch,

iTCO_vendor_support: vendor-support=0
iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
iTCO_wdt: failed to reset NO_REBOOT flag, device disabled by hardware/BIOS

Clean this up and use the word "device" to describe the device.

Signed-off-by: Prarit Bha

Bug#601727: alsa-base: No sound through speakers on newer kernels

2010-10-28 Thread Jose Manuel Castroagudin
Package: alsa-base
Version: 1.0.23+dfsg-1
Severity: important

This bug is somehow similar to the one described in the bug report 500162.

If the system boots using a 2.6.30 kernel, everything works perfectly. But,
using a newer kernel (right now, 2.6.32-5-686), some strange things happen: It
seems like there is no sound at all. Every mixer shows all the controllers, and
everything seems right, but you can hear no sound through the laptop builtin
speakers. But I can hear everything if I plug some headphones in (i mean,
through the headphones, not the speakers).

I am not sure wether this is an alsa-related issue, or has something to do with
something in the kernel configuration, or perhaps it is a hardware problem (i
dont think so, because it works using a 2.6.30 kernel...).

Please, let me know whatever you need me to do to make things clear. If you
need some additional information, or want me to follow some steps in order to
try to resolve this issue, or whatever.



-- Package-specific info:
--- Begin additional package status ---
warning, in file '/var/lib/dpkg/available' near line 62587 package 'smw':
 missing maintainer
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ NameVersion 
Description
+++-===-===-==
ii  libasound2  1.0.23-2
shared library for ALSA applications
--- End additional package status ---
--- Begin /proc/asound/version ---
Advanced Linux Sound Architecture Driver Version 1.0.21.
--- End /proc/asound/version ---
--- Begin /proc/asound/cards ---
 0 [Intel  ]: HDA-Intel - HDA Intel
  HDA Intel at 0xf000 irq 22
--- End /proc/asound/cards ---
--- Begin /dev/snd/ listing ---
total 0
drwxr-xr-x  2 root root   60 Oct 29 03:24 by-path
crw-rw+ 1 root audio 116, 10 Oct 29 03:24 controlC0
crw-rw+ 1 root audio 116,  9 Oct 29 03:24 hwC0D0
crw-rw+ 1 root audio 116,  8 Oct 29 03:24 hwC0D1
crw-rw+ 1 root audio 116,  5 Oct 29 03:24 pcmC0D0c
crw-rw+ 1 root audio 116,  4 Oct 29 03:25 pcmC0D0p
crw-rw+ 1 root audio 116,  3 Oct 29 03:24 pcmC0D1p
crw-rw+ 1 root audio 116,  7 Oct 29 03:24 pcmC0D6c
crw-rw+ 1 root audio 116,  6 Oct 29 03:24 pcmC0D6p
crw-rw+ 1 root audio 116, 11 Oct 29 03:24 seq
crw-rw+ 1 root audio 116,  2 Oct 29 02:00 timer
--- End /dev/snd/ listing ---

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

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

Versions of packages alsa-base depends on:
ii  linux-sound-base   1.0.23+dfsg-1 base package for ALSA and OSS soun
ii  lsof   4.81.dfsg.1-1 List open files
ii  module-init-tools  3.12-1tools for managing Linux kernel mo
ii  udev   163-2 /dev/ and hotplug management daemo

Versions of packages alsa-base recommends:
ii  alsa-utils1.0.23-3   Utilities for configuring and usin

Versions of packages alsa-base suggests:
ii  alsa-oss  1.0.17-4   ALSA wrapper for OSS applications
ii  apmd  3.2.2-14   Utilities for Advanced Power Manag
ii  oss-compat0.0.4+nmu3 OSS compatibility package

Versions of packages libasound2 depends on:
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib

-- Configuration Files:
/etc/modprobe.d/alsa-base.conf changed:
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet 
snd-ioctl32 ; /sbin/modprobe --quiet snd-seq ; }
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi && { 
/sbin/modprobe --quiet snd-seq-midi ; : ; }
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 && { 
/sbin/modprobe --quiet snd-emu10k1-synth ; : ; }
options bt87x index=-2
options cx88_alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd-pcsp index=-2
options snd-usb-audio index=-2
options snd-hda-intel model=fujitsu-pi2515


-- no debconf information



--

Bug#601601: spamassassin: cannot include 0:0:0:0:0:0:0:1/128 as it has already been included

2010-10-28 Thread Francois Marier
On 2010-10-29 at 02:36:28, Jakub Wilk wrote:
> Thanks for a tip, but I don't have any *_networks in my config. In
> fact, I can reproduce this bug in a clean chroot, with pristine
> configuration.

Same for me, I've grepped for "_networks" in /etc/spamassassin and
~/.spamassassin and didn't get a single match.

Cheers,
Francois



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



Bug#601557: Acknowledgement (installation-reports: Unable to install desktop-environment)

2010-10-28 Thread Raman Pandarinathan
On Thu, Oct 28, 2010 at 4:14 PM, Christian PERRIER  wrote:
>> Normally single CD is enough to install gnome. I have done that earlier.
>
> *is* enough...or *was* enough?
>
>
> It may have been true for lenny. But, as time passes, the size fo
> packages increases. Samuel mentioned that the gnome-desktop task now
> download 976MiB, so we shouldn't be surprised that it doesn't fit on a
> CD anymore.

As I pointed  out earlier I could install full
gnome-desktop-environment using apt-get or aptitude with this single
CD. Hence it should be possible.  Let me repeat once again - with this
single CD - aptitude shows gnome-desktop-enviornment as a task and
does install perfectly without additional mirror or cd.

The system on which I installed is working fine without additional cd
or mirror - serving my purpose.

Only problem is tasksel doesn't show it either while installing or
later running tasksel manually.

I encountered same proble earlier with a DVD dowinloaded using jigdo.
I thought it may be a temporary problem and didn't raise bug.

Raman.P
-- 
blog:http://ramanchennai.wordpress.com/



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



Bug#600481: vim removes contents of encrypted files without warning if gnupg key has expired

2010-10-28 Thread H. S.
On Sun, Oct 17, 2010 at 12:52 PM, James Vega  wrote:
> reassign 600481 vim-scripts
> forcemerge 573440 600481
> retitle 573440 [gnupg.vim] Truncates original file when error in gnupg 
> command occurs
> thanks
>
> On Sun, Oct 17, 2010 at 10:25:18AM -0400, H. S. wrote:
>> Trying to open a gnupg encrypted text file in vim when the GnuPG key is 
>> expired results in
>> deletion of the contents of the file. Vim gives no warning that the contents 
>> will be lost, at
>>  least I did not see any. This happened repeatedly until I renewd my gnupg 
>> key.
>
> This looks like it may have the same root cause as #573440.  Namely, the way
> gnupg.vim is written it doesn't handle an error from gnupg.  I contacted
> Markus about that a while ago but haven't heard back from him yet.
>
> I think the proper solution would be to change gnupg.vim to use a BufWriteCmd
> autocmd instead of a pair of BufWritePre/BufWritePost autocmds, but I haven't
> had a chance to test out such an implementation.

Thanks for the feedback. I am interested in how this problem is
resolved so I plan to follow this bug.

What I don't understand is that if vim cannot save the file in
encrypted form becuase the key has expired (and goes not to delete the
file's contents), why is it able to decrypt and open it in the first
place? If it at least did not open the file, it would prevent the data
loss.

Warm regards.



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



Bug#601601: spamassassin: cannot include 0:0:0:0:0:0:0:1/128 as it has already been included

2010-10-28 Thread Jakub Wilk

* Noah Meyerhans , 2010-10-28, 20:23:

Every time I pipe a message through spamassassin or sa-learn, I get the
following warnings:

$ sa-learn --ham --mbox 

Remove ::1 from trusted_networks or internal_networks or wherever you've
added it.  It's hardcoded by default, so including it in your configs
amounts to adding it a second time.


Thanks for a tip, but I don't have any *_networks in my config. In fact, 
I can reproduce this bug in a clean chroot, with pristine configuration.


--
Jakub Wilk


signature.asc
Description: Digital signature


Bug#601726: RM: ctcs/1.3.1~pre1-1

2010-10-28 Thread Matthew Palmer
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: rm

I'd like to request removal of ctcs from testing:

- It has practically no popcon hits
- It isn't in the best of shape (I had plans to polish it up, but my
  then-employer found something better to use instead), and isn't really
  stable release quality.

I'll probably also request it's removal from unstable in the near future.



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



Bug#601725: pulseaudio: Recommends: pulseaudio-esound-compat

2010-10-28 Thread Jonathan Nieder
Package: pulseaudio
Version: 0.9.21-3

If I remember correctly[1], Recommends is meant to be used for
packages that would be in Depends except that some unusual
configuration omits them[2].

Does pulseaudio require the esound compat module to act as a
pulseaudio server in any installation?

If so, the package description should explain this.  If not, the
Recommends should be propagated back to whatever task or package
needs it (if any) and converted to Suggests.

Thanks for maintaining a pleasant sound stack.

Regards,
Jonathan

[1] unfortunately policy is vague about this:
http://www.debian.org/doc/debian-policy/ch-relationships.html#s-binarydeps

[2] For example, the X server used to declare that it Recommends a
font server, since a font server was required for X to start, but some
rare installations used a remote font server and thus did not require
a local one.  (Of course, nowadays the font handling is built into
xserver-xorg.)



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



Bug#601601: spamassassin: cannot include 0:0:0:0:0:0:0:1/128 as it has already been included

2010-10-28 Thread Noah Meyerhans
On Wed, Oct 27, 2010 at 06:38:22PM +0200, Jakub Wilk wrote:
> Every time I pipe a message through spamassassin or sa-learn, I get the  
> following warnings:
>
> $ sa-learn --ham --mbox  netset: cannot include 0:0:0:0:0:0:0:1/128 as it has already been included
> netset: cannot include 0:0:0:0:0:0:0:1/128 as it has already been included
> Learned tokens from 0 message(s) (0 message(s) examined)

Remove ::1 from trusted_networks or internal_networks or wherever you've
added it.  It's hardcoded by default, so including it in your configs
amounts to adding it a second time.

noah



signature.asc
Description: Digital signature


Bug#601724: RFP: purplenet -- web user interface to the OpenVPN tunnelling suite

2010-10-28 Thread Dario Minnucci
Package: wnpp
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: purplenet
  Version : 0.7.2
  Upstream Author : Santtu Pajukanta , 
Karri Huhtanen 
* URL : http://sourceforge.net/projects/purplenet/ 
* License : GPL
  Programming Lang: Python
  Description : web user interface to the OpenVPN tunnelling suite

PurpleNet is a web user interface to the OpenVPN tunnelling suite.
Features include powerful PKI management and access control.
PurpleNet has been developed at the Tampere University of Technology 
Department of Communications Engineering. 


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

iQIcBAEBCAAGBQJMyg6rAAoJEKgvu4Pz1XAzTfAQAMg03O3u2RpxcGZ+PEEV24Xy
5CX+Gre1ULrdJ2/9xqzyIP7mqIZ7MpxV/yWmDaZwqRi08uR5Rwqc+sh+WWNIyvaE
li0/6HTTXdtzMSmZRgJcza/ep6f2FDfpmdYOs1sterstfgUV1CD28PSTiXhTnvEY
s0npirw3MMq9Vycb72ysFSy8qovQzBOj5fY8sMYCZ4sCtBy1+Zly4cc6CyhzAC8I
zDTeUYnzmuWd1JCzj4ZRbR7V7WQN87yk8jgxji1qmgrj6vOD7IbU1pwNPCy5Cz68
R6nlAFdqIyu0Xt8SdiiIoLJfD7E8EaMzZv4MukS/+2Qg0qijQzgL2EZO98dlM+NJ
dkln/MeOu3ogyS5nO4cGrjrH6n8tojNZ5MU7lK1f7mMrlTqRb3nHBDgQVA2AGyI9
Dmjsf/7+HZi4YlvFvz72iETRMYgtgTPu9QMApnb9CJ14r75AtLPNo1rbkHzrxDn0
CVUwuCgbebcpf1prvHZKX1VREORJ1pae9J+rn3aG5QpcFtasl0TdMZ0x4lv4Y2GG
NDYKz8VCaFjqvIGBC3k2Dg6IggjXL4EPilkHfYxdn0iomFMgcs9S1Ma8LpUl8ywC
9ppP3c6qc3zgCQ84+RF+mtT4NqI7ithlxvgmYR1B0ZNXxqsnyiSogyziuaL5z7ID
S4HlZLSwa50AsccZCSNQ
=w5ER
-END PGP SIGNATURE-



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



Bug#601723: linux-image-2.6.32-5-686: /proc/net/dev report incorrect bytes number (both TX and RX)

2010-10-28 Thread Vincent-Xavier JUMEL
Package: linux-2.6
Version: 2.6.32-26
Severity: normal

I've downloaded around 600 GB of data round this week and ifconfig(8)
was still reporting completly unrealistic figures. /proc/net/dev is
consistent with ifconfig figures.

-- Package-specific info:
** Version:
Linux version 2.6.32-5-686 (Debian 2.6.32-25) (da...@debian.org) (gcc version 
4.3.5 (Debian 4.3.5-4) ) #1 SMP Thu Oct 14 17:15:16 UTC 2010

** Command line:
BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-686 
root=UUID=2e624958-cf94-4b06-8c69-69fbed9a22c4 ro quiet

** Not tainted

** Kernel log:
[1.175672] ACPI: PCI Interrupt Link [LUSB] enabled at IRQ 10
[1.175687] ohci_hcd :00:0f.2: PCI INT A -> Link[LUSB] -> GSI 10 (level, 
low) -> IRQ 10
[1.175714] ohci_hcd :00:0f.2: OHCI Host Controller
[1.175749] ohci_hcd :00:0f.2: new USB bus registered, assigned bus 
number 1
[1.175783] ohci_hcd :00:0f.2: irq 10, io mem 0xfe10
[1.230037] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[1.230043] usb usb1: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[1.230046] usb usb1: Product: OHCI Host Controller
[1.230049] usb usb1: Manufacturer: Linux 2.6.32-5-686 ohci_hcd
[1.230052] usb usb1: SerialNumber: :00:0f.2
[1.230251] usb usb1: configuration #1 chosen from 1 choice
[1.230337] hub 1-0:1.0: USB hub found
[1.230353] hub 1-0:1.0: 4 ports detected
[1.230433] pata_sil680 :00:05.0: version 0.4.9
[1.230459] pata_sil680 :00:05.0: PCI INT A -> GSI 23 (level, low) -> 
IRQ 23
[1.230481] sil680: 133MHz clock.
[1.232723] scsi0 : pata_sil680
[1.233639] scsi1 : pata_sil680
[1.233720] ata1: PATA max UDMA/133 cmd 0xece8 ctl 0xecf4 bmdma 0xecb0 irq 23
[1.233726] ata2: PATA max UDMA/133 cmd 0xecd0 ctl 0xecdc bmdma 0xecb8 irq 23
[1.235137] scsi2 : pata_serverworks
[1.236936] scsi3 : pata_serverworks
[1.237020] ata3: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x8b0 irq 14
[1.237024] ata4: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x8b8 irq 15
[1.237233] sata_sil :00:03.0: version 2.4
[1.237294] sata_sil :00:03.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[1.237760] scsi4 : sata_sil
[1.237939] scsi5 : sata_sil
[1.237989] ata5: SATA max UDMA/100 mmio m...@0xfe102400 tf 0xfe102480 irq 17
[1.237994] ata6: SATA max UDMA/100 mmio m...@0xfe102400 tf 0xfe1024c0 irq 17
[1.408301] ata3.00: ATAPI: TEAC CD-ROM CD-224E, K.9A, max UDMA/33
[1.424312] ata3.00: configured for UDMA/33
[1.556032] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[1.569705] scsi 2:0:0:0: CD-ROMTEAC CD-224E  K.9A 
PQ: 0 ANSI: 5
[1.574782] ata5.00: ATA-8: WDC WD2001FASS-00W2B0, 01.00101, max UDMA/133
[1.574788] ata5.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[1.581163] ata5.00: configured for UDMA/100
[1.735440] scsi 4:0:0:0: Direct-Access ATA  WDC WD2001FASS-0 01.0 
PQ: 0 ANSI: 5
[2.052023] ata6: SATA link down (SStatus 0 SControl 310)
[2.075438] sd 4:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 
TB/1.81 TiB)
[2.075505] sd 4:0:0:0: [sda] Write Protect is off
[2.075509] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
[2.075537] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[2.075714]  sda:sr0: scsi3-mmc drive: 24x/24x cd/rw xa/form2 cdda tray
[2.081298] Uniform CD-ROM driver Revision: 3.20
[2.081804] sr 2:0:0:0: Attached scsi CD-ROM sr0
[2.104691]  sda1 sda2 sda3
[2.105593] sd 4:0:0:0: [sda] Attached SCSI disk
[2.123413] sr 2:0:0:0: Attached scsi generic sg0 type 5
[2.124272] sd 4:0:0:0: Attached scsi generic sg1 type 0
[2.307398] PM: Starting manual resume from disk
[2.307405] PM: Resume from partition 8:3
[2.307407] PM: Checking hibernation image.
[2.307631] PM: Error -22 checking image file
[2.307634] PM: Resume from disk failed.
[2.350903] EXT3-fs: INFO: recovery required on readonly filesystem.
[2.350909] EXT3-fs: write access will be enabled during recovery.
[8.616736] kjournald starting.  Commit interval 5 seconds
[8.616765] EXT3-fs: sda2: orphan cleanup on readonly fs
[8.632820] ext3_orphan_cleanup: deleting unreferenced inode 108470387
[8.640802] EXT3-fs: sda2: 1 orphan inode deleted
[8.640805] EXT3-fs: recovery complete.
[8.658610] EXT3-fs: mounted filesystem with ordered data mode.
[9.765861] udev: starting version 160
[   10.107819] input: PC Speaker as /devices/platform/pcspkr/input/input1
[   10.201499] input: Power Button as 
/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[   10.201510] ACPI: Power Button [PWRF]
[   10.203251] processor LNXCPU:00: registered as cooling_device0
[   10.446095] dcdbas dcdbas: Dell Systems Management Base Driver (version 
5.6.0-3.2)
[   10.601516] piix4_smbus :00:0f.0: Host SMBus controller not enabled!
[   10.735491] Error: Driver 'pcspkr' is already registered, 

Bug#601721: installation-reports: Build w/ /boot partition succeeds, but re-boot fails in fsck 445148

2010-10-28 Thread Samuel Thibault
Lukasz Szybalski, le Thu 28 Oct 2010 17:39:59 -0500, a écrit :
> 3. Can someone explain why installer mounts sda as my 1GB and sdb as
> 1.7TB, but after re-boot system swaps them and uses 1.7TB as /sda and
> 1Gb as sdb?

It looks like a hardware detection order issue. Do you modify a bios
parameter to boot on the installed system instead of the debian
installer?  You should probably post the output of dmesg.

Samuel


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101028230818.gq4...@const.famille.thibault.fr




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



Bug#601722: chemical-structures: [INTL:pt] Updated Portuguese translation for debconf messages

2010-10-28 Thread Américo Monteiro
Package: chemical-structures
Version: 2.1.dfsg.1-4
Tags: l10n, patch
Severity: wishlist

Updated Portuguese translation for chemical-structures's debconf messages.
Translator: Américo Monteiro 
Feel free to use it.

For translation updates please contact 'Last Translator' or the
Portuguese Translation Team .


-- 
Best regards,

Américo Monteiro
# Translation of chemical-structures debconf messages to Portuguese
# Copyright (C) 2010 the chemical-structures's COPYRIGHT HOLDER
# This file is distributed under the same license as the chemical-structures package.
#
# Américo Monteiro , 2010.
msgid ""
msgstr ""
"Project-Id-Version: chemical-structures 2.1.dfsg.1-4\n"
"Report-Msgid-Bugs-To: chemical-structu...@packages.debian.org\n"
"POT-Creation-Date: 2010-10-18 10:39+0200\n"
"PO-Revision-Date: 2010-10-29 00:00+0100\n"
"Last-Translator: Américo Monteiro \n"
"Language-Team: Portuguese \n"
"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Lokalize 1.0\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. Type: multiselect
#. Description
#: ../chemical-structures.templates:1001
msgid "List of web servers to reconfigure automatically:"
msgstr "Lista de servidores web para reconfigurar automaticamente:"

#. Type: multiselect
#. Description
#: ../chemical-structures.templates:1001
msgid "Chemical-structures supports Apache and Apache2."
msgstr "O chemical-structures suporta Apache e Apache2."

#. Type: boolean
#. Description
#: ../chemical-structures.templates:2001
msgid "Do you want ${webserver} to be restarted now?"
msgstr "Deseja que o ${webserver} seja reiniciado agora?"

#. Type: boolean
#. Description
#: ../chemical-structures.templates:2001
msgid ""
"Remember that in order to activate the new configuration ${webserver} has to "
"be restarted. You can also restart ${webserver} manually executing /etc/init."
"d/${webserver} restart"
msgstr ""
"Lembre-se que para activar a nova configuração, o ${webserver} tem que ser "
"reiniciado. Você também pode reiniciar o ${webserver} manualmente ao "
"executar /etc/init.d/${webserver} restart"



Bug#599736: new tests: the cameras works with gphoto2

2010-10-28 Thread Stéphane Blondon
I tested with Shotwell:

Shotwell, a graphical photo organizer for GNOME, has the same problem
than gThumb: it seems to fail to find the camera. As the website
explains, it uses "gPhoto to communicate with digital cameras", so the
problem could be more the info exposed by gPhoto than gThumb itself
(and Shotwell too)?

http://trac.yorba.org/wiki/UsingShotwell0.6

(the Shotwell version provided in testing is 0.6.1.)

-- 
Stéphane



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



Bug#601720: unblock: svox/1.0+git20100205-2.1

2010-10-28 Thread Samuel Thibault
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: freeze-exception


Please unblock package svox

svox (1.0+git20100205-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * debian/patches/0008-64bits.patch: New patch to fix execution on 64bit
archs.

 -- Samuel Thibault   Tue, 26 Oct 2010 01:42:32 +0200

These are two small buffer overruns which would make pico2wave just
always crash on amd64.  Agreed by maintainer and reported upstream.

unblock svox/1.0+git20100205-2.1

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

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

-- 
Samuel Thibault 
*** s has joined channel #ens-mim
 re 
 pfff 
 mare de la pfp. 
 pas commencer et j'en ai deja marre. 
 bon ct juste un cou de gueule ++ 
*** s has left channel #ens-mim (s)
 -+- #ens-mim et la peufeupeu -+-



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



Bug#599732: luakit: reproductible test case

2010-10-28 Thread Nicolas Évrard
Package: luakit
Version: 2010.09.24-1
Severity: normal


Hello,

I successfully reproduced this bug if you follow those steps:

1. Go to the www.piratebay.org
2. Search for something (I choose openbsd :P)
3. press 'f' to follow a link and choose a link to download a torrent
4. the next time I press 'f' no label appears.

Another example:

1. Got to www.lalibre.be (you might have to pass the first page if it 
   is the first time you go on this site)
2. Press 'f' the labels appears
3. Press escape
4. Press 'F' the labels do not appears

I have this message in the console:

Exception occured while executing script:
At (follow.lua):79: TypeError: Result of expression 'document' 
[undefined] is not an object.

This is probably an unrelated bug but it has the same side effect : 
the labels do not appears

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

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

Versions of packages luakit depends on:
ii  libatk1.0-0   1.30.0-1   The ATK accessibility toolkit
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  libfontconfig12.8.0-2.1  generic font configuration library
ii  libfreetype6  2.4.2-2FreeType 2 font engine, shared lib
ii  libglib2.0-0  2.24.2-1   The GLib library of C routines
ii  libgtk2.0-0   2.20.1-2   The GTK+ graphical user interface 
ii  liblua5.1-0   5.1.4-5Simple, extensible, embeddable pro
ii  libpango1.0-0 1.28.3-1   Layout and rendering of internatio
ii  libsoup2.4-1  2.30.2-1   an HTTP library implementation in 
ii  libwebkit-1.0-2   1.2.5-2Web content engine library for Gtk

luakit recommends no packages.

luakit suggests no packages.

-- no debconf information



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



Bug#601719: Updated Kurdish translation for samba

2010-10-28 Thread Erdal Ronahi
Package: samba
Severity: wishlist

Attached is the updated Kurdish translation for samba, done by Amed C. Jiyan
# translation of samba_ku.po to Kurdish
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Erdal Ronahi , 2008.
msgid ""
msgstr ""
"Project-Id-Version: samba_ku\n"
"Report-Msgid-Bugs-To: sa...@packages.debian.org\n"
"POT-Creation-Date: 2009-01-02 12:18-0800\n"
"PO-Revision-Date: 2008-05-08 13:02+0200\n"
"Last-Translator: Erdal Ronahi \n"
"Language-Team: ku \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KAider 0.1\n"
"Plural-Forms: nplurals=2; plural= n != 1;\n"

#. Type: boolean
#. Description
#: ../samba-common.templates:1001
msgid "Modify smb.conf to use WINS settings from DHCP?"
msgstr ""
"Bila smb.conf were guherandin da ku mîhengên WINS ji DHCP werin bikaranîn?"

#. Type: boolean
#. Description
#: ../samba-common.templates:1001
msgid ""
"If your computer gets IP address information from a DHCP server on the "
"network, the DHCP server may also provide information about WINS servers "
"(\"NetBIOS name servers\") present on the network.  This requires a change "
"to your smb.conf file so that DHCP-provided WINS settings will automatically "
"be read from /etc/samba/dhcp.conf."
msgstr ""

#. Type: boolean
#. Description
#: ../samba-common.templates:1001
msgid ""
"The dhcp3-client package must be installed to take advantage of this feature."
msgstr "Ji bo bikaranîna vê fonksiyonê divê pakêta dhcp3-client were sazkirin."

#. Type: boolean
#. Description
#: ../samba-common.templates:2001
msgid "Configure smb.conf automatically?"
msgstr "Bila smb.conf were jixweber mîhengkirin?"

#. Type: boolean
#. Description
#: ../samba-common.templates:2001
msgid ""
"The rest of the configuration of Samba deals with questions that affect "
"parameters in /etc/samba/smb.conf, which is the file used to configure the "
"Samba programs (nmbd and smbd). Your current smb.conf contains an \"include"
"\" line or an option that spans multiple lines, which could confuse the "
"automated configuration process and require you to edit your smb.conf by "
"hand to get it working again."
msgstr ""

#. Type: boolean
#. Description
#: ../samba-common.templates:2001
msgid ""
"If you do not choose this option, you will have to handle any configuration "
"changes yourself, and will not be able to take advantage of periodic "
"configuration enhancements."
msgstr ""

#. Type: string
#. Description
#: ../samba-common.templates:3001
msgid "Workgroup/Domain Name:"
msgstr "Navê Koma Xebate/Domain:"

#. Type: string
#. Description
#: ../samba-common.templates:3001
msgid ""
"Please specify the workgroup for this system.  This setting controls which "
"workgroup the system will appear in when used as a server, the default "
"workgroup to be used when browsing with various frontends, and the domain "
"name used with the \"security=domain\" setting."
msgstr ""

#. Type: boolean
#. Description
#: ../samba-common.templates:4001
msgid "Use password encryption?"
msgstr ""

#. Type: boolean
#. Description
#: ../samba-common.templates:4001
msgid ""
"All recent Windows clients communicate with SMB/CIFS servers using encrypted "
"passwords. If you want to use clear text passwords you will need to change a "
"parameter in your Windows registry."
msgstr ""

#. Type: boolean
#. Description
#: ../samba-common.templates:4001
msgid ""
"Enabling this option is highly recommended as support for plain text "
"passwords is no longer maintained in Microsoft Windows products. If you do, "
"make sure you have a valid /etc/samba/smbpasswd file and that you set "
"passwords in there for each user using the smbpasswd command."
msgstr ""

#. Type: boolean
#. Description
#: ../samba.templates:1001
msgid "Create samba password database, /var/lib/samba/passdb.tdb?"
msgstr "Danegeha şîfreyên samba, /var/lib/samba/passdb.tdb, were afirandin?"

#. Type: boolean
#. Description
#: ../samba.templates:1001
msgid ""
"To be compatible with the defaults in most versions of Windows, Samba must "
"be configured to use encrypted passwords.  This requires user passwords to "
"be stored in a file separate from /etc/passwd.  This file can be created "
"automatically, but the passwords must be added manually by running smbpasswd "
"and be kept up-to-date in the future."
msgstr ""

#. Type: boolean
#. Description
#: ../samba.templates:1001
msgid ""
"If you do not create it, you will have to reconfigure Samba (and probably "
"your client machines) to use plaintext passwords."
msgstr ""

#. Type: boolean
#. Description
#: ../samba.templates:1001
msgid ""
"See /usr/share/doc/samba-doc/htmldocs/Samba3-Developers-Guide/pwencrypt.html "
"from the samba-doc package for more details."
msgstr ""

#. Type: select
#. Choices
#: ../samba.templates:2001
msgid "daemons"
msgstr ""

#. Type: select
#. Choices
#: ../samba.templates:2001
msg

Bug#601718: libjson-perl: inconsistent handling of numbers

2010-10-28 Thread pablobarbachano
Package: libjson-perl
Version: 2.26-1
Severity: important

- on encode_json(), it seems to remove "" if the string looks like a
  number.  

- on decode_json(), it's inconsistent... given the same object
  (AFAICT), it encodes it differently, although all the time the same
  way. It seems to keep some state in $obj2 that I cannot figure out.

- This is creating a problem with couchdb. couchdb provides an
  attribute 'revpos' as an integer, and it barfs on update if it
  doesn't see it as such


re.pl(main)> $obj1
{
  a => 1,
  b => {
c => 32
  }
}

re.pl(main)> $ex
{"a":"1","b":{"c":"32"}}

re.pl(main)> my $obj2 = decode_json($ex)
{
  a => 1,
  b => {
c => 32
  }
}

re.pl(main)> my $dump1 = encode_json($obj1)
{"a":1,"b":{"c":32}}

re.pl(main)> my $dump2 = encode_json($obj2)
{"a":"1","b":{"c":"32"}}

re.pl(main)> cmp_deeply($obj1, $obj2)
ok 3
1


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

Kernel: Linux 2.6.28.3-x86_64-linode5 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages libjson-perl depends on:
ii  perl  5.10.1-15  Larry Wall's Practical Extraction 

Versions of packages libjson-perl recommends:
ii  libjson-xs-perl   2.300-1module for serializing/deserializi

libjson-perl suggests no packages.

-- no debconf information

-- 



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



Bug#601717: ftp.debian.org: more days of DiffIndex for unstable

2010-10-28 Thread Kevin Ryde
Package: ftp.debian.org
Severity: wishlist

It'd be good if the Package file diffs under

 ftp://ftp.debian.org/debian/dists/unstable/main/binary-i386/Packages.diff/

extended back by perhaps a few weeks.

Currently they seem to be as little as 3 days worth, so if you're not
online and updating that often you don't get the benefit of diffs over
full download.

I hope I'm right that this is a matter of what's available for download.
I adjusted the apt PDiffs::FileLimit and PDiffs::SizeLimit up to
hopefully use as much as possible.

I suppose the amount of diffs retained could be decided dynamically.
When the sizes add up to more than a full package file download then
chop off the oldest since anyone that far back would certainly be better
with the full download.



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



Bug#601716: fwlogwatch: [INTL:pt] Updated Portuguese translation for package messages

2010-10-28 Thread Américo Monteiro
Package: fwlogwatch
Version: 1.2-1
Tags: l10n, patch
Severity: wishlist

Updated European Portuguese translation for fwlogwatch messages.
Translator: Américo Monteiro 
Feel free to use it.

For translation updates please contact 'Last Translator' or the
Portuguese Translation Team .

-- 
Best regards,
Américo Monteiro
# Translation of fwlogwatch to Portuguese
# Copyright (C) 2010 the fwlogwatch's copyright holder
# This file is distributed under the same license as the fwlogwatch package.
#
# Américo Monteiro , 2010.
msgid ""
msgstr ""
"Project-Id-Version: fwlogwatch 1.2-1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-10-06 13:58+0200\n"
"PO-Revision-Date: 2010-10-28 23:10+0100\n"
"Last-Translator: Américo Monteiro \n"
"Language-Team: Portuguese \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Lokalize 1.0\n"
"Plural-Forms:  nplurals=2; plural=(n != 1);\n"

#: ../compare.c:158
#, c-format
msgid "conn_sort_up: wrong mode\n"
msgstr "conn_sort_up: modo errado\n"

#: ../compare.c:264
#, c-format
msgid "Error in sort string: '%c', order expected, ignoring.\n"
msgstr "Erro na string de organização: '%c', ordem esperada, a ignorar.\n"

#: ../compare.c:278
#, c-format
msgid "Error in sort string: '%c', direction expected, ignoring.\n"
msgstr "Erro na string de organização: '%c', direcção esperada, a ignorar.\n"

#: ../compare.c:282
#, c-format
msgid "Error in sort string, direction expected, ignoring.\n"
msgstr "Erro na string de organização, direcção esperada, a ignorar.\n"

#: ../compare.c:382 ../compare.c:384 ../modes.c:196 ../modes.c:203
#: ../modes.c:813 ../modes.c:815 ../output.c:106 ../output.c:113
#: ../output.c:193 ../output.c:202 ../output.c:380
msgid "%b %d %H:%M:%S"
msgstr "%b %d %H:%M:%S"

#: ../compare.c:383
#, c-format
msgid "Timewarp in log file (%s"
msgstr "Salto no tempo no ficheiro de relatório (%s"

#: ../main.c:25
#, c-format
msgid "Usage: %s [options] [input_files]\n"
msgstr "Utilização: %s [opções] [ficheiros_de_entrada]\n"

#: ../main.c:26
#, c-format
msgid "General options:\n"
msgstr "Opções gerais:\n"

#: ../main.c:27
#, c-format
msgid "  -h   this help\n"
msgstr "  -h  esta ajuda\n"

#: ../main.c:28
#, c-format
msgid "  -L   show time of first and last log entry\n"
msgstr "  -L   mostra a hora da primeira e última entrada no relatório\n"

#: ../main.c:29
#, c-format
msgid "  -V   show version and copyright info\n"
msgstr "  -V   mostra informação sobre versão e copyright\n"

#: ../main.c:32
#, c-format
msgid "Global options:\n"
msgstr "Opções globais:\n"

#: ../main.c:33
#, c-format
msgid "  -b   show amount of data (sum of total packet lengths)\n"
msgstr ""
"  -b   mostra a quantidade de dados (soma dos comprimentos totais dos "
"pacotes)\n"

#: ../main.c:34
#, c-format
msgid "  -c specify config file (defaults to %s)\n"
msgstr "  -c especifica o ficheiro de configuração (predefinição para %s)\n"

#: ../main.c:35
#, c-format
msgid "  -D   do not differentiate destination IP addresses\n"
msgstr "  -D   não diferencia os endereços IP do destino\n"

#: ../main.c:36
#, c-format
msgid "  -d   differentiate destination ports\n"
msgstr "  -d   diferencia os portos de destino\n"

#: ../main.c:37
#, c-format
msgid "  -E   select or exclude hosts, ports, chains and targets\n"
msgstr "  -E   seleccionar ou excluir máquinas, portos, cadeias e alvos\n"

#: ../main.c:38
#, c-format
msgid "   quick reference: -E[ie][hp][sd]\n"
msgstr "   referência rápida: -E[ie][hp][sd]\n"

#: ../main.c:39
#, c-format
msgid "-E[ie][cb]\n"
msgstr "-E[ie][cb]\n"

#: ../main.c:40
#, c-format
msgid "  -monly show entries with at least so many incidents\n"
msgstr "  -mapenas mostra entradas com pelo menos tantos incidentes\n"

#: ../main.c:41
#, c-format
msgid "  -M   only show this amount of entries\n"
msgstr "  -M   apenas mostra esta quantidade de entradas\n"

#: ../main.c:42
#, c-format
msgid "  -N   resolve service names\n"
msgstr "  -N   resolve nomes de serviço\n"

#: ../main.c:43
#, c-format
msgid "  -n   resolve host names\n"
msgstr "  -n   resolve nomes de máquinas\n"

#: ../main.c:44
#, c-format
msgid "  -Odefine the sort order (see the man page for details)\n"
msgstr "  -Odefine a ordem de organização (veja o manual para detalhes)\n"

#: ../main.c:45
#, c-format
msgid "  -P   use parsers for specific formats (defaults to netfilter)\n"
msgstr ""
"  -P   usa analisadores para formatos específicos (predefinição é "
"netfilter)\n"

#: ../main.c:46
#, c-format
msgid "   i: ipchains, n: netfilter, f: ipfilter, c: cisco ios\n"
msgstr "   i: ipchains, n: netfilter, f: ipfilter, c: cisco ios\n"

#: ../main.c:47
#, c-format
msgid "   p: cisco pix, e: netscreen, l: lancom

Bug#601558: [i830] Black screen with kms and i915 again

2010-10-28 Thread Cyril Brulebois
Oliver Sander  (27/10/2010):
> Thanks for the quick response.  Here are the X log and the dmesg
> output.

Thanks; could we also get a full dmesg in the same conditions?

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#576887: git-core: git.el M-x git-status for emacs23

2010-10-28 Thread Kevin Ryde
Jonathan Nieder  writes:
>
>Now I try "Refresh" from the "Git" menu;
>debian/git/ gets repeated.

Not quite sure what you mean but the very simple uses I've put it to
have seemed ok for me on refreshing (though the "g" key normally, if
that makes a difference).

>  - In M-x git-blame mode, the left side of each source line does not
>line up

The %20A in git-blame-prefix-format may mean only 20 columns for the
author.  I expect that can be customized.

(Or is there a way to abbreviate long authors?  Could be a cute feature
for format-spec.el itself to have, either a truncate or ellipsise or
whatever.)



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



Bug#601715: squeeze->squeeze: kernel errors after upgrade, X system left in a non-working state

2010-10-28 Thread Ben Hutchings
On Thu, 2010-10-28 at 18:16 +0300, Harri Kiiskinen wrote:
[...]
> In the second case, of today, linux-image-2.6.32-5-686 was updated
> from some version to 2.6.32-26, on an Acer laptop with ATI card, using
> the Xorg ati driver.
[...]

I think this may be the same as bug #597636, which was fixed in version
2.6.32-24.

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


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


Bug#601263: xserver-xorg-video-intel: native resolution not supported

2010-10-28 Thread Cyril Brulebois
Jonathan Lane  (25/10/2010):
> Here's the attachments.

Thanks. I'm new to edid stuff, but shall we call it a broken (as not
reporting every supported thing) EDID?
| k...@bowmore:/tmp$ parse-edid < edid
| parse-edid: parse-edid version 2.0.0
| parse-edid: EDID checksum passed.
| 
|   # EDID version 1 revision 4
| Section "Monitor"
|   # Block type: 2:0 3:fe
|   # Block type: 2:0 3:0
|   Identifier "CMO:6214"
|   VendorName "CMO"
|   ModelName "CMO:6214"
|   # Block type: 2:0 3:fe
|   # Block type: 2:0 3:0
|   # DPMS capabilities: Active off:no  Suspend:no  Standby:no
| 
|   Mode"1280x800"  # vfreq 60.004Hz, hfreq 49.383kHz
|   DotClock68.84
|   HTimings1280 1328 1360 1394
|   VTimings800 803 809 823
|   Flags   "-HSync" "+VSync"
|   EndMode
|   Mode"1280x800"  # vfreq 40.000Hz, hfreq 32.920kHz
|   DotClock45.89
|   HTimings1280 1328 1360 1394
|   VTimings800 803 809 823
|   Flags   "-HSync" "+VSync"
|   EndMode
|   # Block type: 2:0 3:fe
|   # Block type: 2:0 3:0
| EndSection

So kernel's fault (for not having a quirk at least?). Let's reassign?

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#601697: squeeze->squeeze: kernel errors after upgrade, X system left in a non-working state

2010-10-28 Thread Ben Hutchings
On Thu, 2010-10-28 at 18:16 +0300, Harri Kiiskinen wrote:
> Package: upgrade-reports
> Severity: normal
> Tags: squeeze
> 
> On two different systems, the apt-get dist-upgrade within testing
> ("Squeeze") during the last month has left the Xorg system in an
> unusable state. In both cases, the upgrade included a kernel-image
> upgrade, but additionally some hundreds of packages.
> 
> In the first case, linux-image-2.6.32-5-686 was updated from 2.6.32-20
> to 2.6.32-23. In this case, the laptop has an integrated intel video
> card, using the xorg-xserver-intel driver.
[...]

There have been some problems with use of KMS on some older Intel GPUs,
so we disabled it in version 2.6.32-21.  This actually made things worse
in many cases, so we reverted in 2.6.32-24.

Please send the output of 'lspci -nn | grep 0300' so we can check
whether you are using one of the affected chips.  Also try upgrading to
the latest version (2.6.32-26).

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


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


Bug#591008: I will take over tint2

2010-10-28 Thread Sebastian Reichel
Hi,

I will take over tint2 packaging; I already prepared a new
package based on the 0.11 release, as you may have noticed
when looking @ the git repository [0].

If you don't want to wait you can fetch a preview version
of the new package from my own repository at [1] for amd64
or i386.

-- Sebastian

[0] http://git.debian.org/?p=collab-maint/tint2.git;a=summary
[1] http://pkg.ring0.de/debian/pool/main/t/tint2/


signature.asc
Description: Digital signature


Bug#576887: git-core: git.el M-x git-status for emacs23

2010-10-28 Thread Kevin Ryde
Jonathan Nieder  writes:
>
>  In git-blame-cleanup:
>  git-blame.el:306:6:Warning: `mapcar' called for effect; use `mapc' or 
> `dolist'
>  instead

True but not very important.

>  In git-blame-filter:
>  git-blame.el:338:31:Warning: `save-excursion' defeated by `set-buffer'
>  In git-blame-create-overlay:
>  git-blame.el:386:50:Warning: `save-excursion' defeated by `set-buffer'

Maybe should be `with-current-buffer' per the elisp manual example.
I hadn't noticed any obvious ill effect, but I don't think I tried it
much.

>  git-blame.el:389:12:Warning: `goto-line' used from Lisp code
>  That command is designed for interactive use only

True but not fatal.  I see the `goto-line' docstring recommends
`forward-line'.



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



Bug#576887: git-core: git.el M-x git-status for emacs23

2010-10-28 Thread Jonathan Nieder
Kevin Ryde wrote:
> Jonathan Nieder  writes:

>>  In end of data:
>>  git-blame.el:483:1:Warning: the function `format-spec' is not known to be
>>  defined.
>
> I think that one may be my bug 577471.

Ah, okay.  I'll bug the list. :)

> (I still don't know how it could have been like that, unless all git
> users always load up format-spec.el too.  Gnus might use it, so maybe
> that's why :-).

Thanks for the hint; makes sense.



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



Bug#483350: [Buildd-tools-devel] Bug#483350: pperl: FTBFS: pperl: perl script failed to start: No such file or directory

2010-10-28 Thread Roger Leigh
On Sun, Jul 06, 2008 at 11:59:38PM +0200, Florian Weimer wrote:
> * Roger Leigh:
> 
> > So, from what I understand of the report, pperl is creating a UNIX
> > domain socket during its build, and the pathname is too long.
> 
> Correct.
> 
> > /build/user-pperl_0.25-5-amd64-0uuJx5/pperl-0.25-5/sockets/pperlnPLXc7
> > /build/pperl-0.25-5/sockets/pperlnPLXc7
> >
> > That's 71 and 40 chars respectively (including NUL terminator if
> > needed).  I don't see either as being excessively long.  Is this really
> > what caused the failure, or is something else going on here?  We're
> > nowhere near exceeding UNIX_PATH_MAX.
> 
> pperl uses an escaped form of the script name (which again resides in
> the build directory) as the file name component of the socket, crossing
> over the 109 character limit as a result.  As I wrote in the bug report,
> I think this is an issue with pperl which should be fixed.  However,
> with 70sh characters in the path and a base16 encoding of a 128-bit
> hash, this still leaves us very close to the limit.

Looks like this is still an unresolved problem 30 months on:

Can't create listen socket: Address already in use at 
/build/rleigh-pperl_0.25-5-amd64-IXs0Ue/pperl-0.25/sockets/pperl1gs2Ym line 275
p

Did you have any luck getting upstream to fix this?  I saw that
#533934 exists, but it doesn't have any further details.

I think that on the sbuild side, there's not much I can really fix:
it's a path length restriction that's completely out of our hands,
so we can mitigate the effects, but we can never guarantee
reliability.

I think the only sane approach here for upstream is to create the
sockets in /tmp.  You can legitimately create such temporary files in
TMPDIR, perhaps even in a temporary directory created using
tmpnam or one of its equivalents for creating temporary directories.
This would *ensure* the length limits wouldn't be exceeded.
And on the debian side, you can set TMPDIR when you run make if
that's needed.

Again on the upstream side, I think some awareness of the problem
would be useful.  The build scripts and/or the test programs could
check if the maximum length was exceeded and fail with an appripriate
error.


Would there be any objection to closing the sbuild bug?


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


Bug#601415: otf-stix: not registered with font system?

2010-10-28 Thread Julian Gilbey
Hi Atsuhito!

On Thu, Oct 28, 2010 at 07:27:19PM +0900, Atsuhito Kohda wrote:
> > Another possible thought: which website were you using for your test?
> > Perhaps there are different versions of MathJax installed which cause
> > the difference?
> 
> I tested with "http://www.mathjax.org/";
> 
> I received the report: TeX on only one of my Debian machine
> in which I installed obsolete private STIX fonts package. 
> I built that package for test before official upload (with version 
> 2007.10.31-0.1 so it was not upgraded automatically ;-).  
> After manual upgrade of otf-stix, I received the report: STIX 
> even on that machine.
> 
> And now I can distiguish TeX and STIX fonts with a shape of "x" ;-)

OK, I'm completely stumped.  I just deleted my ~/.fontconfig in case
there was something old there, restarted my GNOME session, still
didn't help.  I'm *still* getting TeX being reported.

What on earth might I be doing wrong, I wonder?

   Julian



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



Bug#576887: git-core: git.el M-x git-status for emacs23

2010-10-28 Thread Kevin Ryde
Jonathan Nieder  writes:
>
>  In end of data:
>  git-blame.el:483:1:Warning: the function `format-spec' is not known to be
>  defined.

I think that one may be my bug 577471.

(I still don't know how it could have been like that, unless all git
users always load up format-spec.el too.  Gnus might use it, so maybe
that's why :-).



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



Bug#601655: arduino: help not working because of wrong browser specification

2010-10-28 Thread Scott Howard
I've tried this on two debian and one ubuntu machine (iceweasel and
firefox), but I can not reproduce this bug. I took a look into the
source code, and it appears that arduino doesn't even use that line
from the preferences.txt file.

Help is opened with:

http://git.debian.org/?p=collab-maint/arduino.git;a=blob;f=app/src/processing/app/Base.java#l1745

1761   static public void showReference() {

1762 showReference("index.html");

1763   }

which in turn calls the the platform.openURL() function:
http://git.debian.org/?p=collab-maint/arduino.git;a=blob;f=app/src/processing/app/linux/Platform.java#l55

That function attempts to open an application or file using your
platform's launcher. On Linux, it first tries xdg-open, gnome-open,
then kde-open, but if none are available, it sends the command to the
shell without any alterations. It then sets launcher.linux = {your
launcher} in ~/.arduino/Preferences.txt


So that means that arduino help only works if you have xdg-open,
gnome-open, or kde-open, and if you have the right browser selected to
open the files.


If you run arduino from the terminal and try to open help, what error
do you get? possibly: "No launcher set, cannot open
file.getAbsolutePath())"


Ways we can handle this:
1) put in readme.debian that help only works with gnome-open or
kde-open (not ideal)

2) add a default to linux/Platform.java

 58   if (launcher != null) {

  59 Runtime.getRuntime().exec(new String[] { launcher, url });

  60   }

else { Runtime.getRuntime().exec(new String[] { "x-www-browser", url }); }



Does this explanation make sense on your system? do you not have
xdg-open, gnome-open, nor kde-open?



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



Bug#596105: syncevolution: Memory error syncing calendar

2010-10-28 Thread Niko Tyni
forwarded 596105 http://rt.perl.org/rt3/Ticket/Display.html?id=78674
tag 596105 patch
thanks

On Sun, Oct 24, 2010 at 10:11:32AM +0300, Niko Tyni wrote:
> On Fri, Oct 22, 2010 at 02:29:36PM -0300, David Bremner wrote:

> > I'm reassigning this to perl because perl script in question does not
> > use any external modules (other than 'encoding').
> 
> Thanks. I can reproduce the crash. It's a bit of a heisenbug as changing
> just about anything makes it go away. It's still present in upstream
> development branch, as of 5.13.6 or so.

The same bug can be triggered with

 % perl -Mencoding=utf8 -e 'map { "a" . $a } ((1)x500);'
 Attempt to free non-existent shared string 'original', Perl interpreter: 
0x80f010 during global destruction.
 zsh: segmentation fault (core dumped)  perl -Mencoding=utf8 -e 'map { "a" . $a 
} ((1)x500);'

I've reported this upstream with the attached proposed patch. See the upstream
report for more details.

It should be easy to backport the patch to 5.10.1. Will try to get that
in squeeze.
-- 
Niko Tyni   nt...@debian.org
>From 286215bec6f59ddd4f27fc5c21c76e3d762ed771 Mon Sep 17 00:00:00 2001
From: Niko Tyni 
Date: Thu, 28 Oct 2010 23:52:17 +0300
Subject: [PATCH] Fix stack pointer corruption in pp_concat() with 'use encoding'

sv_utf8_upgrade_nomg() may reallocate the stack via sv_recode_to_utf8()
if 'use encoding' is in effect, causing stack pointer corruption.
---
 pp_hot.c |3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/pp_hot.c b/pp_hot.c
index fd270e9..f4d79dc 100644
--- a/pp_hot.c
+++ b/pp_hot.c
@@ -275,6 +275,8 @@ PP(pp_concat)
 	rbyte = !DO_UTF8(right);
 }
 if (lbyte != rbyte) {
+	/* sv_utf8_upgrade_nomg() may reallocate the stack */
+	PUTBACK;
 	if (lbyte)
 	sv_utf8_upgrade_nomg(TARG);
 	else {
@@ -283,6 +285,7 @@ PP(pp_concat)
 	sv_utf8_upgrade_nomg(right);
 	rpv = SvPV_nomg_const(right, rlen);
 	}
+	SPAGAIN;
 }
 sv_catpvn_nomg(TARG, rpv, rlen);
 
-- 
1.7.2.3



Bug#601714: buildd.debian.org: please create buildd chroots for lenny-backports-sloppy

2010-10-28 Thread Gerfried Fuchs
Package: buildd.debian.org
Severity: wishlist

Hello!

 Please create buildd chroots for lenny-backports-sloppy on the same set
of architectures they are available for lenny. The sources.list for the
chroot should contain lenny, lenny-backports and lenny-backports-sloppy.

 There is one doing work for powerpc already which should be helpful to
take a look at the configuration.

 If you need any further information, please let me know.
Rhonda



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



Bug#601694: All WWW::Curl::Share::CURL_LOCK_* constants are causing "Undefined subroutine" errors

2010-10-28 Thread Salvatore Bonaccorso
tag 601694 + confirmed
thanks

Hi James

On Thu, Oct 28, 2010 at 01:29:36PM -0400, James Vega wrote:
> forwarded 601694 https://rt.cpan.org/Public/Bug/Display.html?id=62529
> thanks
> 
> On Thu, Oct 28, 2010 at 11:42 AM, Salvatore Bonaccorso
>  wrote:
> > Hi James
> >
> > On Thu, Oct 28, 2010 at 10:59:53AM -0400, James Vega wrote:
> >> Package: libwww-curl-perl
> >> Version: 4.14-1
> >> Severity: important
> >>
> >> A simple test script demonstrates the problem.
> >>
> >>     $ cat test.pl
> >>     #!/usr/bin/perl
> >>     use WWW::Curl::Share;
> >>     printf "%s\n", CURL_LOCK_DATA_DNS;
> >
> > I tried to reproduce the problem, but on my current unstable it does
> > not cause the problem. Going to update now, and see again.
> 
> I've forwarded this upstream since I've been able to reproduce it with
> the upstream source.  It was introduced in 4.14.

Confirming, it fails now with 4.14.

Bests
Salvatore


signature.asc
Description: Digital signature


Bug#569823: [buildd-tools-devel] Bug#569823: sbuild: does not include source version in log anymore.

2010-10-28 Thread Roger Leigh
tags 569823 + fixed-upstream pending
thanks

On Sun, Feb 14, 2010 at 04:14:28PM +0100, Kurt Roeckx wrote:
> It seems the output of the logs has changed again making me have
> to make changes to my script to file bugs.
> 
> One of the problems I have left is that the log does not contain
> the source version anymore.

I've added specific reporting of the original source version:

Version: 1.04-3.1+b2
Source Version: 1.04-3.1

Is this format OK for you?


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


Bug#601713: [INTL:da] Danish translation of the debconf templates darkstat

2010-10-28 Thread Joe Dalton
Package: darkstat
Severity: wishlist
Tags: l10n patch

Please include the attached Danish debconf translations.

j...@joe-desktop:~/over/debian/darkstat$ msgfmt --statistics -c -v -o /dev/null 
da.po
4 oversatte tekster.

bye
Joe

# Danish translation darkstat.
# Copyright (C) 2010 darkstat & nedenstående oversættere.
# This file is distributed under the same license as the darkstat package.
# Joe Hansen (joedalt...@yahoo.dk), 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: darkstat\n"
"Report-Msgid-Bugs-To: darks...@packages.debian.org\n"
"POT-Creation-Date: 2008-10-06 11:29-0600\n"
"PO-Revision-Date: 2010-10-27 12:42+\n"
"Last-Translator: Joe Hansen \n"
"Language-Team: Danish \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: boolean
#. Description
#: ../templates:1001
msgid "Do you really want to upgrade darkstat ?"
msgstr "Ønsker du at opgradere darkstat?"

#. Type: boolean
#. Description
#: ../templates:1001
msgid ""
"The database file format of darkstat has changed, and can't be upgraded."
msgstr ""
"Databasefilformatet i darkstat har ændret sig, og kan ikke opgraderes."

#. Type: boolean
#. Description
#: ../templates:1001
msgid ""
"If you confirm the upgrade, the database file /var/lib/darkstat/darkstat.db "
"will be removed (because it will prevent darkstat starting). A new database "
"file will be created from scratch when darkstat restarts."
msgstr ""
"Hvis du bekræfter opgraderingen, vil databasefilen /var/lib/darkstat/darkstat.db "
"blive fjernet (da den vil forhindre darkstat i at starte). En ny databasefil "
"vil blive oprettet fra bunden af, når darkstat genstarter."

#. Type: boolean
#. Description
#: ../templates:1001
msgid ""
"If you don't confirm the upgrade, the package will be left non-configured, "
"and if you wish to use an older version of darkstat you will have to "
"downgrade manually."
msgstr ""
"Hvis du ikke bekræfter opgraderingen, vil pakken blive efterladt ukonfigureret, "
"og hvis du ønsker at bruge en ældre version af darkstat, skal du selv nedgradere "
"manuelt."




Bug#586275: sbuild: alternative build-deps and Provides do not work correctly

2010-10-28 Thread Roger Leigh
tags 586275 + fixed-upstream pending
thanks

On Mon, Jul 05, 2010 at 05:47:47PM +0900, Ansgar Burchardt wrote:
> I prepared a patch for this bug which seems to work at least for my
> problem:
> 
> 1. Grab libdatetime-perl_2:0.5900-1 from the archive.
> 2. Change
>  libmodule-build-perl (>= 0.360100)
>to
>  libmodule-build-perl (>= 0.360100) | perl (>= 5.12)
>in the Build-Depends field in debian/control.
> 3. Try to build the package with sbuild's internal resolver.
> 
> Expected behavior:
> sbuild will be able to build the package and resolve dependencies in the
> same way.

I've applied your patch to the sbuild master branch.
I'm not sure of the best way to test whether it will work correctly
in all situations, so we'll have to rely on people reporting bugs
if this has any negative effects.


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


Bug#601520: Can't install apache2 because of libkrb53 issues

2010-10-28 Thread Robin Wood
On 28 October 2010 14:39, Stefan Fritsch  wrote:
> Which architecture are you using?
>

i586



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



Bug#601712: salome: FTBFS due to missing graphviz

2010-10-28 Thread Adam C Powell IV
Package: src:salome
Version: 5.1.3-11
Severity: serious

Because graphviz is only Build-Depends-Indep and not Build-Depends, dot
is missing, so YACS thinks libgraphviz-dev is missing, and doesn't set
GRAPHVIZ_CPPFLAGS, and the build fails when trying to #include gvc.h .

-Adam
-- 
GPG fingerprint: D54D 1AEE B11C CE9B A02B  C5DD 526F 01E8 564E E4B6

Engineering consulting with open source tools
http://www.opennovation.com/


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


Bug#565062: patches for ftbfs

2010-10-28 Thread Krzysztof Klimonda
On Thu, 2010-10-28 at 21:31 +0200, Gonéri Le Bouder wrote:
> On Wed, Oct 20, 2010 at 02:22:33PM +0200, Krzysztof Klimonda wrote:
> > There are two patches attached, one for ftbfs with gcc 4.5 and another
> > for ftbfs related to dso linking.
> Hi Krzysztof,
> 
> 
> I still have a FTBFS with your patch:
> 
Hey,

Sorry about that. I was supposed to mark this bug blocked by #565023
which deals with libclaw ftbfs (which is basically the reason for
"error: 'claw::log_system::log_system' names the constructor, not the
type"). Apparently I have forgotten about it as I had a really hectic
week.

Cheers,
 KK
-- 
Krzysztof Klimonda 




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



Bug#601711: cupt: Undefined subroutine &WWW::Curl::Share::CURL_LOCK_DATA_COOKIE

2010-10-28 Thread Jonathan Nieder
block 601711 by 601694
quit

Jonathan Nieder wrote:

>  # cupt update
>  Get:1 http://mirrors2.kernel.org/debian sid Release
>  Get:2 http://mirrors2.kernel.org/debian experimental Release
>  0% [1 sid Release 0B][2 experimental Release 0B]   | 0B/s | ETA: 0s
>  W: failed to download 'sid Release'
>  W: downloading http://mirrors2.kernel.org/debian/dists/sid/Release
>  failed: Undefined subroutine &WWW::Curl::Share::CURL_LOCK_DATA_COOKIE

See https://rt.cpan.org/Public/Bug/Display.html?id=62529



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



Bug#601711: cupt: Undefined subroutine &WWW::Curl::Share::CURL_LOCK_DATA_COOKIE

2010-10-28 Thread Jonathan Nieder
Package: cupt
Version: 1.5.14.1
Severity: grave
Justification: all network operations fail, making the package mostly unusable

Stock experimental system.  Recently (within the last week), cupt went
completely broken.  I thought it must have been my fault.  Now I
suspect the libwww-curl-perl update, but I thought it might be useful
to get input from you.

The symptom: "cupt update", "cupt install", and other operations
involving network activity result in spewed output

 # dpkg -l libwww-curl-perl
 ii  libwww-curl-perl4.14-1  Perl bindings to libcurl
 # cupt update
 Get:1 http://mirrors2.kernel.org/debian sid Release
 Get:2 http://mirrors2.kernel.org/debian experimental Release
 0% [1 sid Release 0B][2 experimental Release 0B]   | 0B/s | ETA: 0s
 W: failed to download 'sid Release'
 W: downloading http://mirrors2.kernel.org/debian/dists/sid/Release
 failed: Undefined subroutine &WWW::Curl::Share::CURL_LOCK_DATA_COOKIE
 failed at /usr/share/perl5/Cupt/Download/Methods/Curl.pm line 47
  at /usr/lib/perl5/WWW/Curl/Share.pm line 40
 WWW::Curl::Share::AUTOLOAD() called at 
/usr/share/perl5/Cupt/Download/Methods/Curl.pm line 47
 require Cupt/Download/Methods/Curl.pm called at 
/usr/share/perl/5.10/Module/Load.pm line 27
 eval {...} called at /usr/share/perl/5.10/Module/Load.pm line 27
 Module::Load::load('Cupt::Download::Methods::Curl') called at 
/usr/share/perl5/Cupt/Download/Method.pm line 135
 eval {...} called at /usr/share/perl5/Cupt/Download/Method.pm line 134
 
Cupt::Download::Method::perform('Cupt::Download::Method=HASH(0x8c21c60)', 
'Cupt::Config=ARRAY(0x83676f8)', 
'http://mirrors2.kernel.org/debian/dists/sid/Release', 
'/var/lib/apt/lists/partial/mirrors2.kernel.org_debian_dists_s...', 
'CODE(0x8c21bc0)') called at /usr/share/perl5/Cupt/Download/Manager.pm line 610
 
Cupt::Download::Manager::_download('Cupt::Download::Manager=ARRAY(0x8c1b458)', 
'http://mirrors2.kernel.org/debian/dists/sid/Release', 
'/var/lib/apt/lists/partial/mirrors2.kernel.org_debian_dists_s...', 
'IO::Pipe::End=GLOB(0x8c21b40)') called at 
/usr/share/perl5/Cupt/Download/Manager.pm line 378
 
Cupt::Download::Manager::_worker('Cupt::Download::Manager=ARRAY(0x8c1b458)') 
called at /usr/share/perl5/Cupt/Download/Manager.pm line 128
Cupt::Download::Manager::new('Cupt::Download::Manager', 
'Cupt::Config=ARRAY(0x83676f8)', 
'Cupt::Download::Progresses::Console=HASH(0x8be1db0)') called at 
/usr/share/perl5/Cupt/System/Worker.pm line 1742
 
Cupt::System::Worker::update_release_and_index_data('Cupt::System::Worker=ARRAY(0x8c1af68)',
 'Cupt::Download::Progresses::Console=HASH(0x8be1db0)') called at /usr/bin/cupt 
line 1792
 main::update_release_data() called at /usr/bin/cupt line 152
 eval {...} called at /usr/bin/cupt line 151
 main::main() called at /usr/bin/cupt line 166
 Compilation failed in require at /usr/share/perl/5.10/Module/Load.pm line 27.
  at /usr/share/perl/5.10/Module/Load.pm line 27
[...]

and unsuccessful results.

Thoughts?



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



Bug#349211: Fixed upstream

2010-10-28 Thread markus schnalke
tags 349211 fixed-upstream
thanks

This bug had been correct as masqmail's behavior had been against the
RFCs (2821, 5321; section 3.2).

By today it is fixed upstream. The upcoming release of version 0.3.1
will include the fix.


meillo



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



Bug#592768: closed by Peter Van Eynde (Bug#592768: fixed in clisp 1:2.49-1)

2010-10-28 Thread Len Sorensen
On Thu, Oct 28, 2010 at 07:51:39AM -0400, Debian Bug Tracking System wrote:
> This is an automatic notification regarding your Bug report
> which was filed against the clisp package:
> 
> #592768: clisp segfaults on install on powerpc system.
> 
> It has been closed by Peter Van Eynde .
> 
> Their explanation is attached below along with your original report.
> If this explanation is unsatisfactory and you have not received a
> better one in a separate message then please contact Peter Van Eynde 
>  by
> replying to this email.

I didn't think the bug could be closed until the fixed package entered
the archives, which it certainly hasn't yet, especially since it depends
on a package (libsigsegv) that isn't even in incoming yet.

I wanted to test that it fixed the problem, but since there is no powerpc
build of it yet and the build dependancies are missing, I can't.

-- 
Len Sorensen



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



Bug#601615: please provide lighter-weight packages from gjay

2010-10-28 Thread Craig Small
On Thu, Oct 28, 2010 at 10:51:39AM -0400, Daniel Kahn Gillmor wrote:
> i actually don't want gjay to communicate with the other music player
> directly in this instance.  The lab is an educational lab, and i want
> minimal distractions for students if possible (e.g. fewer music players
> is better than more).
OK, that makes some more sense now.  You basically want to use the -a
flag on it. I already had some goals to remove the hard audacious
dependency because its going to use other players, once I find one that
communicates correctly.

> If you have suggestions for free software other than gjay that can
> provide that kind of information, i'd be happy to learn about them too
> -- i don't know this particular sub-field terribly well.
The analysis code came from spectromatic and BpmDJ so perhaps either of
those will help.

 - Craig

-- 
Craig Small  GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
http://www.enc.com.au/ csmall at : enc.com.au
http://www.debian.org/  Debian GNU/Linux, software should be Free 



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



Bug#601710: xfsprogs: upgrade problem lenny->squeeze due to moved files

2010-10-28 Thread Andreas Beckmann
Package: xfsprogs
Version: 3.1.3
Severity: normal

I just tried updating a lenny machine and xfsprogs failed with the following 
transcript:

dpkg: considering deconfiguration of xfsdump, which would be broken by 
installation of xfsprogs ...
dpkg: yes, will deconfigure xfsdump (broken by xfsprogs).
(Reading database ... 310126 files and directories currently installed.)
Preparing to replace xfsprogs 2.9.8-1lenny1 (using 
.../xfsprogs_3.1.3_amd64.deb) ...
De-configuring xfsdump ...
Unpacking replacement xfsprogs ...
dpkg: error processing /var/cache/apt/archives/xfsprogs_3.1.3_amd64.deb 
(--unpack):
 trying to overwrite '/usr/sbin/xfs_estimate', which is also in package xfsdump 
2.2.48-1
dpkg-deb: subprocess paste killed by signal (Broken pipe)
dpkg: regarding .../xfsdump_3.0.4_amd64.deb containing xfsdump:
 xfsdump conflicts with xfsprogs (<< 3.0.0)
  xfsprogs (version 2.9.8-1lenny1) is present and installed.
dpkg: error processing /var/cache/apt/archives/xfsdump_3.0.4_amd64.deb 
(--unpack):
 conflicting packages - not installing xfsdump
Errors were encountered while processing:
 /var/cache/apt/archives/xfsprogs_3.1.3_amd64.deb
 /var/cache/apt/archives/xfsdump_3.0.4_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Press return to continue.

Looks like some Replaces: is missing.

The system in question has the following packages installed, this bug is
reported from a different one:

ii  xfsdump 2.2.48-1
 Administrative utilities for the XFS filesystem
ii  xfsprogs2.9.8-1lenny1   
 Utilities for managing the XFS filesystem



-- System Information: (not the lenny system where the update failed)
Debian Release: squeeze/sid
  APT prefers stable
  APT policy: (800, 'stable'), (700, 'testing'), (600, 'unstable'), (130, 
'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages xfsprogs depends on:
ii  libblkid1  2.17.2-3.3block device id library
ii  libc6  2.11.2-6+squeeze1 Embedded GNU C Library: Shared lib
ii  libreadline5   5.2-7 GNU readline and history libraries
ii  libuuid1   2.17.2-3.3Universally Unique ID library

xfsprogs recommends no packages.

Versions of packages xfsprogs suggests:
ii  acl   2.2.49-4   Access control list utilities
pn  attr   (no description available)
pn  quota  (no description available)
ii  xfsdump   3.0.4  Administrative utilities for the X

-- no debconf information



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



Bug#601601: Also happens in cron.daily

2010-10-28 Thread Francois Marier
severity 601601 normal
thanks

Actually the same thing happens every day in spamassassin's cronjob:

  From: Anacron 
  To: r...@hostname
  Subject: Anacron job 'cron.daily' on hostname

  /etc/cron.daily/spamassassin:
  netset: cannot include 0:0:0:0:0:0:0:1/128 as it has already been included
  netset: cannot include 0:0:0:0:0:0:0:1/128 as it has already been included

Cheers,
Francois



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



Bug#565062: patches for ftbfs

2010-10-28 Thread Gonéri Le Bouder
On Wed, Oct 20, 2010 at 02:22:33PM +0200, Krzysztof Klimonda wrote:
> There are two patches attached, one for ftbfs with gcc 4.5 and another
> for ftbfs related to dso linking.
Hi Krzysztof,


I still have a FTBFS with your patch:

ln -s ../bear-factory/desktop/menu/bf-animation-editor 
debian/bf-animation-editor.menu
ln -s ../bear-factory/desktop/menu/bf-level-editor debian/bf-level-editor.menu
ln -s ../bear-factory/desktop/menu/bf-model-editor debian/bf-model-editor.menu
touch configure-stamp
dh_testdir
cd /home/goneri/tmp/plee-the-bear-0.4.1/build-tree; /usr/bin/make
make[1]: Entering directory `/home/goneri/tmp/plee-the-bear-0.4.1/build-tree'
make[2]: Entering directory `/home/goneri/tmp/plee-the-bear-0.4.1/build-tree'
make[3]: Entering directory `/home/goneri/tmp/plee-the-bear-0.4.1/build-tree'
Scanning dependencies of target bear_input
make[3]: Leaving directory `/home/goneri/tmp/plee-the-bear-0.4.1/build-tree'
make[3]: Entering directory `/home/goneri/tmp/plee-the-bear-0.4.1/build-tree'
[  0%] Building CXX object 
bear-engine/core/src/input/CMakeFiles/bear_input.dir/code/input_listener.o
[  1%] Building CXX object 
bear-engine/core/src/input/CMakeFiles/bear_input.dir/code/input_status.o
[  1%] Building CXX object 
bear-engine/core/src/input/CMakeFiles/bear_input.dir/code/joystick.o
In file included from /usr/include/claw/logger.hpp:117:0,
 from 
/home/goneri/tmp/plee-the-bear-0.4.1/bear-engine/core/src/input/code/joystick.cpp:34:
/usr/include/claw/impl/logger.tpp:39:1: error: 'claw::log_system::log_system' 
names the constructor, not the type
/home/goneri/tmp/plee-the-bear-0.4.1/bear-engine/core/src/input/code/joystick.cpp:41:1:
 error: expected unqualified-id before 'unsigned'
make[3]: *** 
[bear-engine/core/src/input/CMakeFiles/bear_input.dir/code/joystick.o] Error 1
make[3]: Leaving directory `/home/goneri/tmp/plee-the-bear-0.4.1/build-tree'
make[2]: *** [bear-engine/core/src/input/CMakeFiles/bear_input.dir/all] Error 2
make[2]: Leaving directory `/home/goneri/tmp/plee-the-bear-0.4.1/build-tree'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/goneri/tmp/plee-the-bear-0.4.1/build-tree'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
debuild: fatal error at line 1325:
dpkg-buildpackage -rfakeroot -D -us -uc failed

Cheers,

Gonéri
 dpkg-buildpackage -rfakeroot -D -us -uc
dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): 
dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): 
dpkg-buildpackage: source package plee-the-bear
dpkg-buildpackage: source version 0.4.1-3
dpkg-buildpackage: source changed by Julien Jorge 
 dpkg-source --before-build plee-the-bear-0.4.1
dpkg-buildpackage: host architecture kfreebsd-amd64
 fakeroot debian/rules clean
dh_testdir
dh_testroot
QUILT_PATCHES=debian/patches quilt pop -a -R || test $? = 2
Removing patch fix_ftbfs_gcc45.patch
Restoring bear-engine/core/src/engine/code/compiled_file.cpp
Restoring bear-factory/bear-editor/src/bf/code/compiled_file.cpp

Removing patch fix_dso_linking.patch
Restoring bear-factory/animation-editor/src/bf/CMakeLists.txt
Restoring bear-factory/CMakeLists.txt
Restoring bear-factory/level-editor/src/bf/CMakeLists.txt
Restoring bear-factory/model-editor/src/bf/CMakeLists.txt

Removing patch editors-menu-section.diff
Restoring bear-factory/desktop/menu/bf-animation-editor
Restoring bear-factory/desktop/menu/bf-level-editor
Restoring bear-factory/desktop/menu/bf-model-editor

Removing patch rpath-game.diff
Restoring bear-engine/core/src/audio/CMakeLists.txt
Restoring bear-engine/core/src/communication/CMakeLists.txt
Restoring bear-engine/core/src/debug/CMakeLists.txt
Restoring bear-engine/core/src/engine/CMakeLists.txt
Restoring bear-engine/core/src/gui/CMakeLists.txt
Restoring bear-engine/core/src/input/CMakeLists.txt
Restoring bear-engine/core/src/time/CMakeLists.txt
Restoring bear-engine/core/src/universe/CMakeLists.txt
Restoring bear-engine/core/src/visual/CMakeLists.txt
Restoring bear-engine/running_bear/CMakeLists.txt
Restoring bear-engine/lib/src/generic_items/CMakeLists.txt
Restoring plee-the-bear/src/ptb/CMakeLists.txt

Removing patch editors-default-dir.diff
Restoring bear-factory/bear-editor/src/bf/code/path_configuration.cpp

Removing patch rpath-editors.diff
Restoring bear-factory/animation-editor/src/bf/CMakeLists.txt
Restoring bear-factory/level-editor/src/bf/CMakeLists.txt
Restoring bear-factory/model-editor/src/bf/CMakeLists.txt
Restoring bear-factory/bear-editor/src/bf/CMakeLists.txt

Removing patch do-not-install-authors-files.diff
Restoring plee-the-bear/data/CMakeLists.txt

No patches applied
rm -f build-stamp configure-stamp
if [ -d /home/goneri/tmp/plee-the-bea

Bug#560766: working on it

2010-10-28 Thread Bdale Garbee
retitle 560766 "ITP: heekscad -- Free CAD based on Open CASCADE"
retitle 561002 "ITP: heekscnc -- CNC machining add-in for HeeksCAD"
thanks

I'm using these two now for my own purposes, and will do the extra work
to upload policy-compliant packages.  The only issue I see so far is
that add-ins like heekscnc need access to some heekscad source files
during the build, so it may make sense to create one Debian source
package that emits multiple binary packages.

Bdale


pgppIunmlULsy.pgp
Description: PGP signature


Bug#601709: udev(7) manpage: typo (workaraound -> workaround)

2010-10-28 Thread Jakub Wilk

Source: udev
Version: 163-1
Severity: minor
Tags: patch

See the attached patch.

--
Jakub Wilk
diff --git a/udev/udev.xml b/udev/udev.xml
--- a/udev/udev.xml
+++ b/udev/udev.xml
@@ -309,7 +309,7 @@
   NAME
   
 The name, a network interface should be renamed to. Or as
-a temporary workaraound, the name a device node should be named.
+a temporary workaround, the name a device node should be named.
 Usually the kernel provides the defined node name, or even creates
 and removes the node before udev even receives any event. Changing
 the node name from the kernel's default creates inconsistencies


Bug#599683: Lingering (requested!) translation update for gconf

2010-10-28 Thread Helge Kreutzmann
Hello Josselin,
On Thu, Oct 28, 2010 at 09:07:46PM +0200, Josselin Mouette wrote:
> Le jeudi 28 octobre 2010 à 21:01 +0200, Helge Kreutzmann a écrit :
> > Would you be so kind to put your i18n hat on an clarify the state of
> > this translation? Maybe Josselin Mouette could agree an NMU (though I
> > find it strange that a call for updates then leaves the actual updates
> > lingering).
> 
> Please, cool down. Your translation has been in the svn repository from
> the day you sent it. It will be uploaded before the release.

Thanks, great to hear. I just did not get any replay for more than
three weeks and I was just wondering, with the Freeze getting more and
more tight.

Thanks for your efforts.

Greetings

   Helge
-- 
  Dr. Helge Kreutzmann deb...@helgefjell.de
   Dipl.-Phys.   http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
   Help keep free software "libre": http://www.ffii.de/


signature.asc
Description: Digital signature


Bug#349148: ifupdown: up command fails if there is + character in it

2010-10-28 Thread Andrew O. Shadoura
Hello.

On Saturday 21 January 2006 11:39:09 you wrote:
> Package: ifupdown
> Version: 0.6.7
> Severity: important

Dan, do you still experience this issue? I have 0.6.10 and cannot reproduce 
this bug.

-- 
WBR, Andrew


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


Bug#600960: britney2: binNMU handling appears to be broken

2010-10-28 Thread Adam D. Barratt
retitle 600960 britney2: tpu binNMU handling appears to be broken
thanks

On Thu, 2010-10-21 at 21:19 +0100, Adam D. Barratt wrote:
> b2's handling of binNMUs seems to contain some regressions relative to
> b1's.
> 
> Recent diffs of the b1 and b2 results have shown that:
> 
> - b2 will accept binNMUs which increase installability
>
> - despite having claimed to have accepted binNMUs during the run, b2
> includes the original package version in the Heidi result

Some experimentation indicates that both of these problems seem to be
specific to binNMUs in t-p-u.

Each of these tests added an entry (or modified the existing one) for
cpu_1.4.3-11.2+b1 to the mips Packages file; all other data was taken
from the most recent live b2 run:

- unstable: binNMU migrates and appears in Heidi
- unstable with an added dependency on libmadeup: binNMU fails to
migrate during the main run as it would be uninstallable
- tpu: binNMU migrates during the main run but does not appear in Heidi
- tpu with added libmadeup dependency: binNMU migrates during the main
run but does not appear in Heidi

Adam




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



Bug#568379: New puppet, old bug

2010-10-28 Thread Stig Sandbeck Mathisen

Lots of work has been done on puppet since this bug was submitted.  Are
you able to reproduce this with the puppet currently in testing?
(2.6.2)

If not, I'd very much like to time out this bug, and mark it as "gone,
fixed, and pining for the fjords" :)

-- 
Stig Sandbeck Mathisen
  ooo, shiny!


pgpqNSlcWhE9c.pgp
Description: PGP signature


Bug#599683: Lingering (requested!) translation update for gconf

2010-10-28 Thread Josselin Mouette
Le jeudi 28 octobre 2010 à 21:01 +0200, Helge Kreutzmann a écrit :
> Would you be so kind to put your i18n hat on an clarify the state of
> this translation? Maybe Josselin Mouette could agree an NMU (though I
> find it strange that a call for updates then leaves the actual updates
> lingering).

Please, cool down. Your translation has been in the svn repository from
the day you sent it. It will be uploaded before the release.

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




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



Bug#578097: [parted-devel] [Parted-maintainers] Debian Bug #578097: No support for CMS-formatted disks

2010-10-28 Thread Stephen Powell
On Thu, 28 Oct 2010 12:26:00 -0400 (EDT), Jim Meyering wrote:
> Thank you.
> I confirmed that it applies and doesn't cause any trouble on x86_64/linux.
> I'll actually look at the code and make sure tests pass on an
> s390x next week, assuming I can get access.
> 
> Speaking of tests, can you outline a couple
> that will exercise some (more the merrier) of this new code?

I primarily use the print command for testing.  For example,
suppose that device number 0200 is /dev/dasda.  I would issue
the command

   parted /dev/dasda unit s print free

and compare the starting sector and number of sectors to the
output of

   cat /sys/bus/ccw/devices/0.0.0200/block/dasda/dasda1/start

and

   cat /sys/bus/ccw/devices/0.0.0200/block/dasda/dasda1/size

to check to see if parted is calculating the size of the
partition the same way as the Linux kernel does.  (Believe it
or not I found a bug in the Linux kernel this way about five
months ago.  See

   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582281

for details.)  The key, of course, is to try as many different
combinations of DASD type (CKD and FBA), DASD format (CDL, LDL,
CMS non-reserved, and CMS reserved), and DASD driver (ECKD, FBA,
and DIAG) as possible.  Only the following combinations are supported
by the Linux kernel:

   DASD type DASD format DASD driver
   - --- ---
   CKD   CDL ECKD
   CKD   LDL ECKD
   CKD   LDL DIAG
   CKD   CMS-NR  ECKD
   CKD   CMS-NR  DIAG
   CKD   CMS-R   ECKD
   CKD   CMS-R   DIAG
   FBA   CMS-NR  FBA
   FBA   CMS-NR  DIAG
   FBA   CMS-R   FBA
   FBA   CMS-R   DIAG

The DIAG driver can only be used when Linux for s390 is
running in a virtual machine under z/VM.  And the CMS DASD format
can only be created by the CMS operating system, which only
runs in a virtual machine under z/VM.  So nine of the eleven
combinations will require z/VM in some way to test them.

parted only supports the first combination for read-write operations.
The others are supported read-only.  By read-only I mean that
a new partition cannot be created, the pre-existing partition
cannot be deleted, and the pre-existing partition cannot be
moved or changed in size.  I do not mean
that write operations cannot be performed on the data in the
partition.  They can.  For example, a file system or swap space
can be created on the partition.

The other variant is the block size of the disk.  The block size
can be 512, 1024, 2048, or 4096.  With 11 combinations of
DASD type, DASD format, and driver times 4 possible block sizes
that yields 44 possible configurations for exhaustive testing.
And that does not take into account variations in the size of
the disk.

I have tested all combinations that do not involve the CDL
format, since I didn't touch that code.  One thing I did discover
during testing: it is essential to take the disk offline

   echo 0 >/sys/bus/ccw/devices/0.0./online

where  is the device number, and
bring it online again

   echo 1 >/sys/bus/ccw/devices/0.0./online

after changing the block size of the disk.
Simply refreshing the operating system's view of the partition
table is not sufficient.  (Of course, all partitions on the
disk that are currently mounted must be unmounted before the
disk can be taken offline; but you wouldn't normally
re-format the disk while partitions are mounted anyway.
Similarly, any active swap spaces on the disk must be
deactivated before taking the disk offline.)

-- 
  .''`. Stephen Powell
 : :'  :
 `. `'`
   `-



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



Bug#599683: Lingering (requested!) translation update for gconf

2010-10-28 Thread Helge Kreutzmann
Hello Christian,
in http://lists.debian.org/debian-i18n/2010/10/msg8.html
translations snippets where requested for Squeeze for gconf. I tried
to receive some clarifcation but did not get any answer. So I provided
the update, but nothing has happend (the call was on the 3rd, my
update (I waited for an answer, thus a few days) was from the 10th of
October).

I asked on the bug report for an ETA for upload, but also did not get
any answer.

Would you be so kind to put your i18n hat on an clarify the state of
this translation? Maybe Josselin Mouette could agree an NMU (though I
find it strange that a call for updates then leaves the actual updates
lingering).

Thanks!

Greetings

   Helge


-- 
  Dr. Helge Kreutzmann deb...@helgefjell.de
   Dipl.-Phys.   http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
   Help keep free software "libre": http://www.ffii.de/


signature.asc
Description: Digital signature


Bug#601705: Acknowledgement (Don't call /etc/init.d/ifupdown-clean from ifupdown:stop())

2010-10-28 Thread Michael Biebl
On second thought, the complete ifupdown-clean idea is broken anyway.

If a network interface is upped by udev (allow-hotplug, /lib/udev/net.agent),
/etc/rcS.d/???ifupdown-clean won't be run yet.

Imho the only race-free way to do this, is to drop ifupdown-clean completely and
make /var/run via tmpfs mandatory and move the ifstate file to /var/run, where
it belongs.

Cheers,
Michael




signature.asc
Description: OpenPGP digital signature


Bug#314819: The ifup eth0 or even ifup lo fails but the same command using strace -f works

2010-10-28 Thread Eric Valette

On 28/10/2010 20:39, Andrew O. Shadoura wrote:

Hello.

On Monday 13 September 2010 11:52:51 Eric Valette wrote:

As subject says, its a weird problem, as neither the config file is
broken but changing timing slightly make it work. It fails alaos with lo
so it is not a driver problem. I guess the way to determine the
interface has chnaged slightly due to libc chnage.

BTW there are a couple of use before set during the compilation, just in
the area of the target_inteface variables.


Eric, have you found a work-around for your issue? Or, any details?



Well, I dunno: I found that failing to receive an ip address for a NAS 
without any no IP interface is too dangerous (I had to ask a friend to 
solder a serial console using the relevant information I found on 
internet!).


Now I have a fixed IP address and do not use dhclient anymore on this 
machine. The strace suggest a timing problem between the hardware link 
up and the other set of command. I also saw report about lo failing on 
ubuntu when the ifupdown command failed.


--eric






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



Bug#601701: unblock: mantis/1.1.8+dfsg-9

2010-10-28 Thread Dario Minnucci (midget)

Hi Moritz,

> 
> Please unblock package mantis. It fixes CVE-2010-3763.
> 

I was just about aking for this.

Thanks.


-- 
 Dario Minnucci (midget) 
 Phone: +34 902021030 | Fax: +34 902024417
 Key fingerprint = BAA1 7AAF B21D 6567 D457  D67D A82F BB83 F3D5 7033




signature.asc
Description: OpenPGP digital signature


Bug#314819: The ifup eth0 or even ifup lo fails but the same command using strace -f works

2010-10-28 Thread Andrew O. Shadoura
Hello.

On Monday 13 September 2010 11:52:51 Eric Valette wrote:
> As subject says, its a weird problem, as neither the config file is
> broken but changing timing slightly make it work. It fails alaos with lo
> so it is not a driver problem. I guess the way to determine the
> interface has chnaged slightly due to libc chnage.
> 
> BTW there are a couple of use before set during the compilation, just in
> the area of the target_inteface variables.

Eric, have you found a work-around for your issue? Or, any details?

-- 
WBR, Andrew


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


Bug#601557: Acknowledgement (installation-reports: Unable to install desktop-environment)

2010-10-28 Thread Christian PERRIER
Quoting Raman Pandarinathan (raam...@gmail.com):
> Samuel Thibault wrote
> 
> >I guess you haven't downloaded the other CD iso images.
> 
> >Did you setup a network mirror?  I did and desktop-environment was
> >proposed.  I guess just CD1 is not enough to install the desktop task.
> 
> Normally single CD is enough to install gnome. I have done that earlier.

*is* enough...or *was* enough?


It may have been true for lenny. But, as time passes, the size fo
packages increases. Samuel mentioned that the gnome-desktop task now
download 976MiB, so we shouldn't be surprised that it doesn't fit on a
CD anymore.



signature.asc
Description: Digital signature


Bug#599830: Multiple security issues

2010-10-28 Thread Michael Gilbert
On Thu, 28 Oct 2010 18:26:47 +0200, Mike Hommey wrote:
> On Thu, Oct 28, 2010 at 06:18:29PM +0200, Moritz Muehlenhoff wrote:
> > On Mon, Oct 18, 2010 at 11:52:40AM -0200, Gustavo Noronha Silva wrote:
> > > Version: 1.2.5-1
> > > 
> > > Hey,
> > > 
> > > On Sun, 2010-10-17 at 22:27 +0200, Moritz Muehlenhoff wrote:
> > > > On Mon, Oct 11, 2010 at 07:50:48PM +0200, Moritz Muehlenhoff wrote:
> > > > > Package: webkit
> > > > > Severity: grave
> > > > > Tags: security
> > > > > 
> > > > > The following security issues need to be fixed in Webkit:
> > > > > 
> > > > > http://security-tracker.debian.org/tracker/CVE-2010-1807
> > > > > http://security-tracker.debian.org/tracker/CVE-2010-2646
> > > > > http://security-tracker.debian.org/tracker/CVE-2010-2651
> > > > > http://security-tracker.debian.org/tracker/CVE-2010-3115
> > > > > 
> > > > > Also, the status of #532514 should finally be resolved
> > > > > for Squeeze.
> > > > 
> > > > People were claming that Webkit would be more maintainable
> > > > and supported then the version in Lenny.
> > > > 
> > > > Still, there's no followup from the maintainers since a week.
> > > 
> > > I'm kinda busy, sorry. This weekend I worked on packaging 1.2.5 after
> > > having worked on getting many CVEs handled upstream. Michael Gilbert
> > > also worked on a few more CVEs for the Debian package. The package I
> > > finished uploading this morning has the following CVEs handled, from
> > > upstream:
> > 
> > Thanks for the upload.
> > 
> > There's a huge amount of vulnerabilities which need to be checked
> > for Webkit on top of these. Shall I open a new bug?
> > CVE-2009-2068 
> > CVE-2009-3011 
> > CVE-2010-1131
> > CVE-2010-1384 
> > CVE-2010-1403
> > CVE-2010-1750
> > CVE-2010-1757
> > CVE-2010-1769
> > CVE-2010-1781
> > CVE-2010-1783
> > CVE-2010-1805
> > CVE-2010-1806
> > CVE-2010-1823
> > CVE-2010-1824
> > CVE-2010-1825
> > CVE-2010-1992
> > CVE-2010-2120 
> > CVE-2010-2264
> > CVE-2010-3246
> > CVE-2010-3248
> > CVE-2010-3249
> > CVE-2010-3252
> > CVE-2010-3253
> > CVE-2010-3254
> > CVE-2010-3255
> > CVE-2010-3415
> > CVE-2010-3416
> > CVE-2010-3730
> > CVE-2010-4033
> > CVE-2010-4034
> > CVE-2010-4035
> > CVE-2010-4036
> > CVE-2010-4037
> > CVE-2010-4038
> > CVE-2010-4039
> > CVE-2010-4040
> > CVE-2010-4041
> > CVE-2010-4042
> > 
> > It is very important that more people get involved in webkit
> > maintenance, especially with regard to the backports needed for
> > Squeeze and given that it represents the web engine for the browser
> > installed in the standard desktop task. Could you maybe send a RFH
> > to debian-devel-announce?
> > 
> > How long will the 1.2 branch be supported by upstream?
> 
> From my POV it doesn't look like to be supported, which is the main
> problem we have... We can't support webkit by ourselves...

Didn't Gustavo take over as the manager for stable upstream releases?

Mike



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



Bug#581023: elmerfem: FTBFS on armel - "no matching function for call to 'qMin(double&, qreal)'"

2010-10-28 Thread Adam C Powell IV
tags 581023 pending
thanks

Just found the Ubuntu patch which fixes this (dated August 26, wish I
had seen it sooner).  The fix is in the alioth repository, will upload
to unstable when the current Elmer package gets through the NEW queue.

Thanks,
Adam
-- 
GPG fingerprint: D54D 1AEE B11C CE9B A02B  C5DD 526F 01E8 564E E4B6

Engineering consulting with open source tools
http://www.opennovation.com/


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


Bug#601708: smbnetfs: broken source code link in DPTS page

2010-10-28 Thread Alexandros Prekates
Package: smbnetfs
Version: 0.5.2-1
Severity: wishlist


In the Debian Package Tracking System page the source code link is broken.

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

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

Versions of packages smbnetfs depends on:
ii  fuse-utils2.8.1-1.2  Filesystem in USErspace (utilities
ii  libc6 2.11.1-3   Embedded GNU C Library: Shared lib
ii  libfuse2  2.8.1-1.2  Filesystem in USErspace library
ii  libsmbclient  2:3.4.8~dfsg-1 shared library for communication w

smbnetfs recommends no packages.

smbnetfs suggests no packages.

-- no debconf information



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



Bug#601707: ITP: libgdf -- IO library for the GDF (general dataformat for biosignals)

2010-10-28 Thread NeuroDebian Team
Package: wnpp
Severity: wishlist
Owner: NeuroDebian Team 


* Package name: libgdf
  Version : 0.1
  Upstream Author : Martin Billinger
* URL : http://sourceforge.net/projects/libgdf
* License : LGPL
  Programming Lang: C++
  Description : IO library for the GDF (general dataformat for biosignals)

  GDF (General Dataformat for Biosignals) is intended to provide a generic
  storage for biosignals, such as EEG, ECG, MEG etc.



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



Bug#601706: ldap-account-manager: Package unremovable

2010-10-28 Thread Roland Gruber
Package: ldap-account-manager
Version: 3.2.0.RC1-1
Severity: important

When installing the package via dpkg it may no longer be removable. This only
occurs if there are dependent packages missing while installing the package.

someserver:~# dpkg --remove --force-remove-reinstreq ldap-account-manager
dpkg - warning, overriding problem because --force enabled:
 Package is in a very bad inconsistent state - you should
 reinstall it before attempting a removal.
(Reading database ... 24737 files and directories currently installed.)
Removing ldap-account-manager ...
dpkg: error processing ldap-account-manager (--remove):
 subprocess post-removal script returned error exit status 10
Errors were encountered while processing:
 ldap-account-manager



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

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

Versions of packages ldap-account-manager depends on:
ii  apache2 2.2.16-3 Apache HTTP Server metapackage
ii  apache2-mpm-prefork [httpd] 2.2.16-3 Apache HTTP Server - traditional n
ii  debconf [debconf-2.0]   1.5.36   Debian configuration management sy
ii  libjs-jquery1.4.2-2  JavaScript library for dynamic web
ii  libjs-jquery-ui 1.8.dfsg-3   JavaScript UI library for dynamic 
ii  php-fpdf3:1.6.dfsg-1 PHP class to generate PDF files
ii  php55.3.2-2  server-side, HTML-embedded scripti
ii  php5-gd 5.3.2-2  GD module for php5
ii  php5-ldap   5.3.2-2  LDAP module for php5

ldap-account-manager recommends no packages.

Versions of packages ldap-account-manager suggests:
ii  ldap-account-manager-lamdaem 3.2.0.RC1-1 Quota and home directory managemen
ii  perl 5.10.1-15   Larry Wall's Practical Extraction 
ii  php5-mcrypt  5.3.2-2 MCrypt module for php5
ii  slapd [ldap-server]  2.4.23-6OpenLDAP server (slapd)

-- Configuration Files:
/etc/ldap-account-manager/config.cfg [Errno 13] Keine Berechtigung: 
u'/etc/ldap-account-manager/config.cfg'

-- debconf information:
  ldap-account-manager/note-0_4_9-upgrade:
  ldap-account-manager/alias: lam
  ldap-account-manager/note-1_0_0-upgrade:
  ldap-account-manager/config-webserver: apache, apache-ssl, apache-perl, 
apache2
  ldap-account-manager/passwd: lam
  ldap-account-manager/restart-webserver: true



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



Bug#601705: Don't call /etc/init.d/ifupdown-clean from ifupdown:stop()

2010-10-28 Thread Michael Biebl
Package: ifupdown
Version: 0.6.10
Severity: important

The ifupdown sysv init script calls "/etc/init.d/ifupdown-clean start"
on stop().

This is a very bad idea, as it makes debugging the boot process
unnecessary hard.
Besides, ifupdown-clean is a regular sysv init script which is already
run during startup, so I see no need that it should be run directly from
within ifupdown.

Ideally we should kick ifupdown-clean completely and move the state file
to /var/run, where it is cleaned up automatically.



-- 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 ifupdown depends on:
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  lsb-base  3.2-26 Linux Standard Base 3.2 init scrip
ii  net-tools 1.60-23The NET-3 networking toolkit

ifupdown recommends no packages.

Versions of packages ifupdown suggests:
ii  iproute  20100519-3  networking and traffic control too
ii  isc-dhcp-client [dhcp3-clien 4.1.1-P1-11 ISC DHCP client
ii  ppp  2.4.5-4 Point-to-Point Protocol (PPP) - da

-- no debconf information



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



Bug#601704: parrot: New upstream release 2.9.1

2010-10-28 Thread Alessandro Ghedini
Package: parrot
Version: 2.6.0-1
Severity: wishlist

Hi,
the upstream version 2.9.1 of Parrot has been released on 2010-10-19 and is 
also the version shipped with the latest Rakudo Star (2010.10), so please 
consider packaging.

thanks

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

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

Versions of packages parrot depends on:
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libreadline6  6.1-3  GNU readline and history libraries
ii  parrot-minimal2.6.0-1A minimal install of the Parrot VM

parrot recommends no packages.

Versions of packages parrot suggests:
pn  parrot-doc (no description available)

-- no debconf information



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



Bug#482944: Fwd: The check appears to be fixed.

2010-10-28 Thread Adam Buchbinder
The current version of the check_radius plugin doesn't require the -F
option if it can load the configuration file using the radiusclient
library. (I don't know if it was actually fixed earlier; it may well
have been.) Note that config_file is set with a call to
my_rc_read_config; only if this fails and -F isn't used does the plugin
fail.

Adam Buchbinder




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



Bug#601694: All WWW::Curl::Share::CURL_LOCK_* constants are causing "Undefined subroutine" errors

2010-10-28 Thread James Vega
forwarded 601694 https://rt.cpan.org/Public/Bug/Display.html?id=62529
thanks

On Thu, Oct 28, 2010 at 11:42 AM, Salvatore Bonaccorso
 wrote:
> Hi James
>
> On Thu, Oct 28, 2010 at 10:59:53AM -0400, James Vega wrote:
>> Package: libwww-curl-perl
>> Version: 4.14-1
>> Severity: important
>>
>> A simple test script demonstrates the problem.
>>
>>     $ cat test.pl
>>     #!/usr/bin/perl
>>     use WWW::Curl::Share;
>>     printf "%s\n", CURL_LOCK_DATA_DNS;
>
> I tried to reproduce the problem, but on my current unstable it does
> not cause the problem. Going to update now, and see again.

I've forwarded this upstream since I've been able to reproduce it with
the upstream source.  It was introduced in 4.14.

-- 
James
GPG Key: 1024D/61326D40 2003-09-02 James Vega 



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



Bug#601703: [INTL:es] Spanish debconf translation for fwlogwatch

2010-10-28 Thread Omar Campagne
Package: fwlogwatch
Severity: wishlist
Tags: l10n, patch

Please find attached the Spanish translation for fwlogwatch.

Regards,
Omar Campagne



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



Bug#596176: Functional IPv6 upgrade

2010-10-28 Thread Mats Erik Andersson
package libhttp-server-simple-perl
tags 596176 + patch
thanks


Hello there,

the following patch migrates the module to be supporting IPv6.
The changes pass the complete test suite, and pass my manual
testing of various IPv6 servers inspired by the original POD
documentation.


Best regards,

Mats Erik Andersson, fil. dr
Description: Upgrade the module to accept IPv6.
 The contructor and the listener methods are extended to allow
 a domain parameter.  A new method, family(), mediates in deciding
 between AF_INET and AF_INET6.
 .
 The request processing method detects the correct domain for an
 incoming socket.
Author: Mats Erik Andersson 
Forwarded: no
Last-Update: 2010-10-28
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport-cgi?bug=596176

--- libhttp-server-simple-perl-0.43.debian/lib/HTTP/Server/Simple.pm
+++ libhttp-server-simple-perl-0.43/lib/HTTP/Server/Simple.pm
@@ -4,6 +4,7 @@
 package HTTP::Server::Simple;
 use FileHandle;
 use Socket;
+use Socket6;
 use Carp;
 use IO::Select;
 
@@ -125,15 +126,17 @@
 
 =head1 METHODS
 
-=head2 HTTP::Server::Simple->new($port)
+=head2 HTTP::Server::Simple->new($port, $family)
 
 API call to start a new server.  Does not actually start listening
-until you call C<-Erun()>.  If omitted, C<$port> defaults to 8080.
+until you call C<-Erun()>.  If omitted, C<$port> defaults to 8080,
+and C<$family> defaults to L.
+The alternative domain is L.
 
 =cut
 
 sub new {
-my ( $proto, $port ) = @_;
+my ( $proto, $port, $family ) = @_;
 my $class = ref($proto) || $proto;
 
 if ( $class eq __PACKAGE__ ) {
@@ -144,6 +147,7 @@ sub new {
 my $self = {};
 bless( $self, $class );
 $self->port( $port || '8080' );
+$self->family( $family || AF_INET );
 
 return $self;
 }
@@ -152,7 +156,7 @@
 =head2 lookup_localhost
 
 Looks up the local host's IP address, and returns it.  For most hosts,
-this is C<127.0.0.1>.
+this is C<127.0.0.1>, or possibly C<::1>.
 
 =cut
 
@@ -160,9 +164,14 @@ sub lookup_localhost {
 my $self = shift;
 
 my $local_sockaddr = getsockname( $self->stdio_handle );
-my ( undef, $localiaddr ) = sockaddr_in($local_sockaddr);
-$self->host( gethostbyaddr( $localiaddr, AF_INET ) || "localhost");
-$self->{'local_addr'} = inet_ntoa($localiaddr) || "127.0.0.1";
+my $local_family = sockaddr_family($local_sockaddr);
+my ( undef, $localiaddr ) =
+($local_family == AF_INET6) ? sockaddr_in6($local_sockaddr)
+: sockaddr_in($local_sockaddr);
+
+$self->host( gethostbyaddr( $localiaddr, $local_family ) || "localhost");
+$self->{'local_addr'} = inet_ntop($local_family, $localiaddr)
+|| (($local_family == AF_INET6) ? "::1" : "127.0.0.1");
 }
 
 
@@ -181,6 +190,31 @@
 
 }
 
+=head2 family [NUMBER]
+
+Takes an optional address family for this server to use.  Valid values
+are Socket::AF_INET and Socket::AF_INET6.  All other values are silently
+changed into Socket::AF_INET for backwards compatibility with previous
+versions of the module.
+
+Returns the address family of the present listening socket.  (Defaults to
+Socket::AF_INET.)
+
+=cut
+
+sub family {
+my $self = shift;
+if (@_) {
+if ($_[0] == AF_INET || $_[0] == AF_INET6) {
+$self->{'family'} = shift;
+} else {
+$self->{'family'} = AF_INET;
+}
+}
+return ( $self->{'family'} );
+
+}
+
 =head2 host [address]
 
 Takes an optional host address for this server to bind to.
@@ -384,8 +418,15 @@ sub _process_request {
 # ( http://dev.catalyst.perl.org/changeset/5195, 5221 )
 
 my $remote_sockaddr = getpeername( $self->stdio_handle );
-my ( $iport, $iaddr ) = $remote_sockaddr ? sockaddr_in($remote_sockaddr) : (undef,undef);
-my $peeraddr = $iaddr ? ( inet_ntoa($iaddr) || "127.0.0.1" ) : '127.0.0.1';
+my $family = sockaddr_family($remote_sockaddr);
+
+my ( $iport, $iaddr ) = $remote_sockaddr 
+? ( ($family == AF_INET6) ? sockaddr_in6($remote_sockaddr)
+  : sockaddr_in($remote_sockaddr) )
+: (undef,undef);
+
+my $loopback = ($family == AF_INET6) ? "::1" : "127.0.0.1";
+my $peeraddr = $iaddr ? ( inet_ntop($family, $iaddr) || $loopback ) : $loopback;
 
 my ( $method, $request_uri, $proto ) = $self->parse_request;
 
@@ -685,18 +726,32 @@ sub setup_listener {
 my $self = shift;
 
 my $tcp = getprotobyname('tcp');
-socket( HTTPDaemon, PF_INET, SOCK_STREAM, $tcp ) or croak "socket: $!";
+my $sockaddr;
+socket( HTTPDaemon, $self->{'family'}, SOCK_STREAM, $tcp )
+or croak "socket: $!";
 setsockopt( HTTPDaemon, SOL_SOCKET, SO_REUSEADDR, pack( "l", 1 ) )
 or warn "setsockopt: $!";
-bind( HTTPDaemon,
-sockaddr_in(
-$self->port(),
-(   $self->host
-   

Bug#599830: Multiple security issues

2010-10-28 Thread Mike Hommey
On Thu, Oct 28, 2010 at 06:18:29PM +0200, Moritz Muehlenhoff wrote:
> On Mon, Oct 18, 2010 at 11:52:40AM -0200, Gustavo Noronha Silva wrote:
> > Version: 1.2.5-1
> > 
> > Hey,
> > 
> > On Sun, 2010-10-17 at 22:27 +0200, Moritz Muehlenhoff wrote:
> > > On Mon, Oct 11, 2010 at 07:50:48PM +0200, Moritz Muehlenhoff wrote:
> > > > Package: webkit
> > > > Severity: grave
> > > > Tags: security
> > > > 
> > > > The following security issues need to be fixed in Webkit:
> > > > 
> > > > http://security-tracker.debian.org/tracker/CVE-2010-1807
> > > > http://security-tracker.debian.org/tracker/CVE-2010-2646
> > > > http://security-tracker.debian.org/tracker/CVE-2010-2651
> > > > http://security-tracker.debian.org/tracker/CVE-2010-3115
> > > > 
> > > > Also, the status of #532514 should finally be resolved
> > > > for Squeeze.
> > > 
> > > People were claming that Webkit would be more maintainable
> > > and supported then the version in Lenny.
> > > 
> > > Still, there's no followup from the maintainers since a week.
> > 
> > I'm kinda busy, sorry. This weekend I worked on packaging 1.2.5 after
> > having worked on getting many CVEs handled upstream. Michael Gilbert
> > also worked on a few more CVEs for the Debian package. The package I
> > finished uploading this morning has the following CVEs handled, from
> > upstream:
> 
> Thanks for the upload.
> 
> There's a huge amount of vulnerabilities which need to be checked
> for Webkit on top of these. Shall I open a new bug?
> CVE-2009-2068 
> CVE-2009-3011 
> CVE-2010-1131
> CVE-2010-1384 
> CVE-2010-1403
> CVE-2010-1750
> CVE-2010-1757
> CVE-2010-1769
> CVE-2010-1781
> CVE-2010-1783
> CVE-2010-1805
> CVE-2010-1806
> CVE-2010-1823
> CVE-2010-1824
> CVE-2010-1825
> CVE-2010-1992
> CVE-2010-2120 
> CVE-2010-2264
> CVE-2010-3246
> CVE-2010-3248
> CVE-2010-3249
> CVE-2010-3252
> CVE-2010-3253
> CVE-2010-3254
> CVE-2010-3255
> CVE-2010-3415
> CVE-2010-3416
> CVE-2010-3730
> CVE-2010-4033
> CVE-2010-4034
> CVE-2010-4035
> CVE-2010-4036
> CVE-2010-4037
> CVE-2010-4038
> CVE-2010-4039
> CVE-2010-4040
> CVE-2010-4041
> CVE-2010-4042
> 
> It is very important that more people get involved in webkit
> maintenance, especially with regard to the backports needed for
> Squeeze and given that it represents the web engine for the browser
> installed in the standard desktop task. Could you maybe send a RFH
> to debian-devel-announce?
> 
> How long will the 1.2 branch be supported by upstream?

>From my POV it doesn't look like to be supported, which is the main
problem we have... We can't support webkit by ourselves...

Mike



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



Bug#601619: [php-maint] Bug#601619: CVE-2010-3710: DoS in filter_var()

2010-10-28 Thread Moritz Muehlenhoff
On Wed, Oct 27, 2010 at 11:45:21PM +0200, Ond??ej Surý wrote:
> Hi Moritz and Adam,
> 
> I have prepared 5.3.3-3 in the git, but I would like to seek
> debian-release(Adam) advice how to proceed. Adam has unblocked 5.3.3-2
> (with prolonged delay to 15 days)... btw thanks for that ...  so
> should I upload 5.3.3-3 with this fix or wait for 5.3.3-2 to go to
> testing and then upload 5.3.3-3 with urgency=high and request an
> unblock again?

This issue doesn't seem urgent. I would recommend to let 5.3.3-2
with the current age-days and followup with the CVE-2010-3710
after that.

Maybe this would also allow the PHP maintainers to include a final
fix for 546164?

Cheers,
Moritz



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



Bug#601701: unblock: mantis/1.1.8+dfsg-9

2010-10-28 Thread Moritz Muehlenhoff
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package mantis. It fixes CVE-2010-3763.

unblock mantis/1.1.8+dfsg-9

-- 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/1 CPU core)
Locale: LANG=C, lc_ctype=de_de.iso-8859...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash



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



Bug#599830: Multiple security issues

2010-10-28 Thread Moritz Muehlenhoff
On Mon, Oct 18, 2010 at 11:52:40AM -0200, Gustavo Noronha Silva wrote:
> Version: 1.2.5-1
> 
> Hey,
> 
> On Sun, 2010-10-17 at 22:27 +0200, Moritz Muehlenhoff wrote:
> > On Mon, Oct 11, 2010 at 07:50:48PM +0200, Moritz Muehlenhoff wrote:
> > > Package: webkit
> > > Severity: grave
> > > Tags: security
> > > 
> > > The following security issues need to be fixed in Webkit:
> > > 
> > > http://security-tracker.debian.org/tracker/CVE-2010-1807
> > > http://security-tracker.debian.org/tracker/CVE-2010-2646
> > > http://security-tracker.debian.org/tracker/CVE-2010-2651
> > > http://security-tracker.debian.org/tracker/CVE-2010-3115
> > > 
> > > Also, the status of #532514 should finally be resolved
> > > for Squeeze.
> > 
> > People were claming that Webkit would be more maintainable
> > and supported then the version in Lenny.
> > 
> > Still, there's no followup from the maintainers since a week.
> 
> I'm kinda busy, sorry. This weekend I worked on packaging 1.2.5 after
> having worked on getting many CVEs handled upstream. Michael Gilbert
> also worked on a few more CVEs for the Debian package. The package I
> finished uploading this morning has the following CVEs handled, from
> upstream:

Thanks for the upload.

There's a huge amount of vulnerabilities which need to be checked
for Webkit on top of these. Shall I open a new bug?
CVE-2009-2068 
CVE-2009-3011 
CVE-2010-1131
CVE-2010-1384 
CVE-2010-1403
CVE-2010-1750
CVE-2010-1757
CVE-2010-1769
CVE-2010-1781
CVE-2010-1783
CVE-2010-1805
CVE-2010-1806
CVE-2010-1823
CVE-2010-1824
CVE-2010-1825
CVE-2010-1992
CVE-2010-2120 
CVE-2010-2264
CVE-2010-3246
CVE-2010-3248
CVE-2010-3249
CVE-2010-3252
CVE-2010-3253
CVE-2010-3254
CVE-2010-3255
CVE-2010-3415
CVE-2010-3416
CVE-2010-3730
CVE-2010-4033
CVE-2010-4034
CVE-2010-4035
CVE-2010-4036
CVE-2010-4037
CVE-2010-4038
CVE-2010-4039
CVE-2010-4040
CVE-2010-4041
CVE-2010-4042

It is very important that more people get involved in webkit
maintenance, especially with regard to the backports needed for
Squeeze and given that it represents the web engine for the browser
installed in the standard desktop task. Could you maybe send a RFH
to debian-devel-announce?

How long will the 1.2 branch be supported by upstream?

> About #532514 this is how we generate random numbers (see
> http://trac.webkit.org/browser/trunk/JavaScriptCore/wtf/RandomNumber.cpp#L70):

I will check this in a few days and update the bug accordingly.

Cheers,
Moritz



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



Bug#578803: Bug in libmoosex-compiletime-traits-perl fixed in revision 64374

2010-10-28 Thread pkg-perl-maintainers
tag 578803 + pending
thanks

Some bugs are closed in revision 64374
by Ansgar Burchardt (ansgar)

Commit message:

* New upstream release.
  + Works with perl 5.12. (Closes: #578803)
* debian/control: Add (build-)dep on libmoose-perl for Moose::Util.
* Use source format 3.0 (quilt).
* debian/copyright: Formatting changes; refer to "Debian systems" instead of
  "Debian GNU/Linux systems"; refer to /usr/share/common-licenses/GPL-1.
* Bump Standards-Version to 3.9.1.
* Add myself to Uploaders.



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



  1   2   3   >