Bug#284340: Please remove reference to UC in BSD license

2010-06-10 Thread Jakub Wilk

* Russ Allbery r...@debian.org, 2010-06-10, 13:13:

diff --git a/policy.sgml b/policy.sgml
index 87b9795..02d6f8d 100644
--- a/policy.sgml
+++ b/policy.sgml
@@ -9227,14 +9227,13 @@ END-INFO-DIR-ENTRY
/p

p
- Packages distributed under the UCB BSD license, the Apache
- license (version 2.0), the Artistic license, the GNU GPL
- (version 2 or 3), the GNU LGPL (versions 2, 2.1, or 3), and the
- GNU FDL (versions 1.2 or 1.3) should refer to the corresponding
- files under file/usr/share/common-licenses/file,footnote
+ Packages distributed under the Apache license (version 2.0), the
+ Artistic license, the GNU GPL (version 2 or 3), the GNU LGPL
+ (versions 2, 2.1, or 3), and the GNU FDL (versions 1.2 or 1.3)
+ should refer to the corresponding files
+ under file/usr/share/common-licenses/file,footnote
p
  In particular,
-  file/usr/share/common-licenses/BSD/file,
  file/usr/share/common-licenses/Apache-2.0/file,
  file/usr/share/common-licenses/Artistic/file,
  file/usr/share/common-licenses/GPL-2/file,
@@ -9244,7 +9243,14 @@ END-INFO-DIR-ENTRY
  file/usr/share/common-licenses/LGPL-3/file,
  file/usr/share/common-licenses/GFDL-1.2/file, and
  file/usr/share/common-licenses/GFDL-1.3/file
-  respectively.
+ respectively.  The University of California BSD license is
+ also included in packagebase-files/package as
+ file/usr/share/common-licenses/BSD/file, but given the
+ brevity of this license, its specificity to code whose
+ copyright is held by the Regents of the Univesrity of
+ California, and the frequency of minor wording changes, its
+ text should be included in the copyright file rather than
+ referencing this file.
/p
  /footnote rather than quoting them in the copyright
  file.


Seconded.

--
Jakub Wilk


signature.asc
Description: Digital signature


Bug#251898: he service

2010-06-10 Thread Pernesky Yoneyama


viably.rtf
Description: Binary data


Bug#436105: suggestion to add GPL-1 as a common licence

2010-06-10 Thread gregor herrmann
On Thu, 10 Jun 2010 14:54:45 -0700, Russ Allbery wrote:

 Given that, while I'm very sympathetic to Santiago's argument, I also
 think that we should be able to represent in packages their upstream
 licensing statement and not be implicitly relicensing them under later
 versions of the GPL, 

Ack, pointing to the -GPL symlink (and relying (and therefore
relicensing) on the or later aspect) doesn't feel right to me; and
it also involves coming up with lintian patches every now and then
when the wording for same as Perl changes.

 I therefore propose adding GPL version 1 to the list of licenses said by
 Policy to be in common-licenses and asking Santiago to include a copy in
 base-files.  I'm not including a diff since it would just create merge
 conflicts with the BSD diff proposed earlier today and because it's fairly
 obvious, although I can if people would prefer.
 
 Objections or seconds?

Seconded.
 
 Copying debian-perl on this message since that's the set of developers who
 are most affected by this.

Thanks!

(Although that means some changes on our part, in dh-make-perl and in
most of our packages :))

Cheers,
gregor
 
-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
   `-NP: U2: With Or Without You


signature.asc
Description: Digital signature


Bug#459250: emacs-goodies-el: Please make it possible to add modes to filladapt-turn-on-mode-hooks

2010-06-10 Thread Kevin Ryde
Another possibility could be

  :type '(repeat (choice (const text-mode-hook)
 (const awk-mode-hook)
 (const lisp-mode-hook)
 (const emacs-lisp-mode-hook)
 (const perl-mode-hook)
 (symbol :tag Other

which makes it possible to enter other symbols, but hides the predefined
choices underneath a values menu.



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



Bug#585494: xterm 258 has broken scrollbar, doesn't follow new output at random

2010-06-10 Thread Thomas Dickey

On Thu, 10 Jun 2010, Martin Cracauer wrote:


Package: xterm
Version: 258-1
Severity: normal


When going from xterm255 to 258, the following happens:

At random, at xterms on the X11 servers stop having working
scrollbars.  In that wedged state the xterm scrollbar will stay, the
text shown will stay where it is and new output will be consed up
below.  You can manually scroll down but it will then again not
display new text.


This sounds like #580946, which I addressed in patch #259:

 + change default for allowScrollLock resource to false, noting that the
   supposedly unused key has been useful for various rebindings
   (closes: #580946)

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net



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



Bug#585496: cryptsetup: replace check scripts by new versions

2010-06-10 Thread Christoph Anton Mitterer
Package: cryptsetup
Version: 2:1.1.2-1
Severity: wishlist
Tags: patch


Hi Jonas.

I'd have written replacements for all of the current check scripts.
They should work identical to the current ones (I did some basic tests,
but please validate my code).

Improvements would be:
- All other check scripts use blkid and un_blkid internally.

- No longer depend on sed and dd (which may be not available, although this is 
unlikely).
- No longer use programs, which are most likely NOT available in initramfs 
images
  (xfsprogs, e2fsutils).
- Better check for swap, than binary games.


Other changes I've made:
- No longer check for the existence of blkid (this should be always there as 
util-linux
  is essential/required).
Regarding initramfs-images:
We should only add the actually used check script (if any) to it.
Should I provide a hook script for this?
We should then (if any is used) also at util-linux' blkid binary.
Should I provide a hook script for this?

- Use other wording (e.g. no longer valid filesystem as the scripts never 
check whether
  the filesystem is really valid)
- Give warnings with ext2, xfs, swap, vol_id and un_vol_id that they're 
deprecated, and
  one should switch do blkid/un_blkid.

Guess we can remove the deprecated ones in squeeze+1.


The inclusion of these scripts makes #585418 obsolete I guess.

Documentation of the scripts is found inside (POSIX-style).


Cheers,
Chris.


check-progs.tar.bz2
Description: BZip2 compressed data


Bug#585418: dependency on other bug

2010-06-10 Thread Christoph Anton Mitterer
This bug would be obsoleted if #585496 would be acknowledged.



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



Bug#125393: the full force of the sheep curse. I think any one

2010-06-10 Thread Yarnall Isidro


boheme.rtf
Description: Binary data


Bug#485915: turned, and beckoning to E

2010-06-10 Thread Zeisler Martineze


malapertness.rtf
Description: Binary data


Bug#347922: Ut loud. Me, said Little Joe in a rather faint voi

2010-06-10 Thread Tumminia Vandermeer


disposals.rtf
Description: Binary data


Bug#421379: Easures to the dark, and contract their specious acres to the circu

2010-06-10 Thread Kaluzny Brousseau


carport.rtf
Description: Binary data


Bug#201501: is clear, is it not? Certainly, he replied. W

2010-06-10 Thread Lunnon Hescock


perforating.rtf
Description: Binary data


Bug#316727: said they would all sooner suffer death than give her up.

2010-06-10 Thread Pendegraft Tsuha


placoderm.rtf
Description: Binary data


Bug#325475: Asure of seeing you home? said Wilki

2010-06-10 Thread Brahney Dirden


popedom.rtf
Description: Binary data


Bug#353943: Scenes which the memory can never lose, the mad attempts of the H

2010-06-10 Thread Hueftle Armijo


saveable.rtf
Description: Binary data


Bug#585404: python-daemon: Please package newer upstream release 1.6

2010-06-10 Thread Jonas Smedegaard

On Fri, Jun 11, 2010 at 09:17:03AM +1000, Ben Finney wrote:

package python-daemon
tags 585404 + wontfix
thanks

On 10-Jun-2010, Jonas Smedegaard wrote:

As subject says, please update the packaging to newest upstream
release 1.6.


Thanks for the interest in newer versions. However, upstream has
retracted version 1.6 because it's badly broken (depends on a broken
library) so I won't be packaging that version.


Oh, not good.

I guess you are already aware of bug#581061 (since you reassigned it 
yourself).  Even if this bug in itself is only severity wishlist, it is 
related to gracie failing to start, which is the reason for my interest 
in this.



Kind regards,

  - Jonas

--
  * Jonas Smedegaard - idealist  Internet-arkitekt
  * Tlf.: +45 40843136  Website: http://dr.jones.dk/

  [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Bug#379748: Ead the Bible aloud correctly. This in

2010-06-10 Thread Daros Delmundo


lectern.rtf
Description: Binary data


Bug#469528: im, I should ha

2010-06-10 Thread Vigiano Lavole


sori.rtf
Description: Binary data


Bug#517478: krb5-auth-dialog: Does not implement X session

2010-06-10 Thread Chaskiel Grundman

On Tue, 8 Jun 2010, Guido Günther wrote:


Hi,
I rechecked and it works fine here with GNOME 2.30. No additional
arguments being passed - it seems that gnome-session got fixed to not
pass these deprecated arguments. Could you check if it works for you to?
I'll close the report then.


I don't see the sm-prefix  messages in .xsession-errors anymore, so it is 
probably ok.


gnome-session-properties doesn't have the 'view current session' dialog 
anymore, so I cannot see what gnome-session thinks.


In any case, you can close this.

Bug#524753: Characters in another hand. Rallying my sense

2010-06-10 Thread Roble Gladish


clypeus.rtf
Description: Binary data


Bug#561836: please include revtex4 in addition to revtex4.1

2010-06-10 Thread Norbert Preining
On Do, 10 Jun 2010, David Roundy wrote:
 I'd just like to add that this is needed for interoperability with
 desktops running Lenny, if one wants to collaborate on writing a paper
 using revtex, since revtex4.1 is not an option (without manually
 installing) on older versions of debian.  Perhaps it could be added to
 the existing revtex package that holds revtex3?

Already included in the svn repository, but no upload done till now.

Best wishes

Norbert

Norbert Preiningprein...@{jaist.ac.jp, logic.at, debian.org}
JAIST, Japan TeX Live  Debian Developer
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094

FARRANCASSIDY (n.)
A long and ultimately unsuccessful attempt to undo someone's bra.
--- Douglas Adams, The Meaning of Liff



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



Bug#579181: Search folder set to /usr/share/catfish/ -- patch

2010-06-10 Thread Алекс

This patch should set that directory to user's home, unless --path argument is 
present.
--- catfish.py.0	2010-06-11 01:51:11.034060921 +0700
+++ catfish.py	2010-06-11 07:29:00.958033927 +0700
@@ -247,8 +247,8 @@
 self.checkbox_find_limit.toggled()
 self.spin_find_limit.set_value(self.options.limit_results)
 self.folder_thumbnails = os.path.expanduser('~/.thumbnails/normal/')
-	self.options.path = os.path.abspath(self.options.path)
-self.button_find_folder.set_filename(os.path.expanduser(self.options.path))
+self.options.path = os.path.abspath(os.path.expanduser(self.options.path))
+self.button_find_folder.set_current_folder(self.options.path)
 try:
 self.link_color = self.treeview_files.style_get_property('link-color')
 except:


Bug#585497: systemtap-doc: error messages from dhelp while indexing langref.pdf

2010-06-10 Thread Laurent Bonnaud
Package: systemtap-doc
Version: 1.2-1
Severity: normal


Hi,

every week cron sends me an e-mail with the following content:

  /etc/cron.weekly/dhelp:
  Error: Illegal entry in bfrange block in ToUnicode CMap
  [...]

This error occurs when dhelp tries to index this file:

  /usr/share/doc/systemtap-doc/langref.pdf

Here is a quick way to reproduce the errors:

  pdftotext /usr/share/doc/systemtap-doc/langref.pdf

Evince also displays those error messages while displaying the file.


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

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

systemtap-doc depends on no packages.

systemtap-doc recommends no packages.

Versions of packages systemtap-doc suggests:
ii  doc-base  0.9.5  utilities to manage online documen

-- no debconf information

-- 
Laurent Bonnaud.
http://www.lis.inpg.fr/pages_perso/bonnaud/





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



Bug#585498: ITP: libaudio-ecasound-perl -- Perl binding to the ecasound sampler, recorder, fx-processor

2010-06-10 Thread Joel Roth
Package: wnpp
Severity: wishlist
Owner: jo...@pobox.com

* Package name: libaudio-ecasound-perl
  Version : 0.93
  Upstream Author : Brad Bowman perl-c...@bereft.net
* URL : http://search.cpan.org/dist/Audio-Ecasound
* License : Artistic
  Programming Lang: Perl
  Description : Perl binding to the ecasound sampler, recorder, fx-processor

Audio::Ecasound provides perl bindings to the ecasound
control interface of the ecasound program. You can use perl
to automate or interact with ecasound so you don't have to
turn you back on the adoring masses packed into Wembly
Stadium.

Ecasound is a software package designed for multitrack audio
processing.  It can be used for audio playback, recording,
format conversions, effects processing, mixing, as a LADSPA
plugin host and JACK node.  Version = 2.2.X must be
installed to use this package. 

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



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



Bug#581180: python-daemon: should Depends: python = 2.5 (was: Bug#581180: gracie: Package aborts compilation with syntax errors)

2010-06-10 Thread Ben Finney
package gracie,python-daemon
tags 581180 + confirmed
severity 581180 important
notfound 581180 gracie/0.2.11-1
reassign 581180 python-daemon
found 581180 python-daemon/1.6-1
retitle 581180 python-daemon: should Depends: python = 2.5
thanks

On 11-May-2010, w.goesgens wrote:
 while installation:
 
 Richte gracie ein (0.2.11-1) ...
 Starting Gracie OpenID provider:Traceback (most recent call last):
   File /usr/bin/gracied, line 20, in module
 from daemon import pidlockfile
   File /usr/lib/pymodules/python2.5/daemon/pidlockfile.py, line 33, in 
 module
 class PIDLockFile(LinkFileLock, object):
 TypeError: Error when calling the metaclass bases
 function() argument 1 must be code, not str
 invoke-rc.d: initscript gracie, action start failed.
 dpkg: Fehler beim Bearbeiten von gracie (--configure):
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 
 zurück
 Verarbeite Trigger für python-support ...
 Compiling /usr/lib/pymodules/python2.4/lockfile/linklockfile.py ...
   File /usr/lib/pymodules/python2.4/lockfile/linklockfile.py, line 6
 from . import (LockBase, LockFailed, NotLocked, NotMyLock, LockTimeout,
  ^
 SyntaxError: invalid syntax

This is because the ‘python-daemon’ package needs Python 2.5 or later,
but does not correctly declare that in its control file.

Python 2.4 is no longer in Debian Squeeze, so this is not a problem
for new installs of Debian. I am reducing the severity to “important”
accordingly.

Thank you for the bug report.

-- 
 \   “Faith, n. Belief without evidence in what is told by one who |
  `\   speaks without knowledge, of things without parallel.” —Ambrose |
_o__)   Bierce, _The Devil's Dictionary_, 1906 |
Ben Finney b...@benfinney.id.au


signature.asc
Description: Digital signature


Bug#579393: linux-image-2.6.32-3-amd64: kernel crashes at booting when QLogic IB7220 firmware not available

2010-06-10 Thread Ben Hutchings
On Wed, 2010-06-09 at 13:02 +0200, Sebastian Hegler wrote:
 Hi!
 
 Here we go:
 
 ==
 [   28.007218] ib_ipath 000:07:00.0: firmware: requesting qlogic/sd7220.fw
 [   28.070446] ib_ipath 000:07:00.0: infinipath0: Failed to load IB SERDES 
 image
 [   28.070455] ib_ipath 000:07:00.0: infinipath0: Could not initialize 
 SerDes, not usable
 [   28.070456] ib_ipath 000:07:00.0: infinipath0: Failed to bring up IB link
 
 ...
 
 [   29.068010] BUG: unable to handle kernel NULL pointer dereference at (null)
 [   29.072001] IP: [(null)] (null)
 [   29.072001] PGD 23d60c067 PUD 23d958067 PMD 0
 [   29.072001] Thread overran stack, or stack corrupted
 [   29.072001] Oops: 0010 [#1] SMP
 [   29.072001] last sysfs file: /sys/kernel/uevent_seqnum
 [   29.072001] CPU 0
 [   29.072001] Modules linked in: snd_pcm snd_timer amd64_edac_mod snd 
 edac_core soundcore ib_ipath i2c_nforce2 shpchp snd_page_alloc edac_mce_amd 
 psmouse evdev i2c_core button pci_hotplug pcspkr serio_raw ib_core processor 
 ext3 jbd dm_mod raid456 md_mod async_raid6_recov async_pq raid6_pq async_xor 
 xor async_memcpy async_tx sd_mod crc_t10dif ses enclosure ata_generic usb_hid 
 hid ide_pci_generic ide_core ohci_hcd mptsas mptscsih mptbase 
 scsi_transport_sas thermal thermal_sys sata_nv ehci_hcd forcedeth libata 
 scsi_mod usbcore nls_base [las unloaded: scsi_wait_scan]
 [   29.192763] Pid: 0, comm: swapper Not tainted 2.6.32-3-amd64 #1 H8DM8-2
 ==
 
 Please also see the screenshot attached.
[...]

I can't get much information from this log, but by inspecting the code I
do see some problems with the handling of errors during initialisation.

Could you please test whether the attached patch fixes this bug?
Instructions for rebuilding the Debian kernel package are available at
http://kernel-handbook.alioth.debian.org/ch-common-tasks.html#s-common-official.

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.
From 9b01d68b014ede1893557fd53cee83756343ed1f Mon Sep 17 00:00:00 2001
From: Ben Hutchings b...@decadent.org.uk
Date: Fri, 11 Jun 2010 03:34:41 +0100
Subject: [PATCH] ipath: Fix probe failure path

The failure path in ipath_init_one() does not match the cleanup code
in ipath_remove_one() and appears to leave interrupts enabled in some
cases.  Change it to match.
---
 drivers/infiniband/hw/ipath/ipath_driver.c |   13 ++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/drivers/infiniband/hw/ipath/ipath_driver.c b/drivers/infiniband/hw/ipath/ipath_driver.c
index 013d138..66f60bb 100644
--- a/drivers/infiniband/hw/ipath/ipath_driver.c
+++ b/drivers/infiniband/hw/ipath/ipath_driver.c
@@ -393,6 +393,8 @@ done:
 	ipath_enable_armlaunch(dd);
 }
 
+static void cleanup_device(struct ipath_devdata *dd);
+
 static int __devinit ipath_init_one(struct pci_dev *pdev,
 const struct pci_device_id *ent)
 {
@@ -640,8 +642,13 @@ static int __devinit ipath_init_one(struct pci_dev *pdev,
 	goto bail;
 
 bail_irqsetup:
-	if (pdev-irq)
-		free_irq(pdev-irq, dd);
+	cleanup_device(dd);
+
+	if (dd-ipath_irq)
+		dd-ipath_f_free_irq(dd);
+
+	if (dd-ipath_f_cleanup)
+		dd-ipath_f_cleanup(dd);
 
 bail_iounmap:
 	iounmap((volatile void __iomem *) dd-ipath_kregbase);
@@ -659,7 +666,7 @@ bail:
 	return ret;
 }
 
-static void __devexit cleanup_device(struct ipath_devdata *dd)
+static void cleanup_device(struct ipath_devdata *dd)
 {
 	int port;
 	struct ipath_portdata **tmp;
-- 
1.7.1



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


Bug#526265: Self-defeating?

2010-06-10 Thread Andrew Boling
Forgive me if I'm mistaken, but wouldn't the inability to patch the
database tables as part of a security update process *be* a security
problem?



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



Bug#585499: RFP: lightspark -- An alternative Flash player for Linux

2010-06-10 Thread Andres Cimmarusti
Package: wnpp
Severity: wishlist

* Package name: lightspark
  Version : 0.4.0
  Upstream Author : Alessandro Pignotti
* URL : http://lightspark.sourceforge.net/
* License : LGPL3
  Programming Lang: C++
  Description : An alternative Flash player for Linux



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



Bug#585501: lists.debian.org: mailing list for tamil localisation efforts

2010-06-10 Thread Sri Ramadoss M
Package: lists.debian.org
Severity: important


Name

Debian Tamil Localisation  Users list - debian-tamil

Rationale

To discuss about Tamil Language Localisation efforts for Debian  
co-ordinate 
them
To provide Tamil Support for Debian Users in Tamilnadu, India
To interact with Tamil Speaking Debian User community across the Globe


Short Description

Debian Tamil Localisation  Support List

Long Description

Mailing list to dicuss Tamil Localisation efforts for Debian and to 
coordinate 
Tamil localisation activities. You can also get Debian support in Tamil here.

Category

Internationalization  Translations

Subscription Policy

open

Post policy

open

Web Archive

yes 



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



Bug#585502: mutt: pipe-message (|) causes segfault on multiple tagged messages

2010-06-10 Thread Ben Finney
Package: mutt
Version: 1.5.20-7
Severity: normal

When I select a message and use ‘pipe-message’ (‘|’) to pipe it to an
external command (e.g. ‘less’), it succeeds.

However, when I tag several messages in a folder, then use
‘tag-prefix’ (‘;’) to operate ‘pipe-message’ on all of them, with the
same external command, Mutt usually segfaults (Signal 11) immediately.

This is a regression; earlier versions of Mutt in Squeeze (I can't say
when the change occurred, but it is within this year 2010) had no
problem piping many tagged messages to a command.


-- Package-specific info:
Mutt 1.5.20 (2009-06-14)
Copyright (C) 1996-2009 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.

System: Linux 2.6.32-3-powerpc64 (ppc64)
ncurses: ncurses 5.7.20100313 (compiled with 5.7)
libidn: 1.15 (compiled with 1.15)
hcache backend: GDBM version 1.8.3. 10/15/2002 (built Nov 21 2009 11:40:42)
Compile options:
-DOMAIN
+DEBUG
-HOMESPOOL  +USE_SETGID  +USE_DOTLOCK  +DL_STANDALONE  +USE_FCNTL  -USE_FLOCK   
+USE_POP  +USE_IMAP  +USE_SMTP  
-USE_SSL_OPENSSL  +USE_SSL_GNUTLS  +USE_SASL  +USE_GSS  +HAVE_GETADDRINFO  
+HAVE_REGCOMP  -USE_GNU_REGEX  
+HAVE_COLOR  +HAVE_START_COLOR  +HAVE_TYPEAHEAD  +HAVE_BKGDSET  
+HAVE_CURS_SET  +HAVE_META  +HAVE_RESIZETERM  
+CRYPT_BACKEND_CLASSIC_PGP  +CRYPT_BACKEND_CLASSIC_SMIME  +CRYPT_BACKEND_GPGME  
-EXACT_ADDRESS  -SUN_ATTACHMENT  
+ENABLE_NLS  -LOCALES_HACK  +COMPRESSED  +HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET 
 +HAVE_LANGINFO_YESEXPR  
+HAVE_ICONV  -ICONV_NONTRANS  +HAVE_LIBIDN  +HAVE_GETSID  +USE_HCACHE  
-ISPELL
SENDMAIL=/usr/sbin/sendmail
MAILPATH=/var/mail
PKGDATADIR=/usr/share/mutt
SYSCONFDIR=/etc
EXECSHELL=/bin/sh
MIXMASTER=mixmaster
To contact the developers, please mail to mutt-...@mutt.org.
To report a bug, please visit http://bugs.mutt.org/.

patch-1.5.13.cd.ifdef.2

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (900, 'stable')
Architecture: powerpc (ppc64)

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

Versions of packages mutt depends on:
ii  libc6 2.10.2-9   Embedded GNU C Library: Shared lib
ii  libcomerr21.41.12-1  common error description library
ii  libgdbm3  1.8.3-9GNU dbm database routines (runtime
ii  libgnutls26   2.8.6-1the GNU TLS library - runtime libr
ii  libgpg-error0 1.6-1  library for common error values an
ii  libgpgme111.2.0-1.2  GPGME - GnuPG Made Easy
ii  libgssapi-krb5-2  1.8.1+dfsg-5   MIT Kerberos runtime libraries - k
ii  libidn11  1.15-2 GNU Libidn library, implementation
ii  libk5crypto3  1.8.1+dfsg-5   MIT Kerberos runtime libraries - C
ii  libkrb5-3 1.8.1+dfsg-5   MIT Kerberos runtime libraries
ii  libncursesw5  5.7+20100313-2 shared libraries for terminal hand
ii  libsasl2-22.1.23.dfsg1-5 Cyrus SASL - authentication abstra

Versions of packages mutt recommends:
ii  libsasl2-modules  2.1.23.dfsg1-5 Cyrus SASL - pluggable authenticat
ii  locales   2.10.2-9   Embedded GNU C Library: National L
ii  mime-support  3.48-1 MIME files 'mime.types'  'mailcap
ii  postfix [mail-transport-a 2.6.5-3High-performance mail transport ag

Versions of packages mutt suggests:
ii  aspell0.60.6-4   GNU Aspell spell-checker
ii  ca-certificates   20090814   Common CA certificates
ii  gnupg 1.4.10-4   GNU privacy guard - a free PGP rep
ii  ispell3.1.20.0-7 International Ispell (an interacti
ii  mixmaster 3.0.0-4Anonymous remailer client and serv
ii  openssl   0.9.8n-1   Secure Socket Layer (SSL) binary a
ii  urlview   0.9-18.1   Extracts URLs from text

Versions of packages mutt is related to:
ii  mutt  1.5.20-7   text-based mailreader supporting M
pn  mutt-dbg  none (no description available)
pn  mutt-patched  none (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#585503: 'man mc' typos: readed and 's/the/then/'

2010-06-10 Thread A. Costa
Package: mc
Version: 3:4.7.0.6-1
Severity: minor
Tags: patch


Found a few typos in '/usr/share/man/man1/mc.1.gz', see attached '.diff'.

Hope this helps...

-- 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=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages mc depends on:
ii  libc6 2.11.1-2   Embedded GNU C Library: Shared lib
ii  libglib2.0-0  2.24.1-1   The GLib library of C routines
ii  libgpm2   1.20.4-3.3 General Purpose Mouse - shared lib
ii  libslang2 2.2.2-4The S-Lang programming library - r

Versions of packages mc recommends:
ii  mime-support  3.48-1 MIME files 'mime.types'  'mailcap

Versions of packages mc suggests:
ii  arj 3.10.22-8archiver for .arj files
ii  bzip2   1.0.5-4  high-quality block-sorting file co
pn  catdvi  none   (no description available)
pn  dbview  none   (no description available)
ii  djvulibre-bin   3.5.22-9 Utilities for the DjVu image forma
ii  evince [pdf-viewer] 2.28.1-1 Document (postscript, pdf) viewer
ii  file5.04-2   Determines file type using magic
ii  gv [pdf-viewer] 1:3.6.91-1   PostScript and PDF viewer for X
ii  imagemagick 7:6.6.0.4-2  image manipulation programs
ii  kghostview [pdf-viewer] 4:3.5.9-3PostScript viewer for KDE
ii  links   2.2-1+b2 Web browser running in text mode
ii  lynx2.8.8dev.3-3 Text-mode WWW Browser (transitiona
pn  odt2txt none   (no description available)
ii  perl5.10.1-13Larry Wall's Practical Extraction 
ii  python  2.5.4-9  An interactive high-level object-o
pn  python-boto none   (no description available)
pn  python-tz   none   (no description available)
ii  unzip   6.0-4De-archiver for .zip files
ii  xpdf-reader [pdf-viewer]3.02-2   Portable Document Format (PDF) sui
ii  xpdf-utils [pdf-viewer] 3.02-2   Portable Document Format (PDF) sui
ii  zip 3.0-3Archiver for .zip files

-- no debconf information
--- mc.12010-06-06 13:34:35.0 -0400
+++ /tmp/mc.1   2010-06-10 03:44:34.111480327 -0400
@@ -319,7 +319,7 @@
 
 .\NODE   Keys_redefine
 .SH   Redefine hotkey bindings
-Hotkey bindings may be readed from external file (keymap\-file).
+Hotkey bindings may be read from external file (keymap\-file).
 A keymap\-file is searched on the following algorithm (to the first one found):
 .IP
 .br
@@ -2001,7 +2001,7 @@
 regular tar file.
 .PP
 Now, since we all love to browse files and tar files all over the disk,
-it's common that you will leave a tar file and the re\-enter it later.
+it's common that you will leave a tar file and then re\-enter it later.
 Since decompression is slow, the Midnight Commander will cache the
 information in memory for a limited time.  When the timeout expires, all
 the resources associated with the file system are released.  The default


Bug#576189: Patch supplied

2010-06-10 Thread Victor Martinez
I take initiative and try to patch the most important bugs I could.

So, attached is a patch to various issues fixed with 1.8.12

Fixes back ported from 1.8.12

MSA-09-0032:
Topic: Vulnerability in KSES text cleaning
Severity: Major
Versions affected: 1.8.12 and 1.9.8
Reported by: Sam Marshall
Issue no.: MDL-21026
Solution: upgrade to 1.8.12 or 1.9.8
Workaround: apply patch
http://git.moodle.org/gw?p=moodle.git;a=blobdiff;f=lib/weblib.php;h=202e3e92813864fca71a153f0ea719eb0fa6e4d3;hp=29ffa15c6276f8118adfb29f4a34a978f094071a;hb=52860d13648f6b7f941c446f9e556f45be530c2d;hpb=e5d838ec77a1aeb1598b7cd26096baa35829b0d5
Also reported by Nico Golde as bug #585425 witch CVE
CVE-2010-1619[0]:
| Cross-site scripting (XSS) vulnerability in the
| fix_non_standard_entities function in the KSES HTML text cleaning
| library (weblib.php), as used in Moodle 1.8.x before 1.8.12 and 1.9.x
| before 1.9.8, allows remote attackers to inject arbitrary web script
| or HTML via crafted HTML entities.


MSA-09-0033:
Topic: XSS vulnerabilty in the phpcas module
Severity: Major (if using CAS)
Versions affected: 1.8.12 and 1.9.8
Reported by: Joachim Fritschi
Issue no.: MDL-21802
Solution: upgrade to 1.8.12 or 1.9.8
Workaround: use CAS/Client.php from latest release
http://git.moodle.org/gw?p=moodle.git;a=blobdiff;f=auth/cas/CAS/client.php;h=965b87b82cbc5fa602377609dcd0eb6e7aa409aa;hp=2e4e593dc50cbb6f3b55a4dc07262faeec891da0;hb=1a74d63f8a71bd6812cd2b4d055d28ae45959b07;hpb=f2c36400950b17934970d3d929a972f98893ac8d

Not fixing too changed between 1.8.2 and 1.8.12

MSA-09-0034:
Topic: Disclosure of full user names
Severity: Minor - privacy
Versions affected: 1.8.12 and 1.9.8
Reported by: Klaus Kirchner
Issue no.: MDL-21830
http://git.moodle.org/gw?p=moodle.git;a=blobdiff;f=user/view.php;h=6b6c048056f5f14988983bad1fe5807c9d2dadcf;hp=c5f2b784df7fe60173138a7db548f2b1610d1a74;hb=4597ce9ca5ca4f13bb75c3d8b117c2bf469745d0;hpb=4bbeff335774ffcc75c99e99e3923626c9445bb3

MSA-09-0036:
Topic: Incorrect validation of forms data
Severity: Critical
Versions affected: 1.8.12 and 1.9.8
Reported by: Sascha Herzog
Issue no.: MDL-21767
Solution: upgrade to 1.8.12 or 1.9.8
Workaround: patch
http://git.moodle.org/gw?p=moodle.git;a=blobdiff;f=lib/form/select.php;h=12fa7fa6834fa918da7c111c1428f801e695e8bc;hp=95a1fb4fe40d802e60ce266ad559bbcdd3f65340;hb=9770907db38aae67c2d07a09a41b42772e5b5e2c;hpb=668f994fe0f642c1aa748b837be2c498a6b92125

not fixing the class is too different between 1.8.2 and 1.8.12

MSA-09-0037:
Topic: Incorrect validation of forms data
Severity: Critical
Versions affected: 1.8.12 and 1.9.8
Reported by: Sascha Herzog
Issue no.: MDL-21767
Solution: upgrade to 1.8.12 or 1.9.8

not fixing the class is too different between 1.8.2 and 1.8.12

MSA-09-0038:
Topic: SQL injection in Wiki module
Severity: Critical
Versions affected: 1.8.12 and 1.9.8
Reported by: Matthew Slowe
Issue no.: MDL-21818
Solution: upgrade to 1.8.12 or 1.9.8
http://git.moodle.org/gw?p=moodle.git;a=commit;h=86a7b79b3c0fddcc8d9ba47674ccb533a3769778

MSA-09-0039:
Topic: Reflective Cross Site Scripting (XSS) in the Moodle Global Search Engine
Severity: Major (if global search enabled)
Versions affected: 1.8.12 and 1.9.8
Reported by: Sascha Herzog
Issue no.: MDL-21649
Solution: upgrade to 1.8.12 or 1.9.8
http://git.moodle.org/gw?p=moodle.git;a=commit;h=311956cf45f92ac83d515759134b80cce381f27b

MSA-09-0040:
Topic: Persistent XSS when using Login-as feature
Severity: Major
Versions affected: 1.8.12 and 1.9.8
Reported by: Sascha Herzog
Issue no.: MDL-21769
Solution: upgrade to 1.8.12 or 1.9.8
http://git.moodle.org/gw?p=moodle.git;a=commit;h=49ac14a86841ae12b540d6b68f29e4298d6c7607


Index: moodle/search/query.php
===
--- moodle/search/query.php	(revision 4)
+++ moodle/search/query.php	(working copy)
@@ -145,37 +145,37 @@
 
   if (isset($vars)) {
 foreach ($vars as $key = $value) {
-  $adv-$key = stripslashes(htmlentities($value));
+  $adv-$key = stripslashes($value);
 } //foreach
   }
 ?
 
 form id=query method=get action=query.php
   ?php if (!$advanced) { ?
-input type=text name=query_string length=50 value=?php print stripslashes(htmlentities($query_string)) ? /
+input type=text name=query_string length=50 value=?php print p(stripslashes($query_string)) ? /
 nbsp;input type=submit value=Search / nbsp;
 a href=query.php?a=1Advanced search/a |
 a href=stats.phpStatistics/a
   ?php } else {
 print_simple_box_start('center', '', 'white', 10);
   ?
-input type=hidden name=a value=?php print $advanced; ?/
+input type=hidden name=a value=?php print p($advanced); ?/
 
 table border=0 cellpadding=3 cellspacing=3
 
 tr
   td width=240These words must appear:/td
-  tdinput type=text name=mustappear length=50 value=?php print $adv-mustappear; ? //td
+  tdinput type=text name=mustappear length=50 value=?php print p($adv-mustappear;) ? //td
 /tr
 
 tr
   tdThese 

Bug#436105: suggestion to add GPL-1 as a common licence

2010-06-10 Thread Damyan Ivanov
-=| gregor herrmann, Fri, Jun 11, 2010 at 12:50:36AM +0200 |=-
 On Thu, 10 Jun 2010 14:54:45 -0700, Russ Allbery wrote:
  I therefore propose adding GPL version 1 to the list of licenses 
  said by
  Policy to be in common-licenses and asking Santiago to include a copy in
  base-files.  I'm not including a diff since it would just create merge
  conflicts with the BSD diff proposed earlier today and because it's fairly
  obvious, although I can if people would prefer.
  
  Objections or seconds?
 
 Seconded.

Seconded too.

I must admit I am very surprised GPL-1 is not in common-licenses.

  Copying debian-perl on this message since that's the set of developers who
  are most affected by this.
 
 Thanks!
 
 (Although that means some changes on our part, in dh-make-perl and in
 most of our packages :))

Reading the above, I am left with the impression that our packages 
should point to GPL-1 one way or another, so having to change a few 
words is a lot less burden than including the license text in 
debian/copyright.

Thanks for the heads up! I'll take care of dh-make-perl.


signature.asc
Description: Digital signature


Bug#571535: Workaround

2010-06-10 Thread Loren Cannon
I'm far away from this computer, so

First, switch to a console (Ctrl-Alt-1)
First, slay gdm (hard when you can't see the pid using ps -A, so redirect
the output to a file and use vi to fiddle with it)
Then run Xorg -configure
Edit the ~/xorg.conf.new
Fix the HorizSync and VertRefresh under the Monitors section
Disable Hardware Acceleration
Test the new configuration using Xorg -config ~/xorg.conf.new
Replace your real xorg.conf with ~/xorg.conf.new

You should have a nice, non crashing X Server with Gnome Desktop.


Bug#585504: gnome-session relies on default SIGCHLD handler but does not set it explicitly

2010-06-10 Thread Daniel Kahn Gillmor
Package: gnome-session
Version: 2.30.0-1
Severity: normal

gnome-session relies on the default SIGCHLD behavior to get the
results of waitpid() relatively early in its launch.

However, it never explicitly demands the default handler.  So if it is
exec'ed from a process which has opted to ignore SIGCHLD, and it
inherits that ignore, it will run forever in a tight waitpid() loop
(according to strace).

So somewhere early in its existence, gnome-session should explicitly
demand the default signal handler for SIGCHLD.

(yes, processes exec'ing gnome-session should probably not ask for
SIGCHLD to be ignored, but not every process can predict what it will
be exec'ing.  Since gnome-session relies on the default behavior, and
can tell when SIGCHLD would be ignored, gnome-session should
explicitly request the default behavior from the system)

   --dkg

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (200, 'unstable'), (1, 'experimental')
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/bash



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



Bug#585489: initscripts: There is a loop between service bootlogs and mountnfs

2010-06-10 Thread Petter Reinholdtsen

severity 585489 serious
forcemerge 585489 585493
thanks

Very good to see that the dependency based boot sequencing work and is
able to detect incorrect dependencies.

The analysis from Peter Verbaan in #585493 make it clear that the
problem is the introduction of a dependency from bootlogs to gdm3, as
gdm3 already depend on bootlogs and this introduces a dependency loop.
I suspect the correct fix is for gdm3 to stop depending on bootlogs
first and then bootlogs can depend on gdm3, but the short term fix is
for bootlogs to drop the dependency on gdm3.

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#585505: seahorse-agent relies on default SIGCHLD handlers, but does not set them.

2010-06-10 Thread Daniel Kahn Gillmor
Package: seahorse
Version: 2.30.1-2
Severity: normal

If you exec seahorse-agent from another process which has decided to
ignore the SIGCHLD signal, glib produces the following warning to
stderr:

(seahorse-agent:2171): GLib-WARNING **: In call to g_spawn_sync(), exit status 
of a child process was requested but SIGCHLD action was set to SIG_IGN and 
ECHILD was received by waitpid(), so exit status can't be returned. This is a 
bug in the program calling g_spawn_sync(); either don't request the exit 
status, or don't set the SIGCHLD action.

Presumably this means that seahorse-agent requires the default SIGCHLD
handler, but does not explicitly ask the system for it.

Early in its execution, seahorse-agent should detect if the action for
SIGCHLD is currently set to SIG_IGN, and reset it to SIG_DFL in that
case.

--dkg

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (200, 'unstable'), (1, 'experimental')
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/bash



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



Bug#585427: Patch provided

2010-06-10 Thread Victor Martinez

I made a patch from that closes CVE-2010-1617 from upstream
MSA-09-0034:
Topic: Disclosure of full user names
Severity: Minor - privacy
Versions affected: 1.8.12 and 1.9.8
Reported by: Klaus Kirchner
Issue no.: MDL-21830
http://git.moodle.org/gw?p=moodle.git;a=blobdiff;f=user/view.php;h=6b6c048056f5f14988983bad1fe5807c9d2dadcf;hp=c5f2b784df7fe60173138a7db548f2b1610d1a74;hb=4597ce9ca5ca4f13bb75c3d8b117c2bf469745d0;hpb=4bbeff335774ffcc75c99e99e3923626c9445bb3


Index: moodle/user/view.php
===
--- moodle/user/view.php	(revision 4)
+++ moodle/user/view.php	(working copy)
@@ -78,7 +78,7 @@
 }
 } else {   // Normal course
 if (!has_capability('moodle/course:view', $coursecontext, $user-id, false)) {
-if (has_capability('moodle/course:view', $coursecontext)) {
+if (has_capability('moodle/role:assign', $coursecontext)) {
 print_header($strpersonalprofile: , $strpersonalprofile: ,
  a href=\../course/view.php?id=$course-id\$course-shortname/a -
   a href=\index.php?id=$course-id\$strparticipants/a - $fullname,


Bug#585506: subprocesses of msva-perl have the SIGCHLD action set to SIG_IGN (ignore)

2010-06-10 Thread Daniel Kahn Gillmor
Package: msva-perl
Version: 0.2-2
Severity: normal

msva-perl needs to fiddle with the SIGCHLD handler to do its thing.
That's fine

However, when it spawns a subprocess, that subprocess inherits
msva-perl's choice to ignore SIGCHLD, which turns out to be
problematic for some commonly-spawned subprocesses.  For example,
seahorse-agent (see #585505) and gnome-session (see #585504) are both
buggy if they inherit a SIG_IGN action for their SIGCHLD handler.

Upstream's msva-perl contains a fix for this bug (revision
ee8c2b6fdb4c in the msva-perl git repo), which isn't yet released, but
probably needs to be available if people are going to use msva-perl
with a standard gnome desktop environment.

 --dkg

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (200, 'unstable'), (1, 'experimental')
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/bash

Versions of packages msva-perl depends on:
ii  libconvert-asn1-perl  0.22-1 Perl module for encoding and decod
ii  libcrypt-x509-perl0.40-1 Parse X.509 certificates with Perl
ii  libhttp-server-simple-perl0.43-1 simple stand-alone HTTP server
ii  libjson-perl  2.21-1 Perl module to parse and convert t
ii  libnet-server-perl0.97-1 An extensible, general perl server
ii  monkeysphere  0.31~pre-1 leverage the OpenPGP web of trust 
ii  perl-modules [libparent-perl] 5.10.1-12  Core Perl modules

msva-perl recommends no packages.

msva-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#583797: Non-maintainer upload

2010-06-10 Thread Vincent Bernat
OoO En  cette soirée  bien amorcée  du jeudi 10  juin 2010,  vers 22:22,
Hilko Bengen ben...@debian.org disait :

 after seeing that js2-mode is not a complicated package at all, I went
 ahead, fixed a few Lintian warnings and uploaded to DELAYED/7. I have
 attached the diff.gz below.

 If you upload a new version within the next 7 days, this will override
 my upload.  I'll also be happy have  the NMU cancelled if  you want me
 to.

Hi!

Thanks for  the NMU. I  had an upload  pending [1] but I  can't remember
what problem prevented me to upload. I will let your NMU be processed.

[1] 
http://git.debian.org/?p=collab-maint/js2-mode.git;a=blob;f=debian/changelog;h=6a6cebbe39fa5aceec77ad21c0b92c801472d591;hb=HEAD
-- 
I WON'T NOT USE NO DOUBLE NEGATIVES
I WON'T NOT USE NO DOUBLE NEGATIVES
I WON'T NOT USE NO DOUBLE NEGATIVES
-+- Bart Simpson on chalkboard in episode BABF02


pgpwa8Cnf4fDX.pgp
Description: PGP signature


Bug#576697: python-paramiko: paramiko fails to load : ImportError: No module named Crypto.Util.randpool

2010-06-10 Thread Robey Pointer
Is there actually a pycrypto 2.1 release yet? easy_install pycrypto still 
gives me 2.0.2.

robey


On 7 May 2010, at 08:00, Raphael Hertzog wrote:

 Hi,
 
 On Tue, 06 Apr 2010, Jeremy T. Bouse wrote:
 Yes, according to Python Crypto's upstream changelog [1] which the
 Debian changelog [1] makes no mention of, there were API changes to
 Crypto.Util.randpool.RandomPool so this will wait until upstream
 paramiko releases a new version that is compatible with the new version.
 If I rebuild and simply state it requires python-crypto  2.1.0 it will
 simply make the package completely uninstallable.
 [1]
 http://gitweb.pycrypto.org/?p=crypto/pycrypto-2.x.git;a=blob;f=ChangeLog;h=9325e0d5592f075065b1cd86d27dc7dceda93c6b;hb=033fc936155115b3a541387804e0a94820978498
 [2]
 http://packages.debian.org/changelogs/pool/main/p/python-crypto/python-crypto_2.1.0-1/changelog
 
 You could at least ask upstream for a patch and/or a timeline for a new
 version that fixes this issue ?
 
 I put Robey on copy, hopefully he can comment on the issue. I saw nothing
 about this incompatibility on https://bugs.launchpad.net/paramiko and no
 recent  relevant commits on http://github.com/robey/paramiko/.
 
 Robey, see http://bugs.debian.org/576697 for the full bug report.
 
 Cheers,
 -- 
 Raphaël Hertzog
 
 Like what I do? Sponsor me: 
 http://ouaza.com/wp/2010/01/05/5-years-of-freexian/
 My Debian goals: http://ouaza.com/wp/2010/01/09/debian-related-goals-for-2010/




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



Bug#576697: python-paramiko: paramiko fails to load : ImportError: No module named Crypto.Util.randpool

2010-06-10 Thread Raphael Hertzog
On Wed, 09 Jun 2010, Robey Pointer wrote:
 Is there actually a pycrypto 2.1 release yet? easy_install pycrypto still 
 gives me 2.0.2.

Apparently yes:
http://www.pycrypto.org/files/
http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/
http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/pycrypto-2.1.0.tar.gz

It might not be on the site used by easy_install however.

Cheers,
-- 
Raphaël Hertzog

Like what I do? Sponsor me: http://ouaza.com/wp/2010/01/05/5-years-of-freexian/
My Debian goals: http://ouaza.com/wp/2010/01/09/debian-related-goals-for-2010/



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



Bug#584865: [Pkg-sysvinit-devel] Bug#584865: policyrcd-script-zg2: please consider some sort of integration also with /etc/init.d/rc

2010-06-10 Thread Timo Juhani Lindfors
Henrique de Moraes Holschuh h...@debian.org writes:
 NO.  invoke-rc.d is for package maintainer script use.  It shouldn't be used
 anywhere else.  It is bad enough the amount of crap that happens at shutdown
 because people started misusing it inside ifup/ifdown.d, etc.

Btw, after installing gnome I now get daily email from my
/etc/policy-rc.d since /etc/cron.d/anacron uses invoke-rc.d:

30 7* * *   roottest -x /etc/init.d/anacron  /usr/sbin/invoke-rc.d 
anacron start /dev/null

Is this a bug in anacron? Surely this is not a maintainer script?



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



Bug#584238: linux-image-2.6.32-3-486: When using USB to Ethernet nework adapter later on get error: blocked for more than 120 seconds

2010-06-10 Thread Petko Manolov

The project ain't dead yet, i has moved into the mainline long time ago.


Petko


On Wed, 9 Jun 2010, Paul Chany wrote:


Ben Hutchings b...@decadent.org.uk writes:


On Wed, 2010-06-02 at 16:45 +0200, Paul Chany wrote:

Package: linux-2.6
Version: 2.6.32-9
Severity: normal
Tags: squeeze

When using USB to Ethernet adapter later on get error on console:

[11531.988248] INOF: task khubd:618 blocked for more than 120 seconds.
[11531.988377] echo 0  /proc/sys/kernel/hung_task_timeout_secs disables this
message.
[11531.990656] INFO: task pegasus:1156 blocked for more than 120 seconds.
[11531.990722] echo 0  /proc/sys/kernel/hung_task_timeout_secs disables this
message.

After that I can't reconfigure anymore network, nor reboot the system with the 
command:
sudo shutdown -t 1 -r now
because the system hangs forever.

It is not help if I unplug and plug in again the network adapter, it is not 
recognised by
the kernel anymore.


I'm forwarding this to the pegasus driver developers so they can comment
on it.

Debian kernel version 2.6.32-9 is closely based on stable kernel
2.6.32.9.


It seems that the developers dont' responds for this bugreport at all.
Is the pegasus kernel driver a dead project now?
There in their projectpage: http://pegasus2.sourceforge.net/
one can see that that pegasus is available
only for kernels 2.4 and 2.5 but not for 2.6, right?

In the meantime I can to reboot every hour or so because of this buggish
driver.

--
Regards,
Paul Chany
You can freely correct my English.
http://csanyi-pal.info





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



Bug#551034: Newer upstream available

2010-06-10 Thread Roy Marples
Hi

I'm upstream for dhcpcd and have recently installed Ubuntu on one of my
machines and as such have a vested interest and now the means of using
my software on a Debian based system. I have packages prepared for
dhcpcd, dhcpcd-dbus and dhcpcd-gtk already and will work on one for
openresolv (resolvconf implementation) later today. This provides a
light weight alternative to NetworkManager or WICD.

The only big issue that I see with people upgrading are moving
configuration from /etc/default/dhcpcd to native dhcpcd
in /etc/dhcpcd.conf and existing /etc/network/interfaces inet dhcp lines
conflicting with dhcpcd running in master mode via its own init.d
script. The script cannot run before networking as it needs the loopback
interface and possibly wpa_supplicant started which would solve the
problem. One solution would be to sed /etc/network/interfaces and
comment these lines out.

Can I prevent the init.d/dhcpcd script from being started/stopped on
package upgrade/downgrade/removal/install?

Where can I post these packages for review?

Thanks

Roy



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


Bug#585183: general: .deb packages open with Archive Manager by default, not Package Installer

2010-06-10 Thread Neil Williams
On Wed, 09 Jun 2010 22:20:18 +0100
di uni...@gmail.com wrote:

 Package: general
 Severity: normal
 Tags: squeeze
 
 In GNOME the default open action for when double-clicking on a .deb
 package is to open with Archive Manager, which then complains 'Could
 not create the archive: Archive type not supported.'

deb-gview supports viewing the contents of the .deb, it's just not the
default (or a part of the default GNOME install) - it could be if
people want that.
 
 The context menu shows as the second option 'Open with GDebi Package
 Installer', and I think it would be hard to argue against this being
 a better default, especially seeing as archive manager can't
 understand .debs itself from a clean install...

I would argue against an installer being a suitable default -
installing random .deb files downloaded from who knows where is not a
good idea. The default should be to show what is in the .deb.

-- 


Neil Williams
=
http://www.data-freedom.org/
http://www.linux.codehelp.co.uk/
http://e-mail.is-not-s.ms/



pgpZVuhPo0ZE1.pgp
Description: PGP signature


Bug#557138: closed by Julien Cristau jcris...@debian.org (Bug#557138: fixed in xinit 1.2.0-2)

2010-06-10 Thread Trent W. Buck
Julien Cristau wrote:
* Pass --with-xterm=/usr/bin/xterm to configure (closes: #557138).

Sorry to be picky, but would it be better to use the
/usr/bin/x-terminal-emulator alternative?



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



Bug#585225: gitstats: Python string exceptions no more allowed in Python 2.6

2010-06-10 Thread Vincent Fourmond
On Thu, Jun 10, 2010 at 6:57 AM, Heikki Hokkanen h...@users.sf.net wrote:
 Fixed in upstream commit 2c38acfd051755a3f70a05e988b29498337fc8d9

 http://repo.or.cz/w/gitstats.git/commitdiff/2c38acfd051755a3f70a05e988b29498337fc8d9

  Great thanks !

  I'll upload a new version tonight, then.

  Cheers,

  Vincent, impressed by the speed of the response



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



Bug#585004: bind9: Bind9 isn't detected to be running while named process exists

2010-06-10 Thread Stéphane CHIRON

Hello
I changed PIDFILE in /etc/init.d/bind9
Now all is right

Thanks a lot for this information




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



Bug#551034: Newer upstream available

2010-06-10 Thread David Paleino
On Thu, 10 Jun 2010 08:01:18 +0100, Roy Marples wrote:

 Hi

Hello Roy,

 I'm upstream for dhcpcd and have recently installed Ubuntu on one of my
 machines and as such have a vested interest and now the means of using
 my software on a Debian based system. I have packages prepared for
 dhcpcd, dhcpcd-dbus and dhcpcd-gtk already and will work on one for
 openresolv (resolvconf implementation) later today.

That's great -- I'll need dhcpcd-dbus for future versions of wicd, that's why I
have an ITP open (#563974), which is blocked by this bug.

 This provides a light weight alternative to NetworkManager or WICD.

Oh, well :)

 The only big issue that I see with people upgrading are moving
 configuration from /etc/default/dhcpcd to native dhcpcd
 in /etc/dhcpcd.conf and existing /etc/network/interfaces inet dhcp lines
 conflicting with dhcpcd running in master mode via its own init.d
 script. The script cannot run before networking as it needs the loopback
 interface and possibly wpa_supplicant started which would solve the
 problem. One solution would be to sed /etc/network/interfaces and
 comment these lines out.

If I understood the problem correctly, can't you solve this with a proper LSB
header [0] in your initscript?

 Can I prevent the init.d/dhcpcd script from being started/stopped on
 package upgrade/downgrade/removal/install?

If you're using dh_installinit (or dh7), you can pass --no-start to it. See
dh_installinit(1).

 Where can I post these packages for review?

You can register to http://mentors.debian.net , and follow the instructions
there. Or upload your .orig.tar.gz, .diff.gz / .debian.tar.gz and .dsc
somewhere on the net.

However, as Simon suggests in [1], maybe it's better to keep dhcpcd at version
3, since it's used by lots of people out there, and make a new dhcpcd5 package.
This would let us (Debian) handle the transition gracefully, i.e. people
wanting to upgrade to version 5 know what they're doing, and bugs will be filed
there. We'll still have a rock-solid version (dhcpcd 3), which will eventually
be replaced by dhcpcd5. Roy, do you think this is ok?

Kindly,
David

[0] http://wiki.debian.org/LSBInitScripts
[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=551034#34

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://deb.li/dapal
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


signature.asc
Description: PGP signature


Bug#566672: [Piuparts-devel] Bug#566672:

2010-06-10 Thread Cleto Martin Angelina
tags 566672 + patch
thanks.

Hi! Sorry about my lag :-)...

I think the attached patch solves this problem. I have tested it with
two packages: first one is known by apt-get previously and upgrade
test is done for it. The other package is not known, so piuparts
informs about that the upgrade test is not possible.

Mainly, the patch is based on the documentation of apt-cache. Its
manual page say that apt-cache returns zero on normal operation,
decimal 100 on error. With all this, I think it is enough to check if
the return code status is non-zero. I don't know if I have missed
something, so I am cautious saying this :-).

Cheers,
 Cleto.
--- piuparts.py	2010-06-10 09:25:36.0 +0200
+++ piuparts.py.new	2010-06-10 09:25:24.0 +0200
@@ -731,14 +731,11 @@
 
 def apt_get_knows(self, package_names):
 Does apt-get (or apt-cache) know about a set of packages?
+
 for name in package_names:
 (status, output) = self.run([apt-cache, show, name],
 ignore_errors=True)
-if not os.WIFEXITED(status):
-logging.error(Error occurred when running apt-cache  +
-   in chroot:\n + output)
-panic()
-if os.WEXITSTATUS(status) != 0 or not output.strip():
+if status != 0:
 return False
 return True
 


Bug#585380: [audacity] hangs suddenly, can't find a pattern. Here is one bug trace.

2010-06-10 Thread Adrian Knoth
On Thu, Jun 10, 2010 at 01:27:26AM +0200, Arnfinn Ringvold wrote:

 Package: audacity
 Version: 1.3.5-2+lenny1

Audacity appears to be differently broken in every new version. We have
1.3.12-3 now, so I don't see any use in even looking at this bug.

Though I'm not the maintainer and therefore cannot speak how the
official approach to your report will be, the best advice I could give
at the moment is to try a newer version, preferably the one from sid.


HTH

-- 
mail: a...@thur.de  http://adi.thur.de  PGP/GPG: key via keyserver



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



Bug#585105: radiotray: doesn't start

2010-06-10 Thread Jens Lody
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am -10.01.-28163 20:59, schrieb Bin Zhang:
 It's a dependencies problem.  Radiotray depends on python-gst
 (see http://radiotray.sourceforge.net/ , it also depends on python-lxml).

 Installing python-gst fixes this bug. You can close it.

 Thanks,
 Bin






It's correct, that it is a dependency problem, but it not only depends
on the packages listed on radiotray's sf-site you mentioned above.
It also depends on python-xdg.

Jens

- -- 

Jens Lody

Unofficial debian-repository for Code::Blocks:
http://apt.jenslody.de/


  |\  _,,,---,,_
  /,`.-'`'-.  ;-;;,_
|,4-  ) )-,_..;\ (  `'-'
  '---''(_/--'  `-'\_)

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

iEYEARECAAYFAkwQlbEACgkQyW5ifG7rJcnW3QCffG9xbcKU8LvUeKCXvhz+mM+l
H6UAoODJjTHA5niviW27DYFepkQu/ahh
=7Z4A
-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#585385: general: Package GTK+3

2010-06-10 Thread Emilio Pozuelo Monfort
On 10/06/10 03:33, Javier Jardón wrote:
 Package: general
 Severity: wishlist
 
 GTK+ 3 development has begun.
 There are already some tarballs of the actual development, take a look here: 
 http://ftp.acc.umu.se/pub/GNOME/sources/gtk+/2.90/
 
 This new version breaks ABI and API, so a new package should be created.

I think Sebastian Dröge started to package it. We will maintain it in pkg-gnome
with gtk+2.0.

Emilio



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



Bug#585392: mysql-server: MySQL Server segfaults after upgrade

2010-06-10 Thread Andreas Gohr
Package: mysql-server
Version: 5.0.51a-24+lenny4
Severity: grave
Justification: renders package unusable


After upgrading from 5.0.51a-24+lenny3 to 5.0.51a-24+lenny4 the server
started to segfault. Downgrading to lenny3 solved the problem for me.

From the syslog:

Jun 10 09:46:06 gir mysqld[25223]: 100610  9:46:06  InnoDB: Started; log
sequence number 0 43655
Jun 10 09:46:06 gir mysqld[25223]: 100610  9:46:06 [Note]
/usr/sbin/mysqld: ready for connections.
Jun 10 09:46:06 gir mysqld[25223]: Version: '5.0.51a-24+lenny4'  socket:
'/var/run/mysqld/mysqld.sock'  port: 3306  (Debian
)
Jun 10 09:46:06 gir mysqld[25223]: 100610  9:46:06 - mysqld got signal
11;
Jun 10 09:46:06 gir mysqld[25223]: This could be because you hit a bug.
It is also possible that this binary
Jun 10 09:46:06 gir mysqld[25223]: or one of the libraries it was linked
against is corrupt, improperly built,
Jun 10 09:46:06 gir mysqld[25223]: or misconfigured. This error can also
be caused by malfunctioning hardware.
Jun 10 09:46:06 gir mysqld[25223]: We will try our best to scrape up
some info that will hopefully help diagnose
Jun 10 09:46:06 gir mysqld[25223]: the problem, but since we have
already crashed, something is definitely wrong
Jun 10 09:46:06 gir mysqld[25223]: and this may fail.
Jun 10 09:46:06 gir mysqld[25223]: 
Jun 10 09:46:06 gir mysqld[25223]: key_buffer_size=16777216
Jun 10 09:46:06 gir mysqld[25223]: read_buffer_size=131072
Jun 10 09:46:06 gir mysqld[25223]: max_used_connections=1
Jun 10 09:46:06 gir mysqld[25223]: max_connections=100
Jun 10 09:46:06 gir mysqld[25223]: threads_connected=1
Jun 10 09:46:06 gir mysqld[25223]: It is possible that mysqld could use
up to 
Jun 10 09:46:06 gir mysqld[25223]: key_buffer_size + (read_buffer_size +
sort_buffer_size)*max_connections = 233983 K
Jun 10 09:46:06 gir mysqld[25223]: bytes of memory
Jun 10 09:46:06 gir mysqld[25223]: Hope that's ok; if not, decrease some
variables in the equation.
Jun 10 09:46:06 gir mysqld[25223]: 
Jun 10 09:46:06 gir mysqld[25223]: thd=0x2344020
Jun 10 09:46:06 gir mysqld[25223]: Attempting backtrace. You can use the
following information to find out
Jun 10 09:46:06 gir mysqld[25223]: where mysqld died. If you see no
messages after this, something went
Jun 10 09:46:06 gir mysqld[25223]: terribly wrong...
Jun 10 09:46:06 gir mysqld[25223]: Cannot determine thread,
fp=0x2344020, backtrace may not be correct.
Jun 10 09:46:06 gir mysqld[25223]: Bogus stack limit or frame pointer,
fp=0x2344020, stack_bottom=0x4405, thread_stack=
131072, aborting backtrace.
Jun 10 09:46:06 gir mysqld[25223]: Trying to get some variables.
Jun 10 09:46:06 gir mysqld[25223]: Some pointers may be invalid and
cause the dump to abort...
Jun 10 09:46:06 gir mysqld[25223]: thd-query at (nil)  is invalid
pointer
Jun 10 09:46:06 gir mysqld[25223]: thd-thread_id=1
Jun 10 09:46:06 gir mysqld[25223]: The manual page at
http://www.mysql.com/doc/en/Crashing.html contains
Jun 10 09:46:06 gir mysqld[25223]: information that should help you find
out what is causing the crash.


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

Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages mysql-server depends on:
ii  mysql-server-5.0   5.0.51a-24+lenny3 MySQL database server binaries

mysql-server recommends no packages.

mysql-server 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#585391: RM: plymouth [alpha armel hppa hurd-i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc sparc] -- RoM; ANAIS

2010-06-10 Thread Daniel Baumann
Package: ftp.debian.org

Please remove plymouth from all architectures but amd64 and i386, thanks.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#585018: configure --enable-gnu-packages is not part of the solution

2010-06-10 Thread Soeren Sonnenburg
On Tue, 2010-06-08 at 23:33 +0200, Jean-Christian de Rivaz wrote:
 Soeren Sonnenburg a écrit :
  On Tue, 2010-06-08 at 15:56 +0200, Jean-Christian de Rivaz wrote:
  This simple change improve the situation a little:
 
  diff --git a/debian/rules b/debian/rules
  index b5301a4..44e5bca 100755
  --- a/debian/rules
  +++ b/debian/rules
  @@ -4,7 +4,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
   include /usr/share/cdbs/1/class/autotools.mk
   
   LDFLAGS += -llapack
  -DEB_CONFIGURE_EXTRA_FLAGS += --enable-static
  +DEB_CONFIGURE_EXTRA_FLAGS += --enable-static --enable-gnu-packages
  
  wait we cannot do that. coinor is licensed under the CPL. That means it
  is in conflict to the GPL and thus products linked to gnu gpl based
  backages is not allowed ...
  
  However bzip2/gzip are not gpl but bsd licenses so a different patch
  force enabling gzip/bzip2 would work.
 
 (Should I keep your private email for the reply or only the bug email ? 
 I am not familiar with the Debian reporting convention. Sorry.)

No it is perfect. Unfortunately my packaging machine is down but I as
soon as it is up again I will apply your patch - thanks!

Soeren
-- 
For the one fact about the future of which we can be certain is that it
will be utterly fantastic. -- Arthur C. Clarke, 1962


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


Bug#498616: Unmounting LVM'd isci based filesystem

2010-06-10 Thread Ritesh Raj Sarraf
I just got some time and did some testing. I must say I'm happy with the 
outcome. Specify the volgroup in /etc/default/open-iscsi, create LV mount it 
(without _netdev), and stop open-iscsi. It fails to stop. That is what I 
wanted. 


Thank you all. I will be doing the upload in a couple hours.



On Wednesday 09 Jun 2010 19:10:47 Ritesh Raj Sarraf wrote:
 On Wednesday 09 Jun 2010 16:11:44 Javier Barroso wrote:
  My environment for testing is i686 (qemu machine from host amd64 doesn't
  permit me to boot amd64 virtual machine (Surely I'm doing something
  wrong))
  
  So,
  
  Do you have .dsc, so I compile your new package in i686 ? Or can you
  provide a i686 package ?
 
 You could pull in the git repo and build it. I have already pushed my
 changes there. It is in the master branch
 
 http://git.debian.org/?p=pkg-iscsi/open-iscsi.git

-- 
Ritesh Raj Sarraf | http://people.debian.org/~rrs


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


Bug#585149: iceweasel: No sound in videos using the html5 video tag

2010-06-10 Thread Mike Hommey
On Wed, Jun 09, 2010 at 05:13:31PM +0200, Jad Zoghaib wrote:
 Package: iceweasel
 Version: 3.5.9-3
 Severity: normal
 
 Videos using the new html5 video tag such as the one on 
 http://www.mozilla-europe.org/fr/firefox/video/ are played correctly by 
 iceweasel 3.5.9 except there is no sound at all. The problem does not occur 
 when playing a flash video through the gnash plugin or an embedded video 
 played through the gecko-mediaplayer-plugin.
 When downloading the Ogg/Theora video and playing it through a media player 
 (such as mplayer), sound is working flawlessly.
 
 Moreover, browsing local files with iceweasel (with file:///home/ in the 
 address bar) and opening either an Ogg/Vorbis music file or an Ogg/Theora 
 video shows the same problem.
 This problem was identified only on the debian-ppc version of iceweasel 
 3.5.9, the same version installed on my debian-amd64 works correctly.
 
 Please tell me if you need more information.

What does /etc/iceweasel/iceweaselrc have to say about ICEWEASEL_DSP?
Is it none? If so, can you try auto?

Mike



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



Bug#585393: Please be more robust against bogus data in a deb822 file

2010-06-10 Thread Michael Vogt
Package: python-debian
Version: 0.1.16
Severity: normal

It appears that the deb822.Deb822.iter_paragraph method gets confused
if there are bogus entries (like a single line) in the file. Below is
a test that shows the behavior. Depending on the policy the excpeted
value is either 2 or 3 (2 if we want to discard invalid stanzas).

It appears that the problem is while len(x) != 0 in deb822.py, that
will make the parser stop on the first bogus line. Attached is a
possible patch for this that makes the EOF handling explicit. 

Thanks,
 Michael

--- a/lib/debian/deb822.py  2010-03-16 02:06:28.0 +0100
+++ b/lib/debian/deb822.py  2010-06-10 10:51:30.0 +0200
@@ -241,7 +241,7 @@
 (All values are given back as unicode objects, so an encoding is
 necessary in order to properly interpret the strings.)
 
-
+self.eof = False
 if hasattr(sequence, 'items'):
 _dict = sequence
 sequence = None
@@ -249,12 +249,11 @@
 _dict = None
 Deb822Dict.__init__(self, _dict=_dict, _parsed=_parsed, _fields=fields,
 encoding=encoding)
-
 if sequence is not None:
 try:
 self._internal_parser(sequence, fields)
 except EOFError:
-pass
+self.eof = True
 
 self.gpg_info = None
 
@@ -285,7 +284,7 @@
 else:
 iterable = iter(sequence)
 x = cls(iterable, fields, encoding=encoding)
-while len(x) != 0:
+while not x.eof:
 yield x
 x = cls(iterable, fields, encoding=encoding)
 


--- a/tests/test_deb822.py  2010-03-16 02:06:28.0 +0100
+++ b/tests/test_deb822.py  2010-06-10 09:59:59.0 +0200
@@ -235,6 +235,12 @@
 -END PGP SIGNATURE-
 '''
 
+BOGUS_DATA = '''
+
+xxx-bogus-entry
+
+'''
+
 class TestDeb822Dict(unittest.TestCase):
 def make_dict(self):
 d = deb822.Deb822Dict()
@@ -705,6 +711,15 @@
 self.assertEqual(utf8_contents, latin1_to_utf8.getvalue())
 self.assertEqual(latin1_contents, utf8_to_latin1.getvalue())
 
+def test_bogus(self):
+text = (UNPARSED_PACKAGE + '\n\n\n' + 
+BOGUS_DATA + '\n\n\n' + 
+UNPARSED_PACKAGE).splitlines()
+l = []
+for d in deb822.Deb822.iter_paragraphs(text, use_apt_pkg=True):
+l.append(d)
+self.assertEqual(len(l), 3)
+
 class TestPkgRelations(unittest.TestCase):
 
 def test_packages(self):


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

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

Versions of packages python-debian depends on:
ii  python 2.6.5-0ubuntu1An interactive high-level object-o
ii  python-apt 0.7.94.2ubuntu6.1 Python interface to libapt-pkg
ii  python-support 1.0.4ubuntu1  automated rebuilding support for P

python-debian recommends no packages.

Versions of packages python-debian suggests:
ii  gpgv 1.4.10-2ubuntu1 GNU privacy guard - signature veri

-- 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#531808: linphone: reading help helps to not get segfault

2010-06-10 Thread Javier Barroso
Package: linphone
Severity: normal


soundcard use files fixes this issue in lenny

Now in sid, there is other bug:
ortp-error-Cannot play file: the stream hasn't been started with 
audio_stream_start_with_files

Regards,

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

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

Versions of packages linphone depends on:
ii  libasound2 1.0.23-1  shared library for ALSA applicatio
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libavcodec52   4:0.5.2-1 ffmpeg codec library
ii  libc6  2.11.1-2  Embedded GNU C Library: Shared lib
ii  libcairo2  1.8.10-4  The Cairo 2D vector graphics libra
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.3.11-1  FreeType 2 font engine, shared lib
ii  libglade2-01:2.6.4-1 library to load .glade files at ru
ii  libglib2.0-0   2.24.1-1  The GLib library of C routines
ii  libgsm11.0.13-3  Shared libraries for GSM speech co
ii  libgtk2.0-02.20.1-1  The GTK+ graphical user interface 
ii  liblinphone3   3.3.0-2   linphone's shared library part (su
ii  libmediastreamer0  3.3.0-2   linphone web phone's media library
ii  libogg01.2.0~dfsg-1  Ogg bitstream library
ii  libortp8   3.3.0-2   Real-time Transport Protocol stack
ii  libpango1.0-0  1.28.0-1  Layout and rendering of internatio
ii  libsdl1.2debian1.2.14-6  Simple DirectMedia Layer
ii  libspeex1  1.2~rc1-1 The Speex codec runtime library
ii  libspeexdsp1   1.2~rc1-1 The Speex extended runtime library
ii  libswscale04:0.5.svn20090330-0.0 ffmpeg video scaling library
ii  libtheora0 1.1.1+dfsg.1-3The Theora Video Compression Codec
ii  libx11-6   2:1.3.3-3 X11 client-side library
ii  libxml22.7.7.dfsg-2  GNOME XML library
ii  linphone-nox   3.3.0-2   SIP softphone - console-only clien

linphone recommends no packages.

Versions of packages linphone suggests:
pn  yelp  none (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#585394: CVE-2010-1646: Sudo's secure path option can be circumvented

2010-06-10 Thread Moritz Muehlenhoff
Package: sudo
Severity: grave
Tags: security
Justification: user security hole

Please see http://www.gratisoft.us/sudo/alerts/secure_path.html

Patch for Lenny is attached, for Squeeze it's likely best to
update to 1.7.2p7.

Cheers,
Moritz
diff -urNa sudo-1.6.9p22/env.c sudo-1.6.9p23/env.c
--- sudo-1.6.9p22/env.c	Wed Apr  7 06:32:26 2010
+++ sudo-1.6.9p17/env.c	Fri May 28 09:54:46 2010
@@ -270,6 +270,7 @@
 {
 char **nep;
 size_t varlen;
+int found = FALSE;
 
 /* Make sure there is room for the new entry plus a NULL. */
 if (e-env_len + 2  e-env_size) {
@@ -278,20 +279,34 @@
 }
 
 if (dupcheck) {
-	varlen = (strchr(str, '=') - str) + 1;
+	varlen = (strchr(str, '=') - str) + 1;
 
-	for (nep = e-envp; *nep; nep++) {
+	for (nep = e-envp; !found  *nep != NULL; nep++) {
+	if (strncmp(str, *nep, varlen) == 0) {
+		*nep = str;
+		found = TRUE;
+	}
+	}
+	/* Prune out duplicate variables. */
+	if (found) {
+	while (*nep != NULL) {
 		if (strncmp(str, *nep, varlen) == 0) {
-		*nep = str;
-		return;
+		memmove(nep, nep + 1,
+			(e-env_len - (nep - e-envp)) * sizeof(char *));
+		e-env_len--;
+		} else {
+		nep++;
 		}
 	}
-} else
-	nep = e-envp + e-env_len;
+	}
+}
 
-e-env_len++;
-*nep++ = str;
-*nep = NULL;
+if (!found) {
+	nep = e-envp + e-env_len;
+	e-env_len++;
+	*nep++ = str;
+	*nep = NULL;
+}
 }
 
 /*


Bug#585395: sysklogd: messages and debug catchall files do not get any messages

2010-06-10 Thread Amit Aronovitch

Package: sysklogd
Version: 1.5-5
Justification: causes serious data loss
Severity: critical
Tags: security patch

*** Please type your report below this line ***

Messages are not being sent to /var/log/messages and /var/log/debug.
I believe this is due to syntax problems in the config file (patch 
attached), and that messages are not getting to /dev/xconsole as well.
From experimenting with the config file, it seems that the problem is 
with the continuation lines.
Apparently the escaped EOL does not skip the whitespace at the beginning 
of the next line, which might cause it to recognize the tab there as a 
field separator. Removing these tabs makes the daemon work properly (see 
patch).


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

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

Versions of packages sysklogd depends on:
ii  klogd [linux-kernel-log-daemo 1.5-5  Kernel Logging Daemon
ii  libc6 2.11.1-3   Embedded GNU C Library: 
Shared lib


sysklogd recommends no packages.

sysklogd suggests no packages.

-- Configuration Files:
/etc/syslog.conf changed [not included]
-- no debconf information

--- /etc/syslog.conf.old2010-06-10 11:10:56.112206467 +0300
+++ /etc/syslog.conf2010-06-10 12:06:57.955082453 +0300
@@ -34,12 +34,12 @@
 # Some `catch-all' logfiles.
 #
 *.=debug;\
-   auth,authpriv.none;\
-   news.none;mail.none -/var/log/debug
+auth,authpriv.none;\
+news.none;mail.none-/var/log/debug
 *.=info;*.=notice;*.=warn;\
-   auth,authpriv.none;\
-   cron,daemon.none;\
-   mail,news.none  -/var/log/messages
+auth,authpriv.none;\
+cron,daemon.none;\
+mail,news.none -/var/log/messages
 
 #
 # Emergencies are sent to everybody logged in.
@@ -64,7 +64,7 @@
 #  busy site..
 #
 daemon.*;mail.*;\
-   news.err;\
-   *.=debug;*.=info;\
-   *.=notice;*.=warn   |/dev/xconsole
+news.err;\
+*.=debug;*.=info;\
+*.=notice;*.=warn  |/dev/xconsole
 


Bug#584272: Can't start pidgin: bad flagvector, (Pidgin:4135): Json-CRITICAL, jack server is not running

2010-06-10 Thread Rene Engelhard
On Wed, Jun 09, 2010 at 03:03:15PM +0200, Rene Engelhard wrote:
  Aha. So myspell-hu is buggy.

That said, we just had a look at hu_HU.dic:

-rw-r--r-- 1 root root 95 16. Mär 11:05 /usr/share/hunspell/hu_HU.dic

$ t hu_HU.dic
246318
== /tmp/i2my22431.1 ==
%-bF3l/g4
%-ban/g4
%-ba/g3
%-/0g1AUKQSsci
%
/g5
/g3
/g1
/g
/JX

$

 Cloning the bug to myspell-hu, making it critical as it breaks unrelated
 software [...]

Even more when you actually look at the dict...
Looks the ispell - myspell conversion went fubar (which honestly doesn't
surprise me at all for this package).

Maybe we should just remove it? (And/or finally fix 476677...)

Grüße/Regards,

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



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



Bug#585078: Description is incomprehensible

2010-06-10 Thread Christian PERRIER
I'm apparently still subscribed to wims PTS Probably a remaining
from a technical interest I got in the package, or from the days I
sponsored it a couple of times. Anywaythat lead me to read your
discussion and you may know I have some interest in  package
description enhancements (look for Smith Project on wiki.debian.org).

 What about something like:

I agree with Christoph's comments abou tthe description needing to be
intelligible not only to people who are likely to be the software
target (teachers, all people involved in education), but also to
average users.

At first glance Christoph's proposal fits that need for me.

Just a minor comment:
 
 Description: WWW Interactive Mathematics Server (WIMS)

Cpitalization may be discussed here. Of course, it explains the
acronym.

Maybe it could be decrypted in the long description with something
like:

WIMS (WWW Interactive Mathematics Server) is

And the synopsis being:

web-based education software for mathematics

(the idea being that the synopsis carries the needed keywords...and
the long description makes it more precisely fit the way the software
operates)

I may also suggest to carry this discussion to debian-l10n-english so
that native speakers who lurk there (at least we have one very active
and efficient...and skilled) may help improvig all this as, TTBOMK,
none of us is a native speaker of English...




signature.asc
Description: Digital signature


Bug#563096: sylpheed: Hide update menu item

2010-06-10 Thread Ricardo Mones

  Hi Andreas,

  First of all sorry for not having answered before.

On Thu, Jun 10, 2010 at 02:05:53AM +0200, Andreas Ronnquist wrote:
 patch attached

  Err... thanks, but would be less work to do the edit by hand *grin*

 -- 
 Andreas Rönnquist gus...@gusnan.se

 diff -ur sylpheed-3.0.2.orig/debian/rules sylpheed-3.0.2/debian/rules
 --- sylpheed-3.0.2.orig/debian/rules  2010-06-10 00:56:14.0 +0200
 +++ sylpheed-3.0.2/debian/rules   2010-06-10 01:42:43.0 +0200
 @@ -13,6 +13,7 @@
   --enable-ipv6 \
   --enable-gtkspell \
   --enable-oniguruma \
 + --disable-updatecheck \
   --with-manualdir=/usr/share/doc/sylpheed-doc/manual \
   --with-faqdir=/usr/share/doc/sylpheed-doc/FAQ

  You can disable checking in configuration, no more spamming.
  To me removing the option for checking is like self-cheating and
  trusting the Debian version is always the latest.
  As a user why should I trust the debian maintainer about that? :)
  And as the debian maintainer I'd like to be notified by the users if
  I miss some release [0], so really don't see the point of removing
  the option.

  regards,

[0] Already know the watch file would warn of this on PTS, but that
resource not usually checked by users, a menu option is more quick.
-- 
  Ricardo Mones 
  ~
  The three principal virtues of a programmer are Laziness, 
  Impatience, and Hubris.man perl



signature.asc
Description: Digital signature


Bug#575103: Can't open perl script /usr/bin/dpkg-source: Cannot allocate memory

2010-06-10 Thread Soeren Sonnenburg
OK, I've found the problem thanks to a mini debconf debug session:

cowbuilder seems to require that ones umask is at least 003, i.e. files
are created *world-readable*.

So I can reliably trigger the problem with

umask 0077

wereas 

umask 0002
umask 0003

(anything that does not have the 4 included)

On Fri, 2010-05-14 at 08:28 +0900, Junichi Uekawa wrote:
 Hi,
 
 At Fri, 7 May 2010 20:34:37 +0200,
 Raphael Hertzog wrote:
  
  severity 575103 important
  thanks
  
  On Tue, 23 Mar 2010, Soeren Sonnenburg wrote:
   Package: cowdancer
   Version: 0.61
   Severity: grave
   
   in a freshly created cowbuilder environment svn-buildpackage failed
   with
   
   I: Extracting source
   cowdancer: cannot open ilistfile /.ilist
   cowdancer: Fatal, initialize_functions failed
   cowdancer: cannot open ilistfile /.ilist
   cowdancer: cannot open ilistfile /.ilist
   cowdancer: Fatal, initialize_functions failed
   cowdancer: cannot open ilistfile /.ilist
   cowdancer: cannot open ilistfile /.ilist
   Can't open perl script /usr/bin/dpkg-source: Cannot allocate memory
   E: pbuilder: Failed extracting the source
 
 Have you verified that /.ilist file exists and readable ?
 
 ENOMEM is an error message that cowdancer uses to signify something is
 wrong, and the log message preceding it is usually the problem.
 
 
 regards,
   junichi

Soeren
-- 
For the one fact about the future of which we can be certain is that it
will be utterly fantastic. -- Arthur C. Clarke, 1962


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


Bug#585396: nvidia-kernel-legacy-173xx-source: nvidia-kernel-legacy-173xx-source fails to build with 2.6.34-1 (amd64)

2010-06-10 Thread Eloi COUTANT
Package: nvidia-kernel-legacy-173xx-source
Version: 173.14.25-1
Severity: grave

I can'nt build this package (with module assistant). The error out is here :
http://debian.pastebin.com/JFC2bGQv

Kind regards

-- System Information:
Debian Release: squeeze/sid
  APT prefers experimental
  APT policy: (600, 'experimental'), (430, 'unstable'), (410, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.34-1-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to fr_FR.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages nvidia-kernel-legacy-173xx-source depends on:
ii  debhelper 7.4.20 helper programs for debian/rules
ii  dpatch2.0.31 patch maintenance system for Debia
ii  make  3.81-8 An utility for Directing compilati
ii  sed   4.2.1-7The GNU sed stream editor

Versions of packages nvidia-kernel-legacy-173xx-source recommends:
pn  devscripts   none  (no description available)
pn  kernel-package   none  (no description available)
ii  module-assistant 0.11.3  tool to make module package creati
ii  nvidia-glx-legacy-173xx  173.14.22-1 NVIDIA binary Xorg driver

nvidia-kernel-legacy-173xx-source 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#585397: perl: Use of an uninitialized value in Syslog.pm

2010-06-10 Thread Sylvain DEROSIAUX
Package: perl
Version: 5.10.1-12
Severity: normal

Hi,

I'm running mod_fcgid under Apache 2 and I have catched this error in the log :

[Thu Jun 10 11:25:32 2010] [warn] mod_fcgid: stderr: Use of uninitialized value 
$_[0] in sprintf at /usr/lib/perl/5.10/Sys/Syslog.pm line 365.

Best regards,
Sylvain


-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (990, 'stable'), (600, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-xen-amd64 (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/bash

Versions of packages perl depends on:
ii  libbz2-1.0 1.0.5-1   high-quality block-sorting file co
ii  libc6  2.7-18lenny2  GNU C Library: Shared libraries
ii  libdb4.7   4.7.25-9  Berkeley v4.7 Database Libraries [
ii  libgdbm3   1.8.3-3   GNU dbm database routines (runtime
ii  perl-base  5.10.1-12 minimal Perl system
ii  perl-modules   5.10.1-12 Core Perl modules
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages perl recommends:
ii  make  3.81-5 The GNU version of the make util
ii  netbase   4.34   Basic TCP/IP networking system

Versions of packages perl suggests:
pn  libterm-readline-gnu-perl | l none (no description available)
pn  perl-doc  none (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#585378: cryptsetup: segfaults on boot (on powerpc)

2010-06-10 Thread Milan Broz
On 06/10/2010 12:43 AM, Mourad De Clerck wrote:
 cryptsetup asks the password for the root (luks) partition and proceeds to
 segfault. After which it asks the password again. Critical because it made
 this laptop unbootable. I repaired it with another powerpc laptop, target
 mode and chroot. It's a bit tricky to figure out what's going on this early
 in the boot, and I'm a bit loath to upgrade to the current version of
 cryptsetup again. However, if I can help in any way, let me know.

Please can you try to run cryptsetup manually with --debug and post output?

(BTW There is patch for topology ioctl upstream which affects ppc arch,
but this code should not be called during luksOpen...)

Milan



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



Bug#585398: sysv-rc: sysv-rc fails to convert at each upgrade

2010-06-10 Thread Tollef Fog Heen
Package: sysv-rc
Version: 2.88dsf-7
Severity: normal

On each upgrade, sysv-rc complains that it can't convert to
dependency-based boot ordering, which is getting tedious.  There is no
reason for it to try continue converting my init scripts (which are in a
fine order already).  While there is a debconf question for whether I
want to convert or not, it's never asked as sysv-rc thinks it's unsafe
to activate.

Could you please provide a way for me to tell sysv-rc to keep its hands
off my configuration as I'm not using sysvinit and would rather keep it
that way?  Alternatively, make it not try to convert on each upgrade,
but just try once.

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are



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



Bug#543847: About libcdaudio -- library for CDDA playback control

2010-06-10 Thread Zak B. Elep
Hi!

On Sun, 2010-06-06 at 22:35 +0530, Deepak Tripathi wrote:
 are you still wanted to adopt this package ? if yes then please go
 ahead else i would like to adopt it.


Yeah, I still have a pending RFS for it actually, and its on
mentors.debian.net...

http://mentors.debian.net/debian/pool/main/l/libcdaudio/






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



Bug#573039: approx: fails with Nethttpd: Uncaught exception: Control_file.Missing(_, md5sum)

2010-06-10 Thread Jonas Smedegaard

On Mon, Mar 08, 2010 at 04:48:07PM +0100, Jonas Smedegaard wrote:

On Mon, Mar 08, 2010 at 09:33:04AM -0500, Eric Cooper wrote:

On Mon, Mar 08, 2010 at 02:22:55PM +0100, Jonas Smedegaard wrote:

Approx 4.1-1 and earlier worked fine with unsigned repositores.

Approx 4.2-1 - when used with e.g. http://debian.jones.dk/ - 
stalls and emits the following to syslog:


Nethttpd: Uncaught exception: Control_file.Missing(_, md5sum)

Indeed that file is missing, but I believe the proxy should 
gracefully handle that as it have done in the past.


This exception was added to give better information on why 
approx-gc would occasionally fail (on malformed Packages or Sources 
files), but I guess it broke something else.


Can you point me at the index file that approx is failing on (and 
that used to work OK)?  Thanks, and sorry for the inconvenience.


First of all: Thanks for a swift reply - that is really appreciated!

I do not understand what you mean by index file, but here's some 
more syslog details when enabling DEBUG:


Mar  8 14:17:17 auryn approx: Connection from 127.0.0.1 port 43597
Mar  8 14:17:17 auryn approx: Request: 
/jones/dists/sid/boot/binary-amd64/Packages.diff/Index
Mar  8 14:17:17 auryn approx:   Host: localhost:
Mar  8 14:17:17 auryn approx:   Connection: keep-alive
Mar  8 14:17:17 auryn approx:   User-Agent: Debian APT-HTTP/1.3 (0.7.25.3)
Mar  8 14:17:17 auryn approx: Nethttpd: Uncaught exception: Control_file.Missing(_, 
md5sum)


Here is an APT example:

 deb http://debian.jones.dk/ lenny voip


I have not verified if that particular example fails, but none of the 
repositories at debian.jones.dk are signed (yet - I use custom 
written routines to generate them so and have not yet gotten around 
to add that extra signing piece to those routines), so I assume it 
will.



Ping!


 - Jonas

--
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Bug#585399: Typo: depreciated should be deprecated

2010-06-10 Thread Peter Pentchev
Package: cron
Version: 3.0pl1-111
Severity: minor

Apologies for troubling you with such a trivial issue, but I just thought
it might be easy to fix :)

In the cron.init script, the /etc/environment warning misspells
deprecated as depreciated, which is also an existing word, but
it means something slightly different.

Thanks a lot for taking care of cron!

G'luck,
Peter

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

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

Versions of packages cron depends on:
ii  adduser   3.112  add and remove users and groups
ii  debianutils   3.2.3  Miscellaneous utilities specific t
ii  libc6 2.10.2-9   Embedded GNU C Library: Shared lib
ii  libpam-runtime1.1.1-3Runtime support for the PAM librar
ii  libpam0g  1.1.1-3Pluggable Authentication Modules l
ii  libselinux1   2.0.94-1   SELinux runtime shared libraries
ii  lsb-base  3.2-23.1   Linux Standard Base 3.2 init scrip

Versions of packages cron recommends:
ii  dma [mail-transport-age 0.0.2009.07.17-3 lightweight mail transport agent
ii  lockfile-progs  0.1.13   Programs for locking and unlocking

Versions of packages cron suggests:
pn  anacron   none (no description available)
pn  checksecurity none (no description available)
ii  logrotate 3.7.8-6Log rotation utility

-- no debconf information


signature.asc
Description: Digital signature


Bug#581184: Bug#582315: preliminary packages of nvidia-cuda-toolkit 3.0 available

2010-06-10 Thread Christian Kastner
On 06/09/2010 12:48 PM, Andreas Beckmann wrote:
 Preliminary packages of nvidia-cuda-toolkit 3.0 (now supports OpenCL,
 too) are available at:
 
 http://stxxl.ae.cs.uni-frankfurt.de/tmp/582ce36a-592b-4677-9c3b-86ed21603fd9/
 
 OpenCL support needs packages from nvidia-graphics-drivers 195.36.24-2
 and will be fully functional with 195.36.24-3 (not yet uploaded).
 
 Please give it a try and see if you can build your dependent packages now.

The CUDA extension package[1] for pyrit[2] builds and (in initial tests)
runs fine against this.

Great work!

[1]http://www.kvr.at/debian/pool/contrib/p/pyrit-cuda/pyrit-cuda_0.3.0-1.dsc
[2]http://www.kvr.at/debian/pool/main/p/pyrit/pyrit_0.3.0-1.dsc









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



Bug#585398: sysv-rc: sysv-rc fails to convert at each upgrade

2010-06-10 Thread Petter Reinholdtsen
[Tollef Fog Heen]
 Could you please provide a way for me to tell sysv-rc to keep its hands
 off my configuration as I'm not using sysvinit and would rather keep it
 that way?  Alternatively, make it not try to convert on each upgrade,
 but just try once.

It is intentional to ask on every upgrade, to try to get everyone over
to the new dependency based boot script ordering, and away from the
legacy ordering.  The only way to avoid this question on every
upgrade, is to fix the problems blocking migration and do the upgrade.

Staying with the legacy boot ordering is not a sustainable alternative
for Debian.

What kind of problems are detected?  I plan to change the migration
check in the next upload to only report removed but not purged
packages as problems if there are loops or other dependency problems
with the boot ordering, and expect this will make it possible for more
people to migrate without any manual fixing.

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#584911: [Pkg-openssl-devel] Bug#584911: bind9: hard-coded dependency on /usr/lib/ssl/openssl.cnf might cause trouble

2010-06-10 Thread Gebauer, Mirko (FRA-MRM)
   reassign 584911 openssl 0.9.8g-15+lenny6
  Bug #584911 [bind9] bind9: hard-coded dependency on
 /usr/lib/ssl/openssl.cnf might cause trouble
 
 I agree that the documentation does not match the behaviour.
 
 As far as I know, there never is a reason to remove the
 world-readable permission, so I'm lowering the severity.

The file could contain (default-)passwords (input_password, output_password), 
and therefore it could sometimes be preferred not to be world-readable.

I still don't understand why newer bind9-packages suddenly are so interested in 
this file, while previous versions seemingly didn't care about it.

Best regards,
Mirko Gebauer


/pre This message contains information which may be confidential and 
privileged.Unless you br
are the intended recipient (or authorized to receive this message for the 
intended br
recipient), you may not use, copy, disseminate or disclose to anyone the 
message or br
any information contained in the message. If you have received the message in 
error, br
please advise the sender by reply e-mail, and delete the message. br
Thank you very much. br
(A) pre




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



Bug#492950: metoo

2010-06-10 Thread MAtteo HCE Valsasna

we had a very similar crash.
one day the crash happened repeatedly with different servers, another 
day wput worked normally.


my wild guess: read of uninitialized memory location



GNU/Linux 5.0 running as a vmware guest
ii  wput  0.6-1 
A tls-capable wget-like ftp-client for uploading files.



app-batch01:/tmp# wput --reupload --port-mode XXX
--15:11:56-- `FILENAME'
= ftp://xx...@xxx/FILENAME
Connecting to ***:21... connected!
Logging in as ***  ... Logged in!
Length: 20,688

15:11:56 (FILENAME) - ` -0.00B/s' [20688]

*** glibc detected *** wput: free(): invalid pointer: 0x09c1400a ***
=== Backtrace: =
/lib/i686/cmov/libc.so.6[0xb7ef4624]
/lib/i686/cmov/libc.so.6(cfree+0x96)[0xb7ef6826]
wput[0x804d478]
wput[0x804de72]
wput[0x80546c2]
wput[0x8049f2e]
/lib/i686/cmov/libc.so.6(__libc_start_main+0xe5)[0xb7e9c455]
wput[0x8049a91]
=== Memory map: 
08048000-0805b000 r-xp  08:06 8801   /usr/bin/wput
0805b000-0805c000 rw-p 00013000 08:06 8801   /usr/bin/wput
09c13000-09c34000 rw-p  00:00 0  [heap]
b7b0-b7b21000 rw-p  00:00 0
b7b21000-b7c0 ---p  00:00 0
b7c09000-b7c15000 r-xp  08:01 34819  /lib/libgcc_s.so.1
b7c15000-b7c16000 rw-p b000 08:01 34819  /lib/libgcc_s.so.1
b7c1b000-b7d55000 r--p  08:06 233444 
/usr/lib/locale/locale-archive

b7d55000-b7d57000 rw-p  00:00 0
b7d57000-b7d6b000 r-xp  08:06 233417 /usr/lib/libz.so.1.2.3.3
b7d6b000-b7d6c000 rw-p 00013000 08:06 233417 /usr/lib/libz.so.1.2.3.3
b7d6c000-b7e03000 r-xp  08:06 233818 
/usr/lib/libgnutls.so.26.4.6
b7e03000-b7e09000 rw-p 00097000 08:06 233818 
/usr/lib/libgnutls.so.26.4.6
b7e09000-b7e0c000 r-xp  08:06 233807 
/usr/lib/libgpg-error.so.0.3.0
b7e0c000-b7e0d000 rw-p 2000 08:06 233807 
/usr/lib/libgpg-error.so.0.3.0
b7e0d000-b7e73000 r-xp  08:06 233809 
/usr/lib/libgcrypt.so.11.4.4
b7e73000-b7e75000 rw-p 00066000 08:06 233809 
/usr/lib/libgcrypt.so.11.4.4

b7e75000-b7e84000 r-xp  08:06 233815 /usr/lib/libtasn1.so.3.0.15
b7e84000-b7e85000 rw-p e000 08:06 233815 /usr/lib/libtasn1.so.3.0.15
b7e85000-b7e86000 rw-p  00:00 0
b7e86000-b7fdb000 r-xp  08:01 55329  /lib/i686/cmov/libc-2.7.so
b7fdb000-b7fdc000 r--p 00155000 08:01 55329  /lib/i686/cmov/libc-2.7.so
b7fdc000-b7fde000 rw-p 00156000 08:01 55329  /lib/i686/cmov/libc-2.7.so
b7fde000-b7fe1000 rw-p  00:00 0
b7fe1000-b7fec000 r-xp  08:06 233819 
/usr/lib/libgnutls-openssl.so.26.4.6
b7fec000-b7fed000 rw-p a000 08:06 233819 
/usr/lib/libgnutls-openssl.so.26.4.6

b7ff1000-b7ff4000 rw-p  00:00 0
b7ff4000-b7ff5000 r-xp  00:00 0  [vdso]
b7ff5000-b800f000 r-xp  08:01 34995  /lib/ld-2.7.so
b800f000-b8011000 rw-p 0001a000 08:01 34995  /lib/ld-2.7.so
bf858000-bf86d000 rw-p  00:00 0  [stack]
Aborted



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



Bug#585400: openshot: Half the user interface in wrong language

2010-06-10 Thread Harri Haataja
Package: openshot
Version: 1.1.3-1
Severity: important


About half of the strings in the user interface appear in Finnish (NEVER
selected as any kind of display language anywhere, only for localization)
and the rest in English (correct).

% locale
LANG=en_GB.UTF-8
LC_CTYPE=fi_FI.UTF-8
LC_NUMERIC=en_GB.UTF-8
LC_TIME=fi_FI.UTF-8
LC_COLLATE=fi_FI.UTF-8
LC_MONETARY=fi_FI.UTF-8
LC_MESSAGES=en_GB.UTF-8
LC_PAPER=fi_FI.UTF-8
LC_NAME=fi_FI.UTF-8
LC_ADDRESS=fi_FI.UTF-8
LC_TELEPHONE=fi_FI.UTF-8
LC_MEASUREMENT=fi_FI.UTF-8
LC_IDENTIFICATION=fi_FI.UTF-8
LC_ALL=


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

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

Versions of packages openshot depends on:
ii  librsvg2-common  2.26.3-1SAX-based renderer library for SVG
ii  melt 0.5.4-1 command line media player and vide
ii  python   2.5.4-9 An interactive high-level object-o
ii  python-glade22.17.0-2GTK+ bindings: Glade support
ii  python-gtk2  2.17.0-2Python bindings for the GTK+ widge
ii  python-mlt2  0.5.4-1 multimedia framework (python bindi
ii  python-pygoocanvas   0.10.0-2+b1 GooCanvas Python bindings
ii  python-support   1.0.8   automated rebuilding support for P
ii  python-xdg   0.19-1  Python library to access freedeskt

Versions of packages openshot recommends:
ii  openshot-doc  1.1.3-1Help manual for OpenShot Video Edi

openshot 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#585401: Obsolete texlive-publishers

2010-06-10 Thread Mauro Sacchetto
Package: texlive-publishers
Version: 2009-7

In this package there are obsolete versions at least of:


classicthesis[2009/08/01 v2.6]
current is  classicthesis[2010/05/01 v2.8]


and


arsclassica[2009/01/01 v2.5]
current is arsclassica[2010/02/14 v2.7]



Sometimes, this produces some troubles in compilation.
Do u plan a quick update?

Thanx
MS





-- 
linux user no.: 353546



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



Bug#585403: emacs22 22.3+1-1.2 fails to install on mipsel

2010-06-10 Thread Andreas Barth
Package: emacs22
Version: 22.3+1-1.2
Severity: critical

Hi,

this package cannot be installed on mipsel:

| Setting up emacs22 (22.3+1-1.2) ...
| update-alternatives: using /usr/bin/emacs22-x to provide /usr/bin/emacs 
(emacs) in auto mode.
| update-alternatives: using /usr/bin/emacs22 to provide /usr/bin/editor 
(editor) in auto mode.
| emacs-install emacs22
| emacsen-common: Handling install of emacsen flavor emacs22
| emacsen-common: byte-compiling for emacs22
| emacs22: malloc.c:3096: sYSMALLOc: Assertion `(old_top == (((mbinptr) (((char 
*) ((av)-bins[((1) - 1) * 2])) - __builtin_offsetof (struct malloc_chunk, 
fd  old_size == 0) || 
| ((unsigned long) (old_size) = (unsigned long)__builtin_offsetof (struct 
malloc_chunk, fd_nextsize))+((2 * (sizeof(size_t))) - 1))  ~((2 * 
(sizeof(size_t))) - 1)))  ((old_top)
| -size  0x1)  ((unsigned long)old_end  pagemask) == 0)' failed.
| Aborted
| emacs-install: /usr/lib/emacsen-common/packages/install/emacsen-common 
emacs22 failed at /usr/lib/emacsen-common/emacs-install line 28, TSORT line 2.


This makes other packages FTBFS, e.g. acl2.


Andi



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



Bug#585402: libp11: Documentation missing

2010-06-10 Thread David Stansby
Package: libp11
Severity: normal
Tags: patch

Upstream had changes with their makefiles in doc/ so the *.html and *.css files
are now in a different directory and the debian/ubuntu packaging needs to be
fixed. Downstream report:
https://bugs.edge.launchpad.net/ubuntu/+source/libp11/+bug/543320



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

Kernel: Linux 2.6.35-1-generic (SMP w/1 CPU core)
diff -u libp11-0.2.7/debian/libp11-dev.docs libp11-0.2.7/debian/libp11-dev.docs
--- libp11-0.2.7/debian/libp11-dev.docs
+++ libp11-0.2.7/debian/libp11-dev.docs
@@ -1,3 +1,2 @@
-+doc/*.html
-+doc/*.css
-
+doc/nonpersistent/wiki.out/*.html
+doc/nonpersistent/wiki.out/*.css
diff -u libp11-0.2.7/debian/changelog libp11-0.2.7/debian/changelog
--- libp11-0.2.7/debian/changelog
+++ libp11-0.2.7/debian/changelog
@@ -1,3 +1,9 @@
+libp11 (0.2.7-1ubuntu1) lucid; urgency=low
+
+  * Include documentation (was moved to different directory in source)
+
+ -- Andreas Jellinghaus a...@dungeon.inka.de  Sun, 21 Mar 2010 11:52:24 +0100
+
 libp11 (0.2.7-1) unstable; urgency=low
 
   * New upstream release.


Bug#585404: python-daemon: Please package newer upstream release 1.6

2010-06-10 Thread Jonas Smedegaard
Package: python-daemon
Version: 1.5.5-1
Severity: wishlist

As subject says, please update the packaging to newest upstream release
1.6.


Kind regards,

 - Jonas



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



Bug#585405: acl2 depends on old / broken emacs22 package

2010-06-10 Thread Andreas Barth
Package: acl2
Version: 3.6.1-1
Severity: serious

Hi,

the emacs22 package refuses to get installed on mipsel, so your
package is failing to build.


Andi



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



Bug#310495: (no subject)

2010-06-10 Thread david
I will like to discuss a business proposition with you.



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



Bug#585177: grub-common: grub-mkdevicemap print non stable names (/dev/[sh]dX)

2010-06-10 Thread Vincent Danjean
On 09/06/2010 23:58, Colin Watson wrote:
 There is already a separate grave bug (#554790) which will be fixed by
 using /dev/disk/by-id/ in grub-pc/install_devices.  Is your bug a
 duplicate of that one, or are you going further?

  It is a duplicate. I missed it when I reported this one. Sorry.
Any idea when the proposed patch will be applied ?

  Regards,
Vincent

-- 
Vincent Danjean Adresse: Laboratoire d'Informatique de Grenoble
Téléphone:  +33 4 76 61 20 11ENSIMAG - antenne de Montbonnot
Fax:+33 4 76 61 20 99ZIRST 51, avenue Jean Kuntzmann
Email: vincent.danj...@imag.fr   38330 Montbonnot Saint Martin



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



Bug#585406: klipper applet not available

2010-06-10 Thread MH
Package: klipper
Version: 4:4.4.3-1
Severity: important
Tags: squeeze

klipper icon does not appear in system tray. systemtray display settings have 
no effect. This only seems to affect some users.

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

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

Versions of packages klipper depends on:
ii  kdebase-runtime 4:4.4.3-1runtime components from the offici
ii  libc6   2.10.2-9 Embedded GNU C Library: Shared lib
ii  libkdecore5 4:4.4.3-2the KDE Platform Core Library
ii  libkdeui5   4:4.4.3-2the KDE Platform User Interface Li
ii  libqt4-dbus 4:4.6.2-4Qt 4 D-Bus module
ii  libqtcore4  4:4.6.2-4Qt 4 core module
ii  libqtgui4   4:4.6.2-4Qt 4 GUI module
ii  libstdc++6  4.4.4-1  The GNU Standard C++ Library v3
ii  libx11-62:1.3.3-3X11 client-side library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

klipper recommends no packages.

klipper 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#585116: Upstream Bug discussion

2010-06-10 Thread Sven Herzberg
Hi,

this bug has been forwarded upstream by Kartik:
  http://github.com/herzi/mango-lassi/issues#issue/1

Please follow the discussion over there (and realize that I already
blame the gnome-breapd module for calling functions without knowing how
to call them properly).

Kind regards,
  Sven




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



Bug#585407: apt: CopyFile() could use splice() to avoid memory copies

2010-06-10 Thread Julian Andres Klode
Source: apt
Version: 0.7.25.3
Severity: wishlist

While reading GLib's NEWS file, I noticed that GIO uses the
splice() system call since 2.23.4 to copy files in order to
avoid copies in memory. It might make sense to do the same
for apt-pkg's CopyFile(), as it is faster than the current
approach and just cooler.
-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.


pgpPqfggiGn9i.pgp
Description: PGP signature


Bug#542629: [Yaird-devel] Bug#542629: RM: yaird -- ROKM; old, buggy and unmaintained

2010-06-10 Thread Alexander Reichle-Schmehl
Hi!

* Jonas Smedegaard d...@jones.dk [090820 18:27]:

 Please note that Max does not maintain yaird. Neither do yaird depend on  
 the linux-image packages that he co-maintains. Nor does it conflict with  
 the initramfs-tools package that he maintains.

 I have no interest in debating back and forth with Max - we each have  
 strong opinions in opposite directions.

 Please do tell me if you need further info from me to help resolve this  
 bug.

No need for a long debate, but could you give us one example, when yaird
would still be usefull to have in a stable release?


Best Regards,
  Alexander


signature.asc
Description: Digital signature


Bug#585408: flashplugin-nonfree: Execution of arbitrary code [CVE-2010-1297]

2010-06-10 Thread Sam Morris
Package: flashplugin-nonfree
Version: 1:2.8
Severity: grave
Tags: security
Justification: user security hole

As described at
http://www.adobe.com/support/security/advisories/apsa10-01.html,

A critical vulnerability exists in Adobe Flash Player 10.0.45.2 and
earlier versions for Windows, Macintosh, Linux and Solaris operating
systems, and the authplay.dll component that ships with Adobe Reader and
Acrobat 9.x for Windows, Macintosh and UNIX operating systems. This
vulnerability (CVE-2010-1297) could cause a crash and potentially allow
an attacker to take control of the affected system. There are reports
that this vulnerability is being actively exploited in the wild against
both Adobe Flash Player, and Adobe Reader and Acrobat.

This is CVE-2010-1297 and APSA10-01.

-- Package-specific info:
Debian version: squeeze/sid
Architecture: amd64
Package version: 1:2.8
Adobe Flash Player version: LNX 10,0,45,2
MD5 checksums:
4a4561e456612a6751653b58342d53df  
/var/cache/flashplugin-nonfree/libflashplayer-10.0.45.2.linux-x86_64.so.tar.gz
57fb976761aac898897e96101ee1a4e0  
/usr/lib/flashplugin-nonfree/libflashplayer.so
Alternatives:
flash-mozilla.so - auto mode
  link currently points to 
/usr/lib/flashplugin-nonfree/libflashplayer.so
/usr/lib/flashplugin-nonfree/libflashplayer.so - priority 50
/usr/lib/gnash/libgnashplugin.so - priority 10
Current 'best' version is 
'/usr/lib/flashplugin-nonfree/libflashplayer.so'.
lrwxrwxrwx 1 root root 34 Mar  2 15:42 
/usr/lib/mozilla/plugins/flash-mozilla.so - /etc/alternatives/flash-mozilla.so
/usr/lib/mozilla/plugins/flash-mozilla.so: symbolic link to 
`/etc/alternatives/flash-mozilla.so'
Libraries used by libflashplayer.so:
linux-vdso.so.1 =  (0x7fff619ff000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0x7f079e0d6000)
libpthread.so.0 = /lib/libpthread.so.0 (0x7f079deba000)
libX11.so.6 = /usr/lib/libX11.so.6 (0x7f079db7d000)
libXext.so.6 = /usr/lib/libXext.so.6 (0x7f079d96b000)
libXt.so.6 = /usr/lib/libXt.so.6 (0x7f079d707000)
libfreetype.so.6 = /usr/lib/libfreetype.so.6 (0x7f079d47f000)
libfontconfig.so.1 = /usr/lib/libfontconfig.so.1 (0x7f079d24a000)
libgtk-x11-2.0.so.0 = /usr/lib/libgtk-x11-2.0.so.0 (0x7f079cc2a000)
libgdk-x11-2.0.so.0 = /usr/lib/libgdk-x11-2.0.so.0 (0x7f079c97c000)
libatk-1.0.so.0 = /usr/lib/libatk-1.0.so.0 (0x7f079c75b000)
libgdk_pixbuf-2.0.so.0 = /usr/lib/libgdk_pixbuf-2.0.so.0 
(0x7f079c53f000)
libpangocairo-1.0.so.0 = /usr/lib/libpangocairo-1.0.so.0 
(0x7f079c332000)
libpango-1.0.so.0 = /usr/lib/libpango-1.0.so.0 (0x7f079c0e6000)
libcairo.so.2 = /usr/lib/libcairo.so.2 (0x7f079be69000)
libgobject-2.0.so.0 = /usr/lib/libgobject-2.0.so.0 (0x7f079bc21000)
libgmodule-2.0.so.0 = /usr/lib/libgmodule-2.0.so.0 (0x7f079ba1e000)
libdl.so.2 = /lib/libdl.so.2 (0x7f079b81a000)
libglib-2.0.so.0 = /lib/libglib-2.0.so.0 (0x7f079b53d000)
libnss3.so = /usr/lib/libnss3.so (0x7f079b23a000)
libsmime3.so = /usr/lib/libsmime3.so (0x7f079b014000)
libssl3.so = /usr/lib/libssl3.so (0x7f079ade3000)
libplds4.so = /usr/lib/libplds4.so (0x7f079abe)
libplc4.so = /usr/lib/libplc4.so (0x7f079a9dc000)
libnspr4.so = /usr/lib/libnspr4.so (0x7f079a79e000)
libm.so.6 = /lib/libm.so.6 (0x7f079a51c000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x7f079a306000)
libc.so.6 = /lib/libc.so.6 (0x7f0799fb1000)
/lib64/ld-linux-x86-64.so.2 (0x7f07a300f000)
libxcb.so.1 = /usr/lib/libxcb.so.1 (0x7f0799d95000)
libSM.so.6 = /usr/lib/libSM.so.6 (0x7f0799b8d000)
libICE.so.6 = /usr/lib/libICE.so.6 (0x7f0799971000)
libz.so.1 = /usr/lib/libz.so.1 (0x7f079975a000)
libexpat.so.1 = /usr/lib/libexpat.so.1 (0x7f0799532000)
libXcomposite.so.1 = /usr/lib/libXcomposite.so.1 (0x7f079932f000)
libXdamage.so.1 = /usr/lib/libXdamage.so.1 (0x7f079912d000)
libXfixes.so.3 = /usr/lib/libXfixes.so.3 (0x7f0798f28000)
libgio-2.0.so.0 = /usr/lib/libgio-2.0.so.0 (0x7f0798c75000)
libpangoft2-1.0.so.0 = /usr/lib/libpangoft2-1.0.so.0 
(0x7f0798a4c000)
libgthread-2.0.so.0 = /usr/lib/libgthread-2.0.so.0 (0x7f0798848000)
librt.so.1 = /lib/librt.so.1 (0x7f079863f000)
libXrender.so.1 = /usr/lib/libXrender.so.1 (0x7f0798435000)
libXinerama.so.1 = /usr/lib/libXinerama.so.1 (0x7f0798233000)
libXi.so.6 = /usr/lib/libXi.so.6 (0x7f0798023000)
libXrandr.so.2 = /usr/lib/libXrandr.so.2 (0x7f0797e1b000)
libXcursor.so.1 = /usr/lib/libXcursor.so.1 (0x7f0797c11000)
libpixman-1.so.0 = /usr/lib/libpixman-1.so.0 (0x7f07979b8000)
  

Bug#585409: Please package wine1.2 series

2010-06-10 Thread Svante R Signell
Package: wine
Version: 1.0.1-3
Severity: wishlist
Tags: experimental sid

Since the wine 1.2 release candidates are available now why not package
them for experimental, and later on when 1.2.x is out for sid. In
experimental the latest version is 1.1.24 : (

Thanks!

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

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

Versions of packages wine depends on:
ii  libwine-alsa  1.0.1-3Windows API implementation
- ALSA 
ii  libwine-cms   1.0.1-3Windows API implementation
- color
ii  libwine-gl1.0.1-3Windows API implementation
- OpenG
ii  libwine-gphoto2   1.0.1-3Windows API implementation
- camer
ii  libwine-ldap  1.0.1-3Windows API implementation
- LDAP 
ii  libwine-print 1.0.1-3Windows API implementation
- print
ii  libwine-sane  1.0.1-3Windows API implementation
- scann
ii  wine-bin  1.0.1-3Windows API implementation
- binar
ii  wine-utils1.0.1-3Windows API implementation
- utili

Versions of packages wine recommends:
ii  ttf-liberation 1.05.2.20091019-4 Fonts with the same metrics
as Tim

Versions of packages wine suggests:
pn  avscan | klamav | clamav  none (no description available)
pn  binfmt-supportnone (no description available)
ii  ttf-mscorefonts-installer 3.2Installer for Microsoft
TrueType c
pn  winbind   none (no description available)
ii  wine-doc  1.0.0-1Windows API implementation
- docum

Versions of packages libwine depends on:
ii  ia32-libs 20090808   ia32 shared libraries for
use on a
ii  libc6-i3862.10.2-9   GNU C Library: 32-bit
shared libra

-- 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#576199: linux-2.6: ATL1E does not longer work on EEE PC 900A

2010-06-10 Thread Christoph Anton Mitterer
On Thu, 2010-06-10 at 01:20 +0100, Ben Hutchings wrote:
 I've found the change that Corentin Chary said should cover the 900A.
 This will be included in 2.6.32-16.  Please let us know if this doesn't
 fix the problem for you.
Will test it as soon as the package is out.

 Again, sorry for wrongly claiming it was fixed
 already.
No problem :)

Cheers,
Chris.


smime.p7s
Description: S/MIME cryptographic signature


Bug#542629: [Yaird-devel] Bug#542629: RM: yaird -- ROKM; old, buggy and unmaintained

2010-06-10 Thread Jonas Smedegaard

Hi Alexander,

On Thu, Jun 10, 2010 at 01:18:10PM +0200, Alexander Reichle-Schmehl wrote:

* Jonas Smedegaard d...@jones.dk [090820 18:27]:

Please note that Max does not maintain yaird. Neither do yaird depend 
on the linux-image packages that he co-maintains. Nor does it 
conflict with the initramfs-tools package that he maintains.


I have no interest in debating back and forth with Max - we each have 
strong opinions in opposite directions.


Please do tell me if you need further info from me to help resolve 
this bug.


No need for a long debate, but could you give us one example, when 
yaird would still be usefull to have in a stable release?


Yaird is generally beneficial for machines with little disk space and 
difficult to access directly.


Personally I use it for servers installed many hundred kilometers away.  
Real, low-power servers, so no virtualized tty, and small (preferrably 
flash-based, but haven't switched that yet) disk partitions.



  - Jonas

--
  * Jonas Smedegaard - idealist  Internet-arkitekt
  * Tlf.: +45 40843136  Website: http://dr.jones.dk/

  [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Bug#542629: [Yaird-devel] Bug#542629: RM: yaird -- ROKM; old, buggy and unmaintained

2010-06-10 Thread Alexander Reichle-Schmehl
Hi!

* Jonas Smedegaard jo...@jones.dk [100610 13:40]:

 No need for a long debate, but could you give us one example, when  
 yaird would still be usefull to have in a stable release?
 Yaird is generally beneficial for machines with little disk space and  
 difficult to access directly.

 Personally I use it for servers installed many hundred kilometers away.   
 Real, low-power servers, so no virtualized tty, and small (preferrably  
 flash-based, but haven't switched that yet) disk partitions.

Okay.  I don't see a strong reason to remove the package from the unstable
branch, however, as it hasn't been released with lenny, and it doesn't
currenty look like it will make it with squeeze either, would it be a
compromise to move the pacakge to the experimental branch?


Best Regards,
  Alexander


signature.asc
Description: Digital signature


Bug#585403: emacs22 22.3+1-1.2 fails to install on mipsel

2010-06-10 Thread Sven Joachim
severity 585403 grave
thanks

On 2010-06-10 13:01 +0200, Andreas Barth wrote:

 Package: emacs22
 Version: 22.3+1-1.2
 Severity: critical

 Hi,

 this package cannot be installed on mipsel:

 | Setting up emacs22 (22.3+1-1.2) ...
 | update-alternatives: using /usr/bin/emacs22-x to provide /usr/bin/emacs 
 (emacs) in auto mode.
 | update-alternatives: using /usr/bin/emacs22 to provide /usr/bin/editor 
 (editor) in auto mode.
 | emacs-install emacs22
 | emacsen-common: Handling install of emacsen flavor emacs22
 | emacsen-common: byte-compiling for emacs22
 | emacs22: malloc.c:3096: sYSMALLOc: Assertion `(old_top == (((mbinptr) 
 (((char *) ((av)-bins[((1) - 1) * 2])) - __builtin_offsetof (struct 
 malloc_chunk, fd  old_size == 0) || 
 | ((unsigned long) (old_size) = (unsigned long)__builtin_offsetof 
 (struct malloc_chunk, fd_nextsize))+((2 * (sizeof(size_t))) - 1))  ~((2 * 
 (sizeof(size_t))) - 1)))  ((old_top)
 | -size  0x1)  ((unsigned long)old_end  pagemask) == 0)' failed.
 | Aborted
 | emacs-install: /usr/lib/emacsen-common/packages/install/emacsen-common 
 emacs22 failed at /usr/lib/emacsen-common/emacs-install line 28, TSORT line 
 2.

I suspect that a binNMU with newer binutils would help.  See #566947.

 This makes other packages FTBFS, e.g. acl2.

Since emacs22 is not and will not be in squeeze, any package
build-depending on it is already RC-buggy.

Sven



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



Bug#585410: nagios3-cgi: Missing conflict with nagios3 v3.0.6-4~lenny2 (/usr/lib/cgi-bin/nagios3/extinfo.cgi_

2010-06-10 Thread Petter Reinholdtsen

Package:  nagios3-cgi
Version:  3.2.1-1
Severity: serious
User: debian-...@lists.debian.org
UserTags: debian-edu

When trying a upgrade of a Debian Edu main-server+workstation, the
upgrade of nagios3-cgi fail because it include a file also in the
nagios3 package in lenny.

The error happened when calling aptitude dist-upgrade and upgrading
723 packages, adding 395 packages and removing 125 packages.

This is the error (sorry about the Norwegian text):


[...]
Pakker ut nagios3-cgi (fra .../nagios3-cgi_3.2.1-1_i386.deb) ...
Bytter ut filer i den gamle pakken nagios3-doc ...
Bytter ut filer i den gamle pakken nagios3-common ...
dpkg: Feil ved behandling av 
/var/cache/apt/archives/nagios3-cgi_3.2.1-1_i386.deb (--unpac
k):
 försöker skriva över /usr/lib/cgi-bin/nagios3/extinfo.cgi som också finns i 
paketet
 nagios3 3.0.6-4~lenny2
dpkg-deb: underprosessen klistra in drept med signal (Røret ble brutt)
Gjør klar til å bytte ut nagios3 3.0.6-4~lenny2 (ved bruk av 
.../nagios3_3.2.1-1_i386.de
b) ...
 * Stopping nagios3 monitoring daemon nagios3   ESC[90G Waiting for nagios3 
daemon to
die...
^MESC[84G[ ok ]
Pakker ut erstatningen nagios3 ...
[...]


The problem is that the file /usr/lib/cgi-bin/nagios3/extinfo.cgi
exist in the old nagios3 package and seem to have moved to the new
nagios3-cgi package without the appropriate conflict/replaces entries
in the control file, causing dpkg to refuse to install the new
nagios3-cgi package.

Setting severity to serious as this is not according to policy and
break upgrades.

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#585411: lxr: CVE-2010-1738 cross site scripting via title in search

2010-06-10 Thread Nico Golde
Package: lxr
Severity: important
Tags: security patch

Hi,
the following CVE (Common Vulnerabilities  Exposures) id was
published for lxr.

CVE-2010-1738[0]:
| Cross-site scripting (XSS) vulnerability in lib/LXR/Common.pm in LXR
| Cross Referencer before 0.9.8 allows remote attackers to inject
| arbitrary web script or HTML via a title string.

If you fix the vulnerability please also make sure to include the
CVE id in your changelog entry.

Patch: 
http://lxr.cvs.sourceforge.net/viewvc/lxr/lxr/lib/LXR/Common.pm?r1=1.63r2=1.64view=patch

For further information see:

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

-- 
Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0
For security reasons, all text in this mail is double-rot13 encrypted.


pgpHP7SUBgLQD.pgp
Description: PGP signature


Bug#571571: a2ps still build-depends on emacs22

2010-06-10 Thread Sven Joachim
found 571571 1:4.14-1.1
severity 571571 serious
thanks

Hi,

the latest NMU did unfortunately not fix this bug, as a2ps still
build-depends on emacs22 | emacsen.

Sven



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



Bug#585413: I/O error after install Debian Squeeze at Sheevaplug

2010-06-10 Thread Patrick van der Leer
Package: Debian Squeeze
Version: sheevaplug latest

I followed the install guide to setup Debian Squeeze on a sheevaplug. I used
the packages from the daily,
http://people.debian.org/~joeyh/d-i/armel/images/daily/kirkwood/netboot/marvell/sheevaplug/.

After install I got the following error's, first I thought it was my SD card
that  was bout a year old so I went out to get a new one but that didn't
help ether. I got the precise same error's.

Transcript:

[   30.307585] end_request: I/O error, dev mtdblock0, sector 240
[   30.313733] uncorrectable error :
[   30.316976] end_request: I/O error, dev mtdblock0, sector 0
[   30.369392] uncorrectable error :
[   30.372668] uncorrectable error :
[   30.376099] end_request: I/O error, dev mtdblock2, sector 1038080
[   30.388845] uncorrectable error :
[   30.392102] uncorrectable error :
[   30.395527] end_request: I/O error, dev mtdblock2, sector 1038080
fsck.ext4: Unable to resolve 'UUID=c389760e-ecb4-42ca-bddd-22c28111598a'
fsck died with exit status 8
failed (code 8).
File system check failed. A log is being saved in /var/log/fsck/checkfs if
that location is writable. Please repair the file system manually. ...
failed!
A maintenance shell will now be started. CONTROL-D will terminate this shell
and resume system boot. ... (warning).
Give root password for maintenance
(or type Control-D to continue): [   31.762197] scsi 0:0:0:0:
Direct-Access WD   5000AAJ External 1.06 PQ: 0 ANSI: 0
[   31.823145] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500
GB/465 GiB)
[   31.832039] sd 0:0:0:0: [sda] Write Protect is off
[   31.836864] sd 0:0:0:0: [sda] Assuming drive cache: write through
[   31.850508] sd 0:0:0:0: [sda] Assuming drive cache: write through
[   31.856659]  sda: sda1
[   38.705133] sd 0:0:0:0: [sda] Assuming drive cache: write through
[   38.711284] sd 0:0:0:0: [sda] Attached SCSI disk



after the error I've breaked the check with ctrl + c and resumed 'normal
boot'

rest of the transcript:

INIT: Entering runlevel: 2
Using makefile-style concurrent boot in runlevel 2.
Starting portmap daemon
Starting enhanced syslogd: rsyslogd.
Starting NFS common utilities: statd failed!
Starting deferred execution scheduler: atd.
Starting periodic command scheduler: cron.
Starting MTA: exim4.
[  580.894525] NET: Registered protocol family 10
[  580.919070] lo: Disabled Privacy Extensions
startpar: service(s) returned failure: nfs-common ... failed!
Running scripts in rc2.d/ took 3 seconds.

Debian GNU/Linux squeeze/sid jutsu ttyS0

jutsu login:


  1   2   3   4   5   >