Bug#616126: ITP: authprogs -- A simple wrapper for SSH's resticted commands via pubkey auth

2013-01-18 Thread Alex Mestiashvili
On 09/18/2012 01:14 PM, Carlos Alberto Lopez Perez wrote:
 Hi Alex,
 
 I was testing your initial package [1] and it looks good.
 
 However I found two issues:
 
  - perl-doc build-depend is missing
 
  - you should use Architecture:all for packages that are
architecture-independent like interpreted languages
(perl/python/bash..)
 
 I am attaching here the debdiff to fix this issues
 
 I encourage you to retry submitting a new version of your
 package to debian-mentors.
 
 
 Regards!
 
 
 [1] http://www.biotec.tu-dresden.de/~alex/authprogs/authprogs_0.1-1.dsc

Hi Carlos,

Sorry for such a long delay and thank you a lot for the patch.
Actually I though that it was a bad idea to package such a small script
and it won't get into Debian anyway.
But after short googling I found out that quite some people are
interested in this code and there is even an implementation in C.
So may be it will be useful as the debian package.
I'll update the package as soon as I have some time for it.

Best regards,
Alex


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




Bug#695048: installation-reports: Must manually reboot into non-EFI mode

2013-01-18 Thread Cyril Brulebois
Steve McIntyre st...@einval.com (18/01/2013):
 reassign 695048 partman-efi
 thanks
 
 On Tue, Dec 25, 2012 at 07:47:34PM +0100, Cyril Brulebois wrote:
 Hi Steve,
 
 any insight on this one?
 
 Basically, our existing EFI support doesn't recognise pre-existing EFI
 partitions on dos-partitioned disks. Trivial patch for partman-efi
 here. OK to commit? I think it's a safe thing to add for RC1...

ACK, thanks.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#692453: there is some problem with dbus connection

2013-01-18 Thread Josselin Mouette
Le mercredi 16 janvier 2013 à 14:15 +0530, Praveen A a écrit : 
 I can't start gnome control center at all.

 Is there another way I could get more output than just Timeout was
 reached message?

Is gnome-settings-daemon running?

If it’s not caused by that, you might also want to try d-feet to see
what is blocking.

Cheers,
-- 
 .''`.  Josselin Mouette
: :' :
`. `'
  `-


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



Bug#698412: ITP: ice4j - ICE/STUN/TURN Java library used by Jitsi

2013-01-18 Thread Daniel Pocock
Package: wnpp
Severity: wishlist
Owner: Daniel Pocock dan...@pocock.com.au

Upstream:

http://code.google.com/p/ice4j/

http://www.jitsi.org


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



Bug#698413: usb-modeswitch-data: Huawei e3276 no longer switched

2013-01-18 Thread Stefano Rivera
Package: usb-modeswitch-data
Version: 20121109-1
Severity: normal

With 20120815-2, the Huawei e3276 is successfully switched and provides a
/dev/ttyUSB0. With 20121109-1, it doesn't.

$ lsusb | grep Huawei
Bus 001 Device 054: ID 12d1:14fe Huawei Technologies Co., Ltd. 

SR

-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages usb-modeswitch-data depends on:
ii  dpkg  1.16.9

Versions of packages usb-modeswitch-data recommends:
ii  udev175-7
ii  usb-modeswitch  1.2.3+repack0-1

usb-modeswitch-data 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#589304: ITA: jabberd2 -- Jabber instant messenger server

2013-01-18 Thread Willem van den Akker
Package: wnpp

Severity: normal
X-Debbugs-CC: debian-de...@lists.debian.org

Setting to ITA.

See previous mails in this log.

Gr,
Willem vdAkker


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


Bug#692453: there is some problem with dbus connection

2013-01-18 Thread Praveen A
2013/1/18 Josselin Mouette j...@debian.org:
 Le mercredi 16 janvier 2013 à 14:15 +0530, Praveen A a écrit :
 I can't start gnome control center at all.

Now gnome-control-center is starting (it used to start sometimes), but
when I access language settings it hangs with error message. Other
options are working, so I think it is related to language settings.
I'm using Malayalam (ml) locale. Once it hangs, I can't start it again
in the same session.

$ gnome-control-center

(gnome-control-center:4498): GLib-GIO-WARNING **:
(/build/buildd-glib2.0_2.34.3-1-amd64-aLhxnS/glib2.0-2.34.3/./gio/gdbuserror.c:202):g_dbus_error_register_error_domain:
runtime check failed: (g_dbus_error_register_error (quark,
entries[n].error_code, entries[n].dbus_error_name))

(gnome-control-center:4498): GLib-GObject-WARNING **: cannot register
existing type `IBusObject'

(gnome-control-center:4498): GLib-CRITICAL **: g_once_init_leave:
assertion `result != 0' failed

(gnome-control-center:4498): GLib-GObject-CRITICAL **:
g_type_register_static: assertion `parent_type  0' failed

(gnome-control-center:4498): GLib-GObject-CRITICAL **:
g_type_register_static: assertion `parent_type  0' failed

(gnome-control-center:4498): GLib-CRITICAL **: g_once_init_leave:
assertion `result != 0' failed
Killed

 Is there another way I could get more output than just Timeout was
 reached message?

 Is gnome-settings-daemon running?

yes.

 If it’s not caused by that, you might also want to try d-feet to see
 what is blocking.

gnome-control-center region is blocking I guess. What other data
would be useful?

-- 
പ്രവീണ്‍ അരിമ്പ്രത്തൊടിയില്‍
You have to keep reminding your government that you don't get your
rights from them; you give them permission to rule, only so long as
they follow the rules: laws and constitution.


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



Bug#698414: gperf 3.0.4 is out

2013-01-18 Thread Mathieu Malaterre
Package: gperf
Version: 3.0.3-1+b1
Severity: normal

Just for info: 3.0.4 is out:

http://ftp.gnu.org/pub/gnu/gperf/gperf-3.0.4.tar.gz

Thanks for packaging it

-- System Information:
Debian Release: 6.0.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (200, 'testing'), (100, 
'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages gperf depends on:
ii  libc6 2.11.3-4   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.5-8  GCC support library
ii  libstdc++64.4.5-8The GNU Standard C++ Library v3

gperf recommends no packages.

gperf 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#692453: there is some problem with dbus connection

2013-01-18 Thread Praveen A
2013/1/18 Praveen A prav...@gmail.com:
 I'm using Malayalam (ml) locale. Once it hangs, I can't start it again
 in the same session.

LANG=en gnome-control-center also fails the same way, so I guess it is
not a bug in translation.
-- 
പ്രവീണ്‍ അരിമ്പ്രത്തൊടിയില്‍
You have to keep reminding your government that you don't get your
rights from them; you give them permission to rule, only so long as
they follow the rules: laws and constitution.


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



Bug#698413: usb-modeswitch-data: Huawei e3276 no longer switched

2013-01-18 Thread Didier 'OdyX' Raboud
Hi Stefano, and thanks for your bugreport,

Le vendredi, 18 janvier 2013 09.42:44, Stefano Rivera a écrit :
 With 20120815-2, the Huawei e3276 is successfully switched and provides a
 /dev/ttyUSB0. With 20121109-1, it doesn't.
 
 $ lsusb | grep Huawei
 Bus 001 Device 054: ID 12d1:14fe Huawei Technologies Co., Ltd.

That's very weird as 20120815-2 and 20121109-1 have the exact same 
configuration file for 12d1:14fe :

 aptitude download usb-modeswitch-data=20120815-2
 dpkg -x usb-modeswitch-data_20120815-2_all.deb um-unstable
 aptitude download usb-modeswitch-data=20121109-1
 dpkg -x usb-modeswitch-data_20121109-1_all.deb um-experimental
 tar xzf um-unstable/usr/share/usb_modeswitch/configPack.tar.gz 12d1:14fe
 mv 12d1\:14fe 12d1\:14fe.unstable
 tar xzf um-experimental/usr/share/usb_modeswitch/configPack.tar.gz 12d1:14fe
 diff -Naur 12d1\:14fe 12d1\:14fe.unstable
= No difference.

Indeed, 20120815-2 got 20121109-1 changes backported.

So: are you sure these are the only packages you changed ? Did you also 
upgrade usb-modeswitch itself?

Does this still happen if you launch # udevadm trigger between installations 
of usb-modeswitch-data?

Cheers,

OdyX


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


Bug#694618: lintian should not complain about hardening-no-fortify-functions for binaries built with -O0

2013-01-18 Thread Niels Thykier
reassign 694618 hardening-includes
affects 694618 lintian
thanks

On 2012-11-28 13:43, Matthias Klose wrote:
 Package: lintian
 
 lintian should not complain about hardening-no-fortify-functions for binaries
 built with -O0. fortify-source is *only* turned on for optimized builds.
 
 examples for wrong ones are in pythonX.Y-dbg warnings.
 

Lintian relies almost exclusively on hardening-check for this purpose,
so I will reassign it accordingly.

~Niels


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



Bug#695610: opendkim: fails to configure

2013-01-18 Thread Teodor MICU
Hi Scott,

2013/1/7 gustavo panizzo gfa g...@zumbi.com.ar:
 i have opendkim installed, but disabled at boot time (update-rc.d opendkim
 disable).
 when the packages gets upgraded, i got that error.
 this problem only appears on my laptop, where i keep opendkim installed but
 not running (for documentation proposes)

Considering this scenario this is probably RC severity for not being
able to upgrade if service is stopped. Considering that the fix is
small maybe it can be fixed for Wheezy too?

Cheers

(I though you would included this fix together with #695145 but it
seems that you forgot about it)


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



Bug#589307: ITA: jabber-muc -- Multi User Conference component for the Jabber IM server

2013-01-18 Thread Willem van den Akker
Package: wnpp

Severity: normal
X-Debbugs-CC: debian-de...@lists.debian.org

Hi,

ITA this package.

Greetings,
Willem vdAkker


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


Bug#698415: weak dependency in orthanc B-D

2013-01-18 Thread Mathieu Malaterre
Package: orthanc
Severity: normal

orthanc fails to build from source in some case. Upstream expect:

  set(GTEST_SOURCES /usr/src/gtest/src/gtest-all.cc)
  include_directories(/usr/src/gtest)

  if (NOT EXISTS /usr/include/gtest/gtest.h OR
  NOT EXISTS ${GTEST_SOURCES})
message(FATAL_ERROR Please install the libgtest-dev package)
  endif()


while

libgtest-dev=1.5.0-1 does not provide it. I would assume B-D is missing:

libgtest-dev = 1.6.0

Thanks

-- System Information:
Debian Release: 6.0.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (200, 'testing'), (100, 
'unstable')
Architecture: amd64 (x86_64)

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


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



Bug#692562: jackd1: bus error on beagleboard

2013-01-18 Thread Samuel Casa
not a solution, but nice to debug SIGBUS / alignment issues:

http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap.git;a=blob;f=Documentation/arm/mem_alignment;h=c7c7a114c78c795c702f8543c57c7558466a9a4b;hb=HEAD






On Thu, Nov 15, 2012 at 11:33 AM, Robin Gareus ro...@gareus.org wrote:
 On 2012-11-09 15:05, Adrian Knoth wrote:

 On 11/07/2012 02:46 PM, Samuel Casa wrote:

 when i try to start jackd the process causes a bus error on my arm
 system.


 The issue is/was that packed structure fields are/were not aligned properly
 for ARM.


 This is either a problem in the upstream code or with compiler flags on
 the buildd.

 I don't think we should work around it in the package but fix the root
 cause instead.


 +1

 It was recently (end of oct 2012) fixed in jack2 git. I don't know about
 jack1.

 ciao,
 robin


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



Bug#680595: mplayer: New upstream version 1.1

2013-01-18 Thread Reinhard Tartler
On Sat, Jul 7, 2012 at 11:52 AM, Reinhard Tartler siret...@gmail.com wrote:
 tags 680595 help
 stop

 On Sat, Jul 7, 2012 at 8:17 AM, Andreas Metzler
 ametz...@downhill.at.eu.org wrote:
 Package: mplayer
 Version: 2:1.0~rc4.dfsg1+svn34540-1+b2
 Severity: wishlist

 2012-06-10, Sunday :: MPlayer 1.1 released

 http://lists.mplayerhq.hu/pipermail/mplayer-announce/2012-June/69.html

 Note, this version of mplayer will probably require some non-trivial
 work to make it compile against Debian's system libavcodec and
 friends, as for this release upstream has focused on FFmpeg and did
 not consider compilation against Libav.

 I do not have the time right now to work on these issues, so I'm
 tagging this bug with 'help'.


Some help did arrive from our gentoo friends:
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-video/mplayer/files/

In their SVN, there are patches that allow compilation against libav9,
which we currently have in experimental.

-- 
regards,
Reinhard


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



Bug#692564: Project and git repo moved to Alioth

2013-01-18 Thread Marius Kotsbak
Project and git repo moved to Alioth:

https://alioth.debian.org/projects/pkg-libqmi/


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



Bug#681974: libgtk-3-0: weird popup menus size and placement

2013-01-18 Thread intrigeri
Hi Paul,

Paul Menzel wrote (16 Jan 2013 17:26:56 GMT) :
 Am Mittwoch, den 16.01.2013, 11:33 +0100 schrieb Paul Menzel:
 Short version, try if
 $ xprop -root -remove _NET_WORKAREA
 fixes this for you [1].

 It fixed it for me.

Is it still worth me setting up a test environment to test this?

 Could you please try if building GTK with that patch solves this issue?

 I applied the patch to the upstream Git tag 3.6.2 and rebuild the
 package with the `debian/` folder. Everything seems to be fine now.

Do you intend to try this patch on current testing/sid's GTK, and try
to get this fixed in Wheezy?

I'm not sure I'll have time to help any time soon on this front, but
I could probably at least build and test a package after applying
a given debdiff I'm provided :)

Geoff and Paul, awesome work!

Cheers,
-- 
  intrigeri
  | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
  | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc


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



Bug#698413: usb-modeswitch-data: Huawei e3276 no longer switched

2013-01-18 Thread Stefano Rivera
Hi Didier (2013.01.18_11:01:29_+0200)
 That's very weird as 20120815-2 and 20121109-1 have the exact same 
 configuration file for 12d1:14fe :

Yeah, I found it fairly confusing too.

 So: are you sure these are the only packages you changed ? Did you also 
 upgrade usb-modeswitch itself?

Yes, tried all the combinations, it seems to be the new data package that
causes the trouble, but it's hard to figure out why.

 Does this still happen if you launch # udevadm trigger between 
 installations 
 of usb-modeswitch-data?

Yeah, doesn't help.

How do I go about debugging usb_modeswitch_dispatcher?

SR

-- 
Stefano Rivera
  http://tumbleweed.org.za/
  H: +27 21 461 1230 C: +27 72 419 8559


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



Bug#698418: cinnamon: Breaks Ekiga incoming calls

2013-01-18 Thread Roland Mas
Package: cinnamon
Version: 1.6.7-1
Severity: normal

The Ekiga VOIP application can receive incoming calls; when such a call
arrives, Ekiga sounds a bell, and it uses the Freedesktop notification
system to display a pop-up notification displaying the origin of the
call and asking whether to accept or reject it.  At least, in Gnome and
Xfce it does.  However, Cinnamon doesn't display the action buttons, so
there's no way to answer the call.

The reason for this bug has been reported upstream as
https://github.com/linuxmint/Cinnamon/issues/1479.  A quick glance at
the Cinnamon code didn't lead to an obvious fix, so I'd rather report it
here in the hopes that someone skilled in Javascript might be able to
help.

Roland.

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

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

Versions of packages cinnamon depends on:
ii  caribou  0.4.4-1
ii  cinnamon-common  1.6.7-1
ii  dconf-gsettings-backend [gsettings-backend]  0.12.1-3
ii  gconf2   3.2.5-1+build1
ii  gir1.2-accountsservice-1.0   0.6.21-8
ii  gir1.2-atk-1.0   2.4.0-2
ii  gir1.2-clutter-1.0   1.10.8-2
ii  gir1.2-cogl-1.0  1.10.2-6
ii  gir1.2-coglpango-1.0 1.10.2-6
ii  gir1.2-freedesktop   1.32.1-1
ii  gir1.2-gconf-2.0 3.2.5-1+build1
ii  gir1.2-gdesktopenums-3.0 3.4.2-3
ii  gir1.2-gdkpixbuf-2.0 2.26.1-1
ii  gir1.2-gkbd-3.0  3.4.0.2-1
ii  gir1.2-glib-2.0  1.32.1-1
ii  gir1.2-gmenu-3.0 3.4.2-7
ii  gir1.2-gnomebluetooth-1.03.4.2-1
ii  gir1.2-gtk-3.0   3.4.2-5
ii  gir1.2-json-1.0  0.14.2-1
ii  gir1.2-muffin-3.01.1.2-1
ii  gir1.2-networkmanager-1.00.9.4.0-8
ii  gir1.2-pango-1.0 1.30.0-1
ii  gir1.2-polkit-1.00.105-3
ii  gir1.2-soup-2.4  2.38.1-2
ii  gir1.2-upowerglib-1.00.9.17-1
ii  gjs  1.32.0-5
ii  gkbd-capplet 3.4.0.2-1
ii  gnome-icon-theme-symbolic3.4.0-2
ii  gnome-session-bin3.4.2.1-3
ii  gnome-settings-daemon3.4.2+git20121218.7c1322-2
ii  gsettings-desktop-schemas3.4.2-3
ii  libatk1.0-0  2.4.0-2
ii  libc62.13-38
ii  libcairo21.12.2-2
ii  libcanberra0 0.28-6
ii  libclutter-1.0-0 1.10.8-2
ii  libcogl-pango0   1.10.2-6
ii  libcogl9 1.10.2-6
ii  libcroco30.6.6-2
ii  libdbus-glib-1-2 0.100-1
ii  libgdk-pixbuf2.0-0   2.26.1-1
ii  libgirepository-1.0-11.32.1-1
ii  libgjs0b [libgjs0-libmozjs185-1.0]   1.32.0-5
ii  libgl1-mesa-glx [libgl1] 8.0.5-3
ii  libglib2.0-0 2.33.12+really2.32.4-5
ii  libgnome-desktop-3-2 3.4.2-1
ii  libgnome-keyring03.4.1-1
ii  libgnome-menu-3-03.4.2-7
ii  libgstreamer0.10-0   0.10.36-1
ii  libgtk-3-0   3.4.2-5
ii  libjson-glib-1.0-0   0.14.2-1
ii  libmozjs185-1.0  1.8.5-1.0.0+dfsg-4
ii  libmuffin0   1.1.2-1
ii  libnm-glib4  0.9.4.0-8
ii  libnm-util2  0.9.4.0-8
ii  libpango1.0-01.30.0-1
ii  libpolkit-agent-1-0  0.105-3
ii  libpolkit-gobject-1-00.105-3
ii  libpulse-mainloop-glib0  2.0-6
ii  libpulse02.0-6
ii  libstartup-notification0 0.12-1
ii  libx11-6 2:1.5.0-1
ii  libxfixes3   1:5.0-4
ii  libxml2  2.8.0+dfsg1-7
ii  mesa-utils   8.0.1-2+b3
ii  multiarch-support2.13-38
ii  python   2.7.3-3
ii  python-dbus  

Bug#698413: usb-modeswitch-data: Huawei e3276 no longer switched

2013-01-18 Thread Josua Dietze

Am 18.01.2013 10:01, schrieb Didier 'OdyX' Raboud:

That's very weird as 20120815-2 and 20121109-1 have the exact same
configuration file for 12d1:14fe :


I was just about to write and point out that very same fact.

Stefano, can you retrieve a mode-switching debug log?
See /etc/usb_modeswitch.conf for the setting and some hints.

Regards,
Josh


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



Bug#698409: xtrlock not work

2013-01-18 Thread Matthew Vernon

Hi,

On 18/01/13 07:02, Vascom wrote:

Package:xtrlock
Version: 2.2


I compiled xtrlock in Fedora (17 фтв 18). But it dont work properly.
Version 2.2 and 2.0-14

$ xtrlock
password entry has no pwd


This error message appears if xtrlock cannot get a password for your 
account. Are you using shadow passwords? If so, is the password field 
for the account you're running xtrlock as empty?


Regards,

Matthew


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



Bug#698408: Weak package description

2013-01-18 Thread Justin B Rye
Martin Eberhard Schauer wrote:
 Dear Multimedia Maintainers,
 thank you for maintaining rev-plugins.
 
 I'm sorry that to me the package description seems problematic. And I'm aware
 that it's just a library that gets pulled in. The average user should not
 need the description to decide whether he needs it …

LADSPA is a sort of audio development system, so people who want a
reverb function need to be able to find it (or at least pick it out of
the Suggests: ladspa-plugin alternatives from an audio-editor like
audacity).  And let's not forget that people who want other things out
of Section: sound (such as plugins for CD-ripping or spectrography or
VoIP software) need to be able to recognise it as something they can
ignore.

For context, the package description is currently:

# Description: gverb-like ladspa plugin
#  This reverb is based on gverb by Juhana Sadeharju,
#  but the code (now C++) is entirely original.
#  Second input for stereo operation,
#  and some code to prevent FP denormalisation
#  was added.

This is just a cut-down version of the initial release notes:

# This reverb is based on gverb by Juhana Sadeharju, but the code
# (now C++) is entirely original. I added a second input for stereo
# operation, and some code to prevent FP denormalisation.
# This is a preliminary release, and this plugin will probably change
# a lot in future versions.

 Nevertheless:
  - It uses uncommon (FP) and misspelled abbreviations (LADSPA = Linux Audio
Developer's Simple Plugin API). (1)
  - There are plugins in the package name, but there is just one plugin 
 inside.
But that seems to originate from upstream. (2)

(linuxaudio.org is dead and gone)

  - For people who don't know gverb the comparison is quite useless.

On the other hand gverb is available in Debian, hidden away in
swh-plugins.  The docs for that say it's a mono in, stereo out
reverb implementation by Juhana Sadeharju.

 I would be more comfortable with something like:
 
 Description: reverb LADSPA plugin
  This reverb features two inputs for stereo operation,
  and some code to prevent floating point denormalisation.

Here come my nitpicks.
 1) The two inputs aren't so much a feature as a widening of what
it supports relative to gverb - apparently it can do not
only mono in, stereo out but also stereo in, stereo out.
 2) Just as users don't need to know that it's in C++, it seems
inappropriate to focus on the fact that the developer had
trouble with some particular esoteric number-crunching error
in the code.  Or is FP denormalisation really something that
audio buffs are expected to know and care about?
 3) This package may be a bad place to start, but wouldn't it be
nice if LADSPA plugins all had a few lines of boilerplate to
indicate what a LADSPA plugin is and why I might want one?
Luckily ladspa.org offers a perfectly adequate intro.

So how about:


  Description: reverb LADSPA plugin
   This plugin provides a reverberation effect based on gverb but
   supporting stereo-to-stereo as well as mono-to-stereo operation.
   .
   The Linux Audio Developer's Simple Plugin API is a standard that
   allows software audio processors and effects to be plugged into a
   wide range of audio synthesis and recording packages.


(If we still had an isation I would suggest standardization, but
it's already gone.)
-- 
JBR with qualifications in linguistics, experience as a Debian
sysadmin, and probably no clue about this particular package
diff -ru rev-plugins-0.3.1.pristine/debian/control rev-plugins-0.3.1/debian/control
--- rev-plugins-0.3.1.pristine/debian/control	2012-04-23 10:25:41.0 +0100
+++ rev-plugins-0.3.1/debian/control	2013-01-18 10:12:13.951367623 +
@@ -21,9 +21,10 @@
  ${shlibs:Depends}
 Provides:
  ladspa-plugin
-Description: gverb-like ladspa plugin
- This reverb is based on gverb by Juhana Sadeharju,
- but the code (now C++) is entirely original.
- Second input for stereo operation,
- and some code to prevent FP denormalisation
- was added.
+Description: reverb LADSPA plugin
+ This plugin provides a reverberation effect based on gverb but
+ supporting stereo-to-stereo as well as mono-to-stereo operation.
+ .
+ The Linux Audio Developer's Simple Plugin API is a standard that
+ allows software audio processors and effects to be plugged into a
+ wide range of audio synthesis and recording packages.


Bug#698419: Version 2.1.0 is out

2013-01-18 Thread Mathieu Malaterre
Package: xslthl
Severity: normal

2.1.0 is out. Please package it.

It will need a change in sh vs bourne shell

-- System Information:
Debian Release: 6.0.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (200, 'testing'), (100, 
'unstable')
Architecture: amd64 (x86_64)

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


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



Bug#698420: Fwd: Missing mysqlnd.h in php5-dev

2013-01-18 Thread Ondřej Surý
Package: php5-dev
Version: 5.4.4-11
Severity: normal


-- Forwarded message --
From: Guillaume Plessis g...@dotdeb.org
Date: Fri, Jan 18, 2013 at 11:11 AM
Subject: Missing mysqlnd.h in php5-dev
To: Ondřej Surý ond...@sury.org


Hello Ondřej,

first of all, I wish you all the best for the new year.

I wanted to let you know that some users complained about a missing
mysqlnd.h header file in php5-dev, preventing them to build mysqlnd
plugins.
Switching libmysqlclient/mysqlnd in the apache2/cgi builds solved the
issue without any further impact.

More info here : https://github.com/gplessis/dotdeb-php5/issues/22

Thanks for your work on the PHP packages. Best regards.

--
Gui



--
Ondřej Surý ond...@sury.org


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



Bug#688823: Not correctly working with other devices

2013-01-18 Thread Alejandro Martínez
Hi,

My kernel starting giving out kernel panics on driver version
5.100.82.112 on an HP dm1-4120ss with a BCM4313. So I googled around
for a while, and came across this driver, and installed it during
Christmas.
So I came back home and started getting trouble with my home wireless
router, so I switched it with another one, still getting strange
problems as a lot of signal dropping, packets dropping, signal being a
lot less, a Macbook connecting at 5mbps out of 150 just next to the
router..

And after debugging every component, looking for possible attackers
trying to deauth my devices, and even thinking of buying a new router,
I found out the cause of the problem: whenever the laptop gets
connected to *any* network using this module, both the laptop itself
and any other devices will start having random disconnections and wifi
unreliability.
I reverted to the 5.100.82.112 version and everything worked fine back again.

So, just to note, there seems to be something quite wrong with this
module version on devices it wasn't intended for. For those, just use
the wl driver.


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



Bug#698419: Acknowledgement (Version 2.1.0 is out)

2013-01-18 Thread Mathieu Malaterre
Cant build package:

$ mh_make 
--from-svn=https://xslthl.svn.sourceforge.net/svnroot/xslthl/tags/xslthl-2.1.0/
[...]

Solving dependencies for package libxslthl-java (tests are included)
(documentation is included)
Analysing pom.xml...
Resolving org.sonatype.oss:oss-parent:pom:7 of scope runtime...
Jan 18, 2013 10:37:03 AM org.debian.maven.packager.DependenciesSolver
resolveDependencies
SEVERE: Error while resolving ./pom.xml: Dangling meta character '+'
near index 0
+)\.(.*)/\$1\.\$2\.x/
^
Jan 18, 2013 10:37:03 AM org.debian.maven.packager.DependenciesSolver
resolveDependencies
SEVERE:
java.util.regex.PatternSyntaxException: Dangling meta character '+' near index 0
+)\.(.*)/\$1\.\$2\.x/
^
at java.util.regex.Pattern.error(Pattern.java:1730)
at java.util.regex.Pattern.sequence(Pattern.java:1895)
at java.util.regex.Pattern.expr(Pattern.java:1769)
at java.util.regex.Pattern.compile(Pattern.java:1477)
at java.util.regex.Pattern.init(Pattern.java:1150)
at java.util.regex.Pattern.compile(Pattern.java:840)
at org.debian.maven.repo.Rule.init(Rule.java:44)
at org.debian.maven.repo.DependencyRule.init(DependencyRule.java:41)
at org.debian.maven.repo.POMInfo.getPublishedRules(POMInfo.java:275)
at 
org.debian.maven.repo.Repository.searchMatchingPOM(Repository.java:130)
at 
org.debian.maven.packager.DependenciesSolver.resolveDependency(DependenciesSolver.java:987)
at 
org.debian.maven.packager.DependenciesSolver.resolveDependencies(DependenciesSolver.java:629)
at 
org.debian.maven.packager.DependenciesSolver.solveDependencies(DependenciesSolver.java:585)
at 
org.debian.maven.packager.DependenciesSolver.main(DependenciesSolver.java:1420)


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



Bug#698409: xtrlock not work

2013-01-18 Thread Matthew Vernon

On 18/01/13 10:36, Vascom wrote:

Yes, Fedora using shadow passwords. And its field is not empty for my
user and for root.


What's the length of the password field?

Regards,

Matthew


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



Bug#698421: [FATAL] Invalid profile file: java.util.ConcurrentModificationException

2013-01-18 Thread Mathieu Malaterre
Package: herold
Version: 6.0.4-1
Severity: normal

I cannot convert the following document:

$ wget 
http://web.archive.org/web/20101125222546/http://users.rcn.com/jcoplien/Patterns/C++Idioms/EuroPLoP98.html
$ herold -i EuroPLoP98.html -o EuroPLoP98.xml
[FATAL] Invalid profile file: java.util.ConcurrentModificationException

Thanks


-- System Information:
Debian Release: 6.0.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (200, 'testing'), (100, 
'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages herold depends on:
ii  antlr3 3.2-5 language tool for constructing rec
ii  libcommons-codec-java  1.4-2 encoder and decoders such as Base6
ii  libcommons-jxpath-java 1.3-3 manipulate javabean using XPath sy
ii  libcommons-logging-java1.1.1-8   commmon wrapper interface for seve
ii  libxml-commons-resolver1.1 1.2-7~bpo60+1 XML entity and URI resolver librar
ii  libxmlgraphics-commons-jav 1.5-1 reusable components used by Batik 

herold recommends no packages.

herold suggests no packages.

-- debconf-show failed


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



Bug#681820: e2fsprogs: Problems in German translation

2013-01-18 Thread Philipp Thomas
* Ted T'so (ty...@mit.edu) [20130116 19:39]:

 Hi, I just wanted to follow up to see if this Debian bug can be
 closed.  It looks like Philipp has uploaded a newer version of the
 de.po file since July 2012, so I presume he's reviewed your suggested
 changes and either accepted them, decided to fix the translation or a
 different way, or decided that the current wording was sufficient.

I further rechecking it seems like I had a totally different list of
translation issues in mind when first answering. I'm now going through
Helge's diff and will upload a new po file for 1.42.6 ASAP.

I'll send out a note when I'm done.

Philipp


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



Bug#698253: vorbisgain: '-a' option incorrectly described in man page

2013-01-18 Thread Daniel Martí
Hello again, gwern.

After some investigation, here's my final impression.

The original manpage included the following line:

  vorbisgain -a -f -r music/*.ogg

We changed that, since -r would not work if no directories were given:

  vorbisgain -a -f -r music/

That brings us to your problem, which I believe can be solved with the
option -s. As described in the manpage:

-s, --silent
Sliently skip any non-Vorbis files found. Vorbis files that can't be processed
for some reason are skipped as well, though not silently. Default is to stop
when such files are encountered.

I believe this would solve your problem, since vorbisgain.c will try and
process all files unless -s is set. Please try this and let me know if
it works for you. If that's the case, I will fix the manpage and push a
new vorbisgain package revision. Otherwise, we'll contact upstream.

Regards.

On Tue, Jan 15, 2013 at 07:14:34PM -0500, gwern wrote:
 Package: vorbisgain
 Version: 0.37-2
 Severity: minor
 
 Dear Maintainer,
 
 The vorbisgain man page states:
 
   Calculate the album gain and peak, in addition to the  track  gain  and
peak,  for all .ogg files in the directory music (and all subdirecto‐
ries). All files in one directory are treated as belonging to the  same
album.  Files  that already have ReplayGain tags are not re-calculated.
Note the quotes, as they cause the shell to not do any  filename  glob‐
bing:
 
   vorbisgain -a -f -r music/
 
 However, this does not work as described; on my own music collection:
 
 $ vorbisgain -a -f -r music/
 
 Processing directory 'music/alisonkrauss':
 Tags present; no files processed
 
 Processing directory 'music/amv':
 Couldn't open file '1985.avi' as vorbis: Input is not an Ogg bitstream.
 
 The amv/ directory contains non-.ogg files, and apparently vorbisgain assumes 
 all files will be .ogg.
 
 Either the description is misleading about only running on all .ogg files 
 since it actually runs on
 all files, or vorbisgain is not properly ignoring non-.ogg files. Since 
 there are many files one
 might wish to keep with one's music (CUE files come to mind), I suspect it is 
 the latter.
 
 -- System Information:
 Debian Release: 7.0
   APT prefers stable-updates
   APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
 'testing'), (500, 'stable')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: 
 LC_ALL set to en_US.utf8)
 Shell: /bin/sh linked to /bin/dash
 
 Versions of packages vorbisgain depends on:
 ii  libc6   2.13-37
 ii  libogg0 1.3.0-4
 ii  libvorbis0a 1.3.2-1.3
 ii  libvorbisfile3  1.3.2-1.3
 
 vorbisgain recommends no packages.
 
 vorbisgain suggests no packages.
 
 -- no debconf information
 

-- 
Daniel Martí - mv...@mvdan.cc - GPG 0x58BF72C3


pgpT9halAOBxz.pgp
Description: PGP signature


Bug#698422: amavisd-new: Postfix Queue-ID missing from split log entries for messages with multiple recipients

2013-01-18 Thread Simon Hobson
Package: amavisd-new
Version: 1:2.7.1-2
Severity: normal
Tags: upstream

There is an issue with log entries for messages with a large number of
recipients which impacts on log analysys - I believe this will be an
upstream issue.

For messages with a small number of recipients, log entries are of the
form :
preamble Amavis result from - to[,to]... Queue-ID: ..., Message-ID: 
... ...

For longer lists of recipients, the log entry gets split :
preamble Amavis result from - to,to,...
preamble to[,to]... Queue-ID: ..., Message-ID: ... ...

Normally, when investigating issues it is sufficient to just grep
something mail.log where something is often the Queue ID. Where
the log entry is split, this fails. Eg :
grep Queue ID mail.log fails to show the Amavis result (Spammy,
Clean, whatever).
grep Spammy mail.log fails to show the queue ID.

While it's not hard to copy/paste and grep for the preamble, it means
extra steps and it's hard enough teaching first line to grep queue ID
mail.log !

Would it be possible to include the Queue ID in all log entires, even
when they have been split ?



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

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

Versions of packages amavisd-new depends on:
ii  adduser 3.113+nmu3
ii  debconf [debconf-2.0]   1.5.46
ii  file5.11-2
ii  libarchive-zip-perl 1.30-6
ii  libberkeleydb-perl  0.51-1
ii  libcompress-raw-zlib-perl   2.052-1
ii  libconvert-tnef-perl0.17-11
ii  libconvert-uulib-perl   1:1.4~dfsg-1+b1
pn  libdigest-md5-perl  none
ii  libio-stringy-perl  2.110-5
ii  libmail-dkim-perl   0.39-1
ii  libmailtools-perl   2.09-1
pn  libmime-base64-perl none
ii  libmime-tools-perl  5.503-1
ii  libnet-server-perl  2.006-1
ii  libunix-syslog-perl 1.1-2+b2
ii  pax 1:20120606-2
ii  perl [libtime-hires-perl]   5.14.2-16
ii  perl-modules [libarchive-tar-perl]  5.14.2-16

Versions of packages amavisd-new recommends:
ii  altermime  0.3.10-7
pn  libnet-patricial-perl  none
ii  ripole 0.2.0+20081101.0215-1

Versions of packages amavisd-new suggests:
pn  apt-listchanges  none
ii  arj  3.10.22-10
pn  cabextract   none
ii  clamav   0.97.6+dfsg-1
ii  clamav-daemon0.97.6+dfsg-1
ii  cpio 2.11-8
pn  dspamnone
pn  lha  none
pn  lhasanone
pn  libauthen-sasl-perl  none
ii  libdbi-perl  1.622-1
ii  libmail-dkim-perl0.39-1
pn  libnet-ldap-perl none
pn  libsnmp-perl none
pn  lzop none
ii  nomarch  1.4-3
pn  p7zipnone
pn  rpm  none
ii  spamassassin 3.3.2-4
pn  unrarnone
pn  unrar-free   none
ii  zoo  2.10-27

-- Configuration Files:
/etc/amavis/conf.d/50-user changed [not included]
/etc/cron.daily/amavisd-new [Errno 2] No such file or directory: 
u'/etc/cron.daily/amavisd-new'

-- debconf information excluded


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



Bug#687491: Bug#696720: nautilus: Pressing delete should delete a file or folder.

2013-01-18 Thread Gerfried Fuchs
 Dear Zack,

* Zack z.dow...@gmail.com [2012-12-26 13:48:05 CET]:
 When I have selected a file or folder, and I press the delete button, it would
 be most intuitive if the file was then moved to the wastbasket. This would
 allow faster use of nautilus, as it is much faster than using a menu, or even
 ctrl-delete. Since it is so easy to undo moving a file to the waste, there
 would not be a serious risk of people losing data by accidentally pressing
 delete.

 Thanks for your report.  This change from delete to ctrl-delete was
done intentionly by gnome upstream -- see this commit:
http://git.gnome.org/browse/nautilus/commit/?id=cce402

 There though is the possibility to change the key binding from ctrl-del
to del, if you open up dconf-editor, go to org - gnome - desktop -
interface and hit the checkbox on can-change-accels, then open the
edit menu in nautilus, hover the delete entry, and press del twice (once
for deleting the keybinding, once for assigning del as keybinding).

 This works for me flawlessly.  I know this isn't intuitive, but I fear
that the packagers in Debian won't divert from upstream behavior (not my
call), so this workaround might be your best option, at least for now.

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


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



Bug#681974: libgtk-3-0: weird popup menus size and placement

2013-01-18 Thread Paul Menzel
Dear intrigeri,


Am Freitag, den 18.01.2013, 10:39 +0100 schrieb intrigeri:

 Paul Menzel wrote (16 Jan 2013 17:26:56 GMT) :
  Am Mittwoch, den 16.01.2013, 11:33 +0100 schrieb Paul Menzel:
  Short version, try if
  $ xprop -root -remove _NET_WORKAREA
  fixes this for you [1].
 
  It fixed it for me.
 
 Is it still worth me setting up a test environment to test this?

I do not think so.

  Could you please try if building GTK with that patch solves this issue?
 
  I applied the patch to the upstream Git tag 3.6.2 and rebuild the
  package with the `debian/` folder. Everything seems to be fine now.
 
 Do you intend to try this patch on current testing/sid's GTK,

I basically did that already as the `debian/` directly is from the
Debian package.

 and try to get this fixed in Wheezy?

I already asked Sébastien Villemot in #debian-gnome on irc.oftc.net.

 I'm not sure I'll have time to help any time soon on this front, but
 I could probably at least build and test a package after applying
 a given debdiff I'm provided :)

Let’s see what I can cook up. But nothing will probably happen before
next week.

 Geoff and Paul, awesome work!

Geoff, sorry for adding you to CC. I mixed up a comment from someone
else and falsely assumed you are using Debian.

Geoff, your patch was now cherry-picked to gnome-3-4 and gnome-3-6.
Thanks again!


Thanks,

Paul


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


Bug#685299: lintian: False positive from hardening-no-fortify-functions

2013-01-18 Thread Niels Thykier
On 2012-08-19 13:47, Roland Stigge wrote:
 Package: lintian
 Version: 2.5.10.1
 Severity: normal
 
 Hi,
 
 consider the following (guitarix 0.24.0-1 is in experimental):
 
 $ lintian -i guitarix_0.24.0-1_i386.changes 
 [...]

 I already sorted out similar issues with upstream to correctly pass the 
 correct
 dpkg-buildflags to the build. But the above is still present, even though it
 looks like everything (especially CPPFLAGS) is passed correctly.
 
 See also the build log at 
 https://buildd.debian.org/status/fetch.php?pkg=guitarixarch=amd64ver=0.24.0-1stamp=1345247045
 
 Maybe this is a false positive?
 
 Thanks in advance,
 
 Roland 
 [...]

Hi,

It is quite likely to be a false-positive, but Lintian does not have
enough information to deduce that.
  Can you please run hardening-check --verbose on those binaries and
give return the result.

~Niels


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



Bug#698424: gnutls26: FTBFS with eglibc 2.16: Needs gnulib update

2013-01-18 Thread Daniel Schepler
Source: gnutls26
Version: 2.12.20-3
Severity: normal
Tags: patch
User: debian-...@lists.debian.org
Usertags: port-x32 ftbfs-gnulib

When I try building gnutls26 with eglibc 2.16 from experimental installed, I 
get:

/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  
-I../intl -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector --param=ssp-buffer-
size=4 -Wformat -Werror=format-security -Wall -I/usr/include/p11-kit-1   -c -o 
read-file.lo read-file.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -D_FORTIFY_SOURCE=2 
-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-
security -Wall -I/usr/include/p11-kit-1 -c read-file.c  -fPIC -DPIC -o 
.libs/read-file.o
In file included from read-file.h:25:0,
 from read-file.c:20:
./stdio.h:1029:1: error: 'gets' undeclared here (not in a function)
make[7]: *** [read-file.lo] Error 1
make[7]: Leaving directory `/tmp/buildd/gnutls26-2.12.20/lib/gl'
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory `/tmp/buildd/gnutls26-2.12.20/lib/gl'
make[5]: *** [all] Error 2
make[5]: Leaving directory `/tmp/buildd/gnutls26-2.12.20/lib/gl'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/tmp/buildd/gnutls26-2.12.20/lib'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/tmp/buildd/gnutls26-2.12.20/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/gnutls26-2.12.20'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/gnutls26-2.12.20'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

Attaching a debdiff which I'm using to fix the compilation error.
-- 
Daniel Schepler
diff -Nru gnutls26-2.12.20/debian/changelog gnutls26-2.12.20/debian/changelog
--- gnutls26-2.12.20/debian/changelog	2013-01-06 02:11:02.0 -0800
+++ gnutls26-2.12.20/debian/changelog	2013-01-18 03:14:23.0 -0800
@@ -1,3 +1,9 @@
+gnutls26 (2.12.20-3+x32) unreleased; urgency=low
+
+  * Fix included gnulib to compile against eglibc 2.16.
+
+ -- Daniel Schepler schep...@debian.org  Fri, 18 Jan 2013 03:13:27 -0800
+
 gnutls26 (2.12.20-3) unstable; urgency=low
 
   * Pull fixes from 2.12.22:
diff -Nru gnutls26-2.12.20/debian/patches/34_gnulib_eglibc2_16.diff gnutls26-2.12.20/debian/patches/34_gnulib_eglibc2_16.diff
--- gnutls26-2.12.20/debian/patches/34_gnulib_eglibc2_16.diff	1969-12-31 16:00:00.0 -0800
+++ gnutls26-2.12.20/debian/patches/34_gnulib_eglibc2_16.diff	2013-01-18 03:12:08.0 -0800
@@ -0,0 +1,30 @@
+Index: gnutls26-2.12.20/gl/stdio.in.h
+===
+--- gnutls26-2.12.20.orig/gl/stdio.in.h	2012-03-01 07:47:48.0 -0800
 gnutls26-2.12.20/gl/stdio.in.h	2013-01-18 03:11:42.0 -0800
+@@ -714,8 +714,10 @@
+ /* It is very rare that the developer ever has full control of stdin,
+so any use of gets warrants an unconditional warning.  Assume it is
+always declared, since it is required by C89.  */
++#if HAVE_RAW_DECL_GETS
+ _GL_WARN_ON_USE (gets, gets is a security hole - use fgets instead);
+ #endif
++#endif
+ 
+ 
+ #if @GNULIB_OBSTACK_PRINTF@ || @GNULIB_OBSTACK_PRINTF_POSIX@
+Index: gnutls26-2.12.20/lib/gl/stdio.in.h
+===
+--- gnutls26-2.12.20.orig/lib/gl/stdio.in.h	2012-03-01 07:53:13.0 -0800
 gnutls26-2.12.20/lib/gl/stdio.in.h	2013-01-18 03:12:02.0 -0800
+@@ -714,8 +714,10 @@
+ /* It is very rare that the developer ever has full control of stdin,
+so any use of gets warrants an unconditional warning.  Assume it is
+always declared, since it is required by C89.  */
++#if HAVE_RAW_DECL_GETS
+ _GL_WARN_ON_USE (gets, gets is a security hole - use fgets instead);
+ #endif
++#endif
+ 
+ 
+ #if @GNULIB_OBSTACK_PRINTF@ || @GNULIB_OBSTACK_PRINTF_POSIX@
diff -Nru gnutls26-2.12.20/debian/patches/series gnutls26-2.12.20/debian/patches/series
--- gnutls26-2.12.20/debian/patches/series	2013-01-06 00:55:02.0 -0800
+++ gnutls26-2.12.20/debian/patches/series	2013-01-18 03:11:19.0 -0800
@@ -7,3 +7,4 @@
 31_allow_key_usage_violation.diff
 32_record-padding-parsing.patch
 33_stricter_rsa_pkcs_1.5.diff
+34_gnulib_eglibc2_16.diff


Bug#698425: gstreamermm: Please update gstreamermm to version 0.10.11

2013-01-18 Thread Philip Rinn
Package: gstreamermm
Severity: wishlist

Hi,

could you please update gstreamermm to version 0.10.11? Updating would close
bug #661941

You an probably take the packaging from Ubuntu:
https://launchpad.net/ubuntu/+source/gstreamermm/0.10.11-0ubuntu1

Thanks and happy hacking!
Philip



-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (990, 'testing'), (800, 'unstable'), (150, 'experimental')
Architecture: amd64 (x86_64)

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


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



Bug#698426: iceweasel: Please suggest applications handling mime type

2013-01-18 Thread Andreas Tille
Package: iceweasel
Severity: wishlist

Hi,

after reading this blog post

   
http://people.skolelinux.org/pere/blog/How_to_find_a_browser_plugin_supporting_a_given_MIME_type.html

I was wondering why not simply taking over the patch which the author
claimed to exist in Ubuntu and enable easy installation of packages
handling a requested mime type.

Kind regards and thanks for maintaining iceweasel

  Andreas.


-- System Information:
Debian Release: 6.0.6
Architecture: i386 (i686)

Kernel: Linux 2.6.36-xenU-4814-i386 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages iceweasel depends on:
ii  debianutils3.4   Miscellaneous utilities specific t
ii  fontconfig 2.8.0-2.1 generic font configuration library
ii  libc6  2.11.3-4  Embedded GNU C Library: Shared lib
ii  libgcc11:4.4.5-8 GCC support library
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
pn  libnspr4-0dnone(no description available)
ii  libstdc++6 4.4.5-8   The GNU Standard C++ Library v3
ii  procps 1:3.2.8-9squeeze1 /proc file system utilities
ii  psmisc 22.11-1   utilities that use the proc file s
pn  xulrunner-1.9.1none(no description available)

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
ii  libgssapi-krb5-21.8.3+dfsg-4squeeze6 MIT Kerberos runtime libraries - k
pn  mozplugger  none   (no description available)
pn  ttf-lyx | latex-xft none   (no description available)
pn  ttf-mathematica4.1  none   (no description available)
pn  xfonts-mathml   none   (no description available)
pn  xprint  none   (no description available)


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



Bug#698427: zsnes: starts with short burst of sound

2013-01-18 Thread Tom Dunlap
Package: zsnes
Version: 1.510+bz2-5
Severity: normal

Dear Maintainer,

When I start ZSNES it plays a short (fraction a second) of mid/high pitched
sound.  It does not seem to matter which ROM was being played beforehand.  In
my case, I was playing Final Fantasy III.  Regardless, whenever I start ZSNES a
short burst of sound is played.  It is not detrimental, but it is annoying.
The only way to avoid this bug is to have the sound off when starting ZSNES.

   * What led up to the situation?
I started ZSNES.
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
I started ZSNES from the quick launch (super key) menu in Wheezy.  I had been
playing Final Fantasy III and was planning to resume it.
   * What was the outcome of this action?
When ZSNES started it played a loud, short, annoying burst of sound for a
fraction of a second.
   * What outcome did you expect instead?
When ZSNES starts for there to be no sound.

Thank you,
Tom



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

Kernel: Linux 3.2.0-4-686-pae (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 zsnes depends on:
ii  libc6 2.13-37
ii  libgcc1   1:4.7.2-4
ii  libgl1-mesa-glx [libgl1]  8.0.5-3
ii  libncurses5   5.9-10
ii  libpng12-01.2.49-1
ii  libsdl1.2debian   1.2.15-5
ii  libstdc++64.7.2-4
ii  libtinfo5 5.9-10
ii  zlib1g1:1.2.7.dfsg-13

zsnes recommends no packages.

zsnes 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#616673: rhythmbox-plugins: CVE-2012-3355 Plugin context contains hardcoded path to /tmp/context/

2013-01-18 Thread Jonathan Wiltshire
Package: rhythmbox-plugins

Dear maintainer,

Recently you fixed one or more security problems and as a result you closed
this bug. These problems were not serious enough for a Debian Security
Advisory, so they are now on my radar for fixing in the following suites
through point releases:

squeeze (6.0.7) - use target stable

Please prepare a minimal-changes upload targetting each of these suites,
and submit a debdiff to the Release Team [0] for consideration. They will
offer additional guidance or instruct you to upload your package.

I will happily assist you at any stage if the patch is straightforward and
you need help. Please keep me in CC at all times so I can
track [1] the progress of this request.

For details of this process and the rationale, please see the original
announcement [2] and my blog post [3].

0: debian-rele...@lists.debian.org
1: http://prsc.debian.net/tracker/616673/
2: 201101232332.11736.th...@debian.org
3: http://deb.li/prsc

Thanks,

with his security hat on:
--
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51


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



Bug#679283: CVE-2012-2825

2013-01-18 Thread Jonathan Wiltshire
Package: libxslt

Dear maintainer,

Recently you fixed one or more security problems and as a result you closed
this bug. These problems were not serious enough for a Debian Security
Advisory, so they are now on my radar for fixing in the following suites
through point releases:

squeeze (6.0.7) - use target stable

Please prepare a minimal-changes upload targetting each of these suites,
and submit a debdiff to the Release Team [0] for consideration. They will
offer additional guidance or instruct you to upload your package.

I will happily assist you at any stage if the patch is straightforward and
you need help. Please keep me in CC at all times so I can
track [1] the progress of this request.

For details of this process and the rationale, please see the original
announcement [2] and my blog post [3].

0: debian-rele...@lists.debian.org
1: http://prsc.debian.net/tracker/679283/
2: 201101232332.11736.th...@debian.org
3: http://deb.li/prsc

Thanks,

with his security hat on:
--
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51


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



Bug#694810: plib: CVE-2012-4552

2013-01-18 Thread Jonathan Wiltshire
Package: plib

Dear maintainer,

Recently you fixed one or more security problems and as a result you closed
this bug. These problems were not serious enough for a Debian Security
Advisory, so they are now on my radar for fixing in the following suites
through point releases:

squeeze (6.0.7) - use target stable

Please prepare a minimal-changes upload targetting each of these suites,
and submit a debdiff to the Release Team [0] for consideration. They will
offer additional guidance or instruct you to upload your package.

I will happily assist you at any stage if the patch is straightforward and
you need help. Please keep me in CC at all times so I can
track [1] the progress of this request.

For details of this process and the rationale, please see the original
announcement [2] and my blog post [3].

0: debian-rele...@lists.debian.org
1: http://prsc.debian.net/tracker/694810/
2: 201101232332.11736.th...@debian.org
3: http://deb.li/prsc

Thanks,

with his security hat on:
--
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51


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



Bug#698428: ITP: ansible -- Configuration management, deployment, and task execution system

2013-01-18 Thread Janos Guljas
Package: wnpp
Severity: wishlist
Owner: Janos Guljas ja...@debian.org

* Package name: ansible
  Version : 0.9
  Upstream Author : Michael DeHaan michael.deh...@gmail.com
* URL : http://ansible.cc/
* License : GPL-3+
  Programming Lang: Python
  Description : Configuration management, deployment, and task execution 
system

Ansible is a radically simple model-driven configuration management,
multi-node deployment, and remote task execution system. Ansible works
over SSH and does not require any software or daemons to be installed
on remote nodes. Extension modules can be written in any language and
are transferred to managed machines automatically.


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



Bug#698429: transmission-common: Fails to start from init.d script

2013-01-18 Thread Paul Romanchenko
Package: transmission-common
Version: 2.52-3
Severity: important

transmission-daemon cannot be started from command line with init.d script.
ps: if it started from regular user account with sudo, it tries to access files 
in user accont home.

# /etc/init.d/transmission-daemon start 
Starting bittorrent daemon: transmission-daemon[16:37:33.471] Couldn't read 
/root/.config/user-dirs.dirs: Permission denied


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

Kernel: Linux 3.2.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

-- 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#698426: iceweasel: Please suggest applications handling mime type

2013-01-18 Thread Petter Reinholdtsen
merge 484010 698426
found 698426 10.0.12esr-1
found 698426  18.0-1
found 484010 10.0.12esr-1
found 484010 18.0-1
thanks

[Andreas Tille]
 I was wondering why not simply taking over the patch which the
 author claimed to exist in Ubuntu and enable easy installation of
 packages handling a requested mime type.

No idea about the cause, but I know this issue is already requested in
BTS report #484010 from 2008.  Given the number of open bugs, I guess
the cause is lack of manpower. :)

-- 
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#698426: iceweasel: Please suggest applications handling mime type

2013-01-18 Thread Mike Hommey
On Fri, Jan 18, 2013 at 01:49:16PM +0100, Petter Reinholdtsen wrote:
 merge 484010 698426
 found 698426 10.0.12esr-1
 found 698426  18.0-1
 found 484010 10.0.12esr-1
 found 484010 18.0-1
 thanks
 
 [Andreas Tille]
  I was wondering why not simply taking over the patch which the
  author claimed to exist in Ubuntu and enable easy installation of
  packages handling a requested mime type.
 
 No idea about the cause, but I know this issue is already requested in
 BTS report #484010 from 2008.  Given the number of open bugs, I guess
 the cause is lack of manpower. :)

Indeed. And the reason why the Ubuntu code hasn't been imported is that
it relies on a server to give answers. What I want to something that
just checks the local apt database (possibly using one of the generic
APIs so that this could be used on any distro, provided they have the
info)

Mike


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



Bug#698413: usb-modeswitch-data: Huawei e3276 no longer switched

2013-01-18 Thread Didier 'OdyX' Raboud
Le vendredi, 18 janvier 2013 10.38:11, Stefano Rivera a écrit :
 Hi Didier (2013.01.18_11:01:29_+0200)
 
  That's very weird as 20120815-2 and 20121109-1 have the exact same
  configuration file for 12d1:14fe :
 Yeah, I found it fairly confusing too.

Well, just reminded that there is another difference:

 -# Special treat for IF 3
 -ATTRS{bInterfaceNumber}==03, ATTRS{bInterfaceClass}==08, 
ATTRS{idVendor}==19d2, ATTRS{idProduct}==2000, GOTO=modeswitch_rules_begin
 -ATTRS{bInterfaceNumber}==03, ATTRS{bInterfaceClass}==08, 
ATTRS{idVendor}==16d8, ATTRS{idProduct}==6803, GOTO=modeswitch_rules_begin
  
 -# Most known install partitions are on interface 0, two on 3, one on 9
 -ATTRS{bInterfaceNumber}!=0[09], GOTO=modeswitch_rules_end
 +# Don't continue on change event, prevent trigger by changed configuration
 +ACTION!=add, GOTO=modeswitch_rules_end
 
 (…)
 
  # T-Mobile NL (Huawei E352)
 -ATTRS{idVendor}==12d1, ATTRS{idProduct}==14fe, RUN+=usb_modeswitch 
'%b/%k'
 +ATTR{idVendor}==12d1, ATTR{idProduct}==14fe, RUN+=usb_modeswitch '%b/%k'

 How do I go about debugging usb_modeswitch_dispatcher?

You can use the usb_modeswitch.tcl file from the usb-modeswitch source, install
a valid tclsh and put it as usb_modeswitch_dispatcher in /usr/sbin , then you
can debug its tcl.

An easier first step is enabling EnableLogging in /etc/usb_modeswitch.conf and
send the /var/log/* resulting file to the buglog where Josua will parse it for
you. :-)

Cheers,

OdyX


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



Bug#625302: dtach: CVE-2012-3368 random text sent on window close

2013-01-18 Thread Jonathan Wiltshire
Package: dtach

Dear maintainer,

Recently you fixed one or more security problems and as a result you closed
this bug. These problems were not serious enough for a Debian Security
Advisory, so they are now on my radar for fixing in the following suites
through point releases:

squeeze (6.0.7) - use target stable

Please prepare a minimal-changes upload targetting each of these suites,
and submit a debdiff to the Release Team [0] for consideration. They will
offer additional guidance or instruct you to upload your package.

I will happily assist you at any stage if the patch is straightforward and
you need help. Please keep me in CC at all times so I can
track [1] the progress of this request.

For details of this process and the rationale, please see the original
announcement [2] and my blog post [3].

0: debian-rele...@lists.debian.org
1: http://prsc.debian.net/tracker/625302/
2: 201101232332.11736.th...@debian.org
3: http://deb.li/prsc

Thanks,

with his security hat on:
--
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51


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



Bug#677496: CVE-2012-2693

2013-01-18 Thread Jonathan Wiltshire
Package: libvirt

Dear maintainer,

Recently you fixed one or more security problems and as a result you closed
this bug. These problems were not serious enough for a Debian Security
Advisory, so they are now on my radar for fixing in the following suites
through point releases:

squeeze (6.0.7) - use target stable

Please prepare a minimal-changes upload targetting each of these suites,
and submit a debdiff to the Release Team [0] for consideration. They will
offer additional guidance or instruct you to upload your package.

I will happily assist you at any stage if the patch is straightforward and
you need help. Please keep me in CC at all times so I can
track [1] the progress of this request.

For details of this process and the rationale, please see the original
announcement [2] and my blog post [3].

0: debian-rele...@lists.debian.org
1: http://prsc.debian.net/tracker/677496/
2: 201101232332.11736.th...@debian.org
3: http://deb.li/prsc

Thanks,

with his security hat on:
--
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51


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



Bug#680059: revelation: FPM exporter doesn't encrypt password files [CVE-2012-3818]

2013-01-18 Thread Jonathan Wiltshire
Package: revelation

Dear maintainer,

Recently you fixed one or more security problems and as a result you closed
this bug. These problems were not serious enough for a Debian Security
Advisory, so they are now on my radar for fixing in the following suites
through point releases:

squeeze (6.0.7) - use target stable

Please prepare a minimal-changes upload targetting each of these suites,
and submit a debdiff to the Release Team [0] for consideration. They will
offer additional guidance or instruct you to upload your package.

I will happily assist you at any stage if the patch is straightforward and
you need help. Please keep me in CC at all times so I can
track [1] the progress of this request.

For details of this process and the rationale, please see the original
announcement [2] and my blog post [3].

0: debian-rele...@lists.debian.org
1: http://prsc.debian.net/tracker/680059/
2: 201101232332.11736.th...@debian.org
3: http://deb.li/prsc

Thanks,

with his security hat on:
--
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51


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



Bug#694407: freeradius: CVE-2011-4966

2013-01-18 Thread Jonathan Wiltshire
Package: freeradius

Dear maintainer,

Recently you fixed one or more security problems and as a result you closed
this bug. These problems were not serious enough for a Debian Security
Advisory, so they are now on my radar for fixing in the following suites
through point releases:

squeeze (6.0.7) - use target stable

Please prepare a minimal-changes upload targetting each of these suites,
and submit a debdiff to the Release Team [0] for consideration. They will
offer additional guidance or instruct you to upload your package.

I will happily assist you at any stage if the patch is straightforward and
you need help. Please keep me in CC at all times so I can
track [1] the progress of this request.

For details of this process and the rationale, please see the original
announcement [2] and my blog post [3].

0: debian-rele...@lists.debian.org
1: http://prsc.debian.net/tracker/694407/
2: 201101232332.11736.th...@debian.org
3: http://deb.li/prsc

Thanks,

with his security hat on:
--
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51


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



Bug#698426: iceweasel: Please suggest applications handling mime type

2013-01-18 Thread Petter Reinholdtsen
[Petter Reinholdtsen]
 merge 484010 698426
 found 698426 10.0.12esr-1
 found 698426  18.0-1
 found 484010 10.0.12esr-1
 found 484010 18.0-1
 thanks

Hm, my updates partly failed.  Anyone got an idea why?

[Mike Hommey]
 Indeed. And the reason why the Ubuntu code hasn't been imported is
 that it relies on a server to give answers. What I want to something
 that just checks the local apt database (possibly using one of the
 generic APIs so that this could be used on any distro, provided they
 have the info)

Is the server you talk about the one providing the PackageKit API via
dbus?  I am not sure what ubuntu is using, but suspect they are using
aptdaemon.  I integrated aptdaemon with my prototype HW detection and
installation system yesterday, and it seem to work fine. :)

Querying APT directly should not be too hard either, but it is not
obvious to me what the advantage would be over delegating it to
aptdaemon, given that aptdaemon also provide a way to get the packages
installed.  Care to explain?

-- 
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#661760: locales: The month 'February' must be 'Februar' in the locale de_AT, not 'Feber'.

2013-01-18 Thread Gerfried Fuchs
reopen 661760
thanks

 Hi!

* Erwin Brandstetter brandstet...@falter.at [2012-03-01 04:38:53 CET]:
 While the exotic form Feber does exist in parts of Austria and
 southern Germany, it is by no means the standard. Some old folks still
 know it exists, hardly anybody in Austria actually uses it. It must be
 Februar.

 Agreed.

 So, could this be fixed for good? Would be among the simplest bugfix ever:
   
 s/U0046U0065U0062U0065U0072;/U0046U0065U0062U0072U0075U0041U0072;/

 Actually - there is a bug in here. The U0041 (capital A) should be
U0061 (lowercase a) instead.

 Aurelien, can you pretty please get that fixed for wheezy, because
FebruAr looks pretty broken.

 Thanks,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


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



Bug#685299: lintian: False positive from hardening-no-fortify-functions

2013-01-18 Thread Roland Stigge
Hi,

On 01/18/2013 12:51 PM, Niels Thykier wrote:
 On 2012-08-19 13:47, Roland Stigge wrote:
 Package: lintian
 Version: 2.5.10.1
 Severity: normal

 Hi,

 consider the following (guitarix 0.24.0-1 is in experimental):

 $ lintian -i guitarix_0.24.0-1_i386.changes 
 [...]

 I already sorted out similar issues with upstream to correctly pass the 
 correct
 dpkg-buildflags to the build. But the above is still present, even though it
 looks like everything (especially CPPFLAGS) is passed correctly.

 See also the build log at 
 https://buildd.debian.org/status/fetch.php?pkg=guitarixarch=amd64ver=0.24.0-1stamp=1345247045

 Maybe this is a false positive?

 Thanks in advance,

 Roland 
 [...]
 
 Hi,
 
 It is quite likely to be a false-positive, but Lintian does not have
 enough information to deduce that.
   Can you please run hardening-check --verbose on those binaries and
 give return the result.

All reported files basically do like this:

$ hardening-check --verbose ./debian/guitarix/usr/lib/ladspa/guitarix.so
./debian/guitarix/usr/lib/ladspa/guitarix.so:
 Position Independent Executable: no, regular shared library (ignored)
 Stack protected: no, not found!
 Fortify Source functions: no, only unprotected functions found!
unprotected: memset
unprotected: memmove
 Read-only relocations: yes
 Immediate binding: no, not found!
$

What would you suggest here?

Thanks in advance,

Roland


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



Bug#698426: iceweasel: Please suggest applications handling mime type

2013-01-18 Thread Mike Hommey
On Fri, Jan 18, 2013 at 02:05:36PM +0100, Petter Reinholdtsen wrote:
 [Petter Reinholdtsen]
  merge 484010 698426
  found 698426 10.0.12esr-1
  found 698426  18.0-1
  found 484010 10.0.12esr-1
  found 484010 18.0-1
  thanks
 
 Hm, my updates partly failed.  Anyone got an idea why?
 
 [Mike Hommey]
  Indeed. And the reason why the Ubuntu code hasn't been imported is
  that it relies on a server to give answers. What I want to something
  that just checks the local apt database (possibly using one of the
  generic APIs so that this could be used on any distro, provided they
  have the info)
 
 Is the server you talk about the one providing the PackageKit API via
 dbus?  I am not sure what ubuntu is using, but suspect they are using
 aptdaemon.  I integrated aptdaemon with my prototype HW detection and
 installation system yesterday, and it seem to work fine. :)
 
 Querying APT directly should not be too hard either, but it is not
 obvious to me what the advantage would be over delegating it to
 aptdaemon, given that aptdaemon also provide a way to get the packages
 installed.  Care to explain?

I mean an http server. Their plugin finder in firefox sends requests to
an http server.

Mike


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



Bug#681564: webgui: apache2 segfaults - same here

2013-01-18 Thread Arne Wichmann
Fust FYI: I have mostly the same problems here.

cu

AW
-- 
[...] If you don't want to be restricted, don't agree to it. If you are
coerced, comply as much as you must to protect yourself, just don't support
it. Noone can free you but yourself. (crag, on Debian Planet)
Arne Wichmann (a...@linux.de)


signature.asc
Description: Digital signature


Bug#698430: UDD: rcbugs.cgi shows #639407 as affecting Wheezy, but it is fixed+archived

2013-01-18 Thread Niels Thykier
Package: qa.debian.org
Severity: normal
User: qa.debian@packages.debian.org
Usertags: udd

Using a filtered query of RC bugs affecting Wheezy (but not sid and
without an unblock hint)[1], I noticed #639407  being listed.  However,
according to the BTS #639407 is closed, fixed in 2.7.3-1 (Wheezy has
2.7.3-6) _and_ it is archived[2].

I am not sure how and why, but it appears to be the database itself
that is outdated/insert more accurate word(s) here.  This bug is
also present in quantz.d.o's UDD instance (no pun intended).

 $ /usr/bin/psql -h localhost -p 5441 -U guest  udd
 udd= SELECT id,source FROM public.bugs_rt_affects_testing WHERE id = 639407;
id   |  source
 +---
  639407 | python2.7
 (1 row)


~Niels

[1] 
http://udd.debian.org/bugs.cgi?release=wheezy_not_sidmerged=ignunblock-hint=ignfnewerval=7rc=1sortby=idsorto=ascchints=1ctags=1cdeferred=1crttags=1

[2] The latter suggesting that the bug has been fixed in testing for
over a month now.


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



Bug#698431: /usr/sbin/mysqld: replication freezes on INSERT IGNORE statement since upgrade from 5.1.63 to 5.1.66 on a squeeze

2013-01-18 Thread Patrick MARMAYOU

Package: mysql-server-core-5.1
Version: 5.1.66-0+squeeze1
File: /usr/sbin/mysqld
Severity: important

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

Since last upgrade from 5.1.63 to 5.1.66, after a while, replication on 
the slave begins drifting relative to the master position.


A show processlist indicates that slave is stuck on an INSERT IGNORE 
statement. And from that point, replication is frozen and seconds 
behind master starts to increase more and more.


Here is the output from a show processlist on the slave :
*** 1. row ***
 Id: 1
   User: system user
   Host:
 db: NULL
Command: Connect
   Time: 60497
  State: Waiting for master to send event
   Info: NULL
*** 2. row ***
 Id: 2
   User: system user
   Host:
 db: referential
Command: Connect
   Time: 36978
  State: Sending data
   Info: INSERT IGNORE INTO symfony.ebook_author (ebook_id,author_id)
(
SELECT ec.ebook_id as ebook_id, a
*** 3. row ***
 Id: 1536
   User: debian-sys-maint
   Host: localhost
 db: NULL
Command: Query
   Time: 0
  State: NULL
   Info: show processlist

And at the same time, Seconds_Behind_Master is 36968.

I tried a rollback to 5.1.63 for the following packages :
  libmysqlclient16
  mysql-client-5.1
  mysql-common
  mysql-server-5.1
  mysql-server
  mysql-server-core-5.1

Replication then just works fine, for as long as I let it run (almost 3 
days). Seconds behind master remained all that time 0s.


If I upgrade slave again to last version 5.1.66, even with replication 
restarted from scratch on the slave, bug is reproduced (the output 
pasted above is from this second try)


Master version is 5.1.66 too.

To reproduce, i guess you can configure a master/slave replication with 
5.1.66 on Debian Squeeze servers and try to execute an INSERT IGNORE on 
the master which should then freeze replication process on the slave.



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

Kernel: Linux 2.6.32-5-amd64 (SMP w/24 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 mysql-server-core-5.1 depends on:
ii  libc6   2.11.3-4 Embedded GNU C Library: 
Shared lib

ii  libgcc1 1:4.4.5-8GCC support library
ii  libstdc++6  4.4.5-8  The GNU Standard C++ Library v3
ii  libwrap07.6.q-19 Wietse Venema's TCP 
wrappers libra

ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

mysql-server-core-5.1 recommends no packages.

mysql-server-core-5.1 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#698432: RFS: pfm/1.5.4-2

2013-01-18 Thread Mark Hindley

Package: sponsorship-requests
Severity: normal 

Dear mentors,

I am looking for a sponsor for my package pfm

Package name: pfm
Version : 1.5.4-2
Upstream Author : Willem Herremans w.herrem...@scarlet.be
URL : http://pgfoundry.org/projects/pfm/
License : GPL-2
Section : misc

It builds those binary packages:

pfm   - PostgreSQL graphical client using Tcl/Tk

To access further information about this package, please visit the 
following URL:

http://mentors.debian.net/package/pfm

Alternatively, one can download the package with dget using this 
command:

dget -x http://mentors.debian.net/debian/pool/main/p/pfm/pfm_1.5.4-2.dsc

Changes since the last upload:

   * Depend on tcl and tk default versions =8.4 (closes: #654278).
   * Updated watch file (thanks to Bart Martens).
   * Fix lintian warnings.
  - Move build commands to binary-indep target.
  - Add ${misc:Depends} dependency.
  - Add stub build-arch and build-indep targets.
  - Upgrade build to debhelper compat 8.
  - Move upstream web URL to Homepage field in control
file (closes: #615310).
  - Update to standards version 3.9.4 (no 
 changes).
   * Add doc-base control file.
   * Provide .desktop file.
   * Change to source format 3.0 (quilt).

Regards,

Mark Hindley


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



Bug#548633: html2ps: arbitrary file disclosure in ssi directives

2013-01-18 Thread Jonathan Wiltshire
Package: html2ps

Dear maintainer,

Recently you fixed one or more security problems and as a result you closed
this bug. These problems were not serious enough for a Debian Security
Advisory, so they are now on my radar for fixing in the following suites
through point releases:

squeeze (6.0.7) - use target stable

Please prepare a minimal-changes upload targetting each of these suites,
and submit a debdiff to the Release Team [0] for consideration. They will
offer additional guidance or instruct you to upload your package.

I will happily assist you at any stage if the patch is straightforward and
you need help. Please keep me in CC at all times so I can
track [1] the progress of this request.

For details of this process and the rationale, please see the original
announcement [2] and my blog post [3].

0: debian-rele...@lists.debian.org
1: http://prsc.debian.net/tracker/548633/
2: 201101232332.11736.th...@debian.org
3: http://deb.li/prsc

Thanks,

with his security hat on:
--
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51


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



Bug#686764: xen: Multiple security issues

2013-01-18 Thread Jonathan Wiltshire
Package: xen

Dear maintainer,

Recently you fixed one or more security problems and as a result you closed
this bug. These problems were not serious enough for a Debian Security
Advisory, so they are now on my radar for fixing in the following suites
through point releases:

squeeze (6.0.7) - use target stable

Please prepare a minimal-changes upload targetting each of these suites,
and submit a debdiff to the Release Team [0] for consideration. They will
offer additional guidance or instruct you to upload your package.

I will happily assist you at any stage if the patch is straightforward and
you need help. Please keep me in CC at all times so I can
track [1] the progress of this request.

For details of this process and the rationale, please see the original
announcement [2] and my blog post [3].

0: debian-rele...@lists.debian.org
1: http://prsc.debian.net/tracker/686764/
2: 201101232332.11736.th...@debian.org
3: http://deb.li/prsc

Thanks,

with his security hat on:
--
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51


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



Bug#692443: lynx-cur: CVE-2012-5821

2013-01-18 Thread Jonathan Wiltshire
Package: lynx-cur

Dear maintainer,

Recently you fixed one or more security problems and as a result you closed
this bug. These problems were not serious enough for a Debian Security
Advisory, so they are now on my radar for fixing in the following suites
through point releases:

squeeze (6.0.7) - use target stable

Please prepare a minimal-changes upload targetting each of these suites,
and submit a debdiff to the Release Team [0] for consideration. They will
offer additional guidance or instruct you to upload your package.

I will happily assist you at any stage if the patch is straightforward and
you need help. Please keep me in CC at all times so I can
track [1] the progress of this request.

For details of this process and the rationale, please see the original
announcement [2] and my blog post [3].

0: debian-rele...@lists.debian.org
1: http://prsc.debian.net/tracker/692443/
2: 201101232332.11736.th...@debian.org
3: http://deb.li/prsc

Thanks,

with his security hat on:
--
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51


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



Bug#698433: dosfstools: please add a udeb so that we can stop using deprecated and broken libparted code in d-i

2013-01-18 Thread Colin Watson
Package: dosfstools
Version: 3.0.13-1
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch raring
Control: block 646130 by -1

Almost all of libparted's filesystem code, with the exception of
resizing FAT and HFS, has been removed from 3.x.  We're stuck on 2.x for
wheezy, but for jessie we're going to need to get our act together and
migrate d-i to other mechanisms.  Creating FAT filesystems will be one
of the parts involved in that, and so we'll need a dosfstools-udeb.

Furthermore, I'm told that libparted's FAT creation code can't handle
non-512-byte-sector disks (https://bugs.launchpad.net/bugs/1065281), so
we'd probably want to switch to mkdosfs for this anyway.

The attached patch implements this.  I left dosfslabel out of the udeb,
since d-i only ever sets filesystem labels at creation time at the
moment and it can do this with mkdosfs -n.

  * Add dosfstools-udeb package, mainly so that we can use mkdosfs in d-i
instead of deprecated and semi-broken libparted code.

diff -Nru dosfstools-3.0.13/debian/control dosfstools-3.0.13/debian/control
--- dosfstools-3.0.13/debian/control2012-12-04 14:26:30.0 +
+++ dosfstools-3.0.13/debian/control2013-01-17 17:08:42.0 +
@@ -29,3 +29,10 @@
  check MS-DOS FAT filesystems on hard drives or on floppies.
  .
  This package contains the debugging symbols.
+
+Package: dosfstools-udeb
+Package-Type: udeb
+Section: debian-installer
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: utilities for making and checking MS-DOS FAT filesystems
diff -Nru dosfstools-3.0.13/debian/dosfstools-udeb.install 
dosfstools-3.0.13/debian/dosfstools-udeb.install
--- dosfstools-3.0.13/debian/dosfstools-udeb.install1970-01-01 
01:00:00.0 +0100
+++ dosfstools-3.0.13/debian/dosfstools-udeb.install2013-01-17 
17:38:07.0 +
@@ -0,0 +1,4 @@
+/sbin/mkdosfs
+/sbin/mkfs.*
+/sbin/dosfsck
+/sbin/fsck.*
diff -Nru dosfstools-3.0.13/debian/dosfstools.install 
dosfstools-3.0.13/debian/dosfstools.install
--- dosfstools-3.0.13/debian/dosfstools.install 1970-01-01 01:00:00.0 
+0100
+++ dosfstools-3.0.13/debian/dosfstools.install 2013-01-17 17:11:19.0 
+
@@ -0,0 +1,2 @@
+/sbin
+/usr
diff -Nru dosfstools-3.0.13/debian/rules dosfstools-3.0.13/debian/rules
--- dosfstools-3.0.13/debian/rules  2012-12-04 14:26:13.0 +
+++ dosfstools-3.0.13/debian/rules  2013-01-17 17:11:43.0 +
@@ -12,10 +12,10 @@
 endif
 
 override_dh_auto_install:
-   dh_auto_install -- DESTDIR=$(CURDIR)/debian/dosfstools PREFIX=/usr 
SBINDIR=/sbin
+   dh_auto_install -- PREFIX=/usr SBINDIR=/sbin
 
# Removing useless files
-   rm -f debian/dosfstools/usr/share/doc/dosfstools/ChangeLog
+   rm -f debian/tmp/usr/share/doc/dosfstools/ChangeLog
 
 override_dh_auto_test:
# disabled

Thanks,

-- 
Colin Watson   [cjwat...@ubuntu.com]


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



Bug#698434: unblock: mha4mysql-manager/0.53-2

2013-01-18 Thread KURASHIKI Satoru
Package: release.debian.org
Severity: medium
User: release.debian@packages.debian.org
Usertags: unblock

Dear release team,

Please unblock package mha4mysql-manager 0.53-2, which fix RC bug:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697197

 masterha_master_switch aborts with the following error upon attempting a 
 master
 failover/switch, rendering it virtually unusable:

Here is the debdiff of this change, it's so small backport from upstream.

diff -Nru mha4mysql-manager-0.53/debian/changelog 
mha4mysql-manager-0.53/debian/changelog
--- mha4mysql-manager-0.53/debian/changelog 2012-03-31 23:53:10.0 
+0900
+++ mha4mysql-manager-0.53/debian/changelog 2013-01-18 22:38:59.0 
+0900
@@ -1,3 +1,10 @@
+mha4mysql-manager (0.53-2) unstable; urgency=medium
+
+  * backports upstream patch to fix UUV issue. (Closes: #697197)
+- set urgency medium to close serious bug.
+
+ -- KURASHIKI Satoru lur...@gmail.com  Fri, 18 Jan 2013 22:12:15 +0900
+
 mha4mysql-manager (0.53-1) unstable; urgency=low
 
   * Initial release (Closes: #648571)
diff -Nru mha4mysql-manager-0.53/debian/patches/chomp-fix 
mha4mysql-manager-0.53/debian/patches/chomp-fix
--- mha4mysql-manager-0.53/debian/patches/chomp-fix 1970-01-01 
09:00:00.0 +0900
+++ mha4mysql-manager-0.53/debian/patches/chomp-fix 2013-01-18 
22:34:16.0 +0900
@@ -0,0 +1,12 @@
+Index: mha4mysql-manager-0.53/lib/MHA/ManagerConst.pm
+===
+--- mha4mysql-manager-0.53.orig/lib/MHA/ManagerConst.pm2012-01-09 
00:06:46.0 +0900
 mha4mysql-manager-0.53/lib/MHA/ManagerConst.pm 2013-01-18 
12:51:36.0 +0900
+@@ -87,6 +87,7 @@
+ our $log_fmt = sub {
+   my %args = @_;
+   my $msg  = $args{message};
++  $msg =  unless($msg);
+   chomp $msg;
+   if ( $args{level} eq error ) {
+ my ( $ln, $script ) = ( caller(4) )[ 2, 1 ];
diff -Nru mha4mysql-manager-0.53/debian/patches/series 
mha4mysql-manager-0.53/debian/patches/series
--- mha4mysql-manager-0.53/debian/patches/series1970-01-01 
09:00:00.0 +0900
+++ mha4mysql-manager-0.53/debian/patches/series2013-01-18 
22:34:16.0 +0900
@@ -0,0 +1 @@
+chomp-fix

unblock mha4mysql-manager/0.53-2

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

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


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



Bug#661760: typo in patch for de_AT translation of February

2013-01-18 Thread Gerfried Fuchs
  Hi!

 I stumbled upon this in Debian where the patch was carried in 2.13
already but got later submitted upstream.  The patch to change the
translation for the month name of February from Feber (which is highly
underused only by small parts of the country) to Februar had
unfortunately a bug:

 It changed the translation to FebruAr with a capital A as second-last
character.  Please change the U0041 to U0061 in the file
localedata/locales/de_AT, according to this inline-patch (against
version 2.16 of eglibc):

#v+
--- a/localedata/locales/de_AT
+++ b/localedata/locales/de_AT
@@ -102,7 +102,7 @@
U0053U0065U0070;U004FU006BU0074;/
U004EU006FU0076;U0044U0065U007A
 mon U004AU00E4U006EU006EU0065U0072;/
-   U0046U0065U0062U0072U0075U0041U0072;/
+   U0046U0065U0062U0072U0075U0061U0072;/
U004DU00E4U0072U007A;/
U0041U0070U0072U0069U006C;/
U004DU0061U0069;/
#v-

 Thanks in advance, the current mistake there makes it look a bit ...
weird, to say the least. :)

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


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



Bug#688956: dracut: CVE-2012-4453: creates non-world readable initramfs images

2013-01-18 Thread Jonathan Wiltshire
Package: dracut

Dear maintainer,

Recently you fixed one or more security problems and as a result you closed
this bug. These problems were not serious enough for a Debian Security
Advisory, so they are now on my radar for fixing in the following suites
through point releases:

squeeze (6.0.7) - use target stable

Please prepare a minimal-changes upload targetting each of these suites,
and submit a debdiff to the Release Team [0] for consideration. They will
offer additional guidance or instruct you to upload your package.

I will happily assist you at any stage if the patch is straightforward and
you need help. Please keep me in CC at all times so I can
track [1] the progress of this request.

For details of this process and the rationale, please see the original
announcement [2] and my blog post [3].

0: debian-rele...@lists.debian.org
1: http://prsc.debian.net/tracker/688956/
2: 201101232332.11736.th...@debian.org
3: http://deb.li/prsc

Thanks,

with his security hat on:
--
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51


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



Bug#698434: unblock: mha4mysql-manager/0.53-2

2013-01-18 Thread Niels Thykier
On 2013-01-18 14:58, KURASHIKI Satoru wrote:
 Package: release.debian.org
 Severity: medium
 User: release.debian@packages.debian.org
 Usertags: unblock
 
 Dear release team,
 
 Please unblock package mha4mysql-manager 0.53-2, which fix RC bug:
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697197
 
  masterha_master_switch aborts with the following error upon attempting a 
  master
  failover/switch, rendering it virtually unusable:
 Here is the debdiff of this change, it's so small backport from upstream.
 
 [...]
 +@@ -87,6 +87,7 @@
 + our $log_fmt = sub {
 +   my %args = @_;
 +   my $msg  = $args{message};
 ++  $msg =  unless($msg);

Technically, this can map a 0 to a  - not sure how likely that is in
a log_this function, but you(r upstream) might have wanted
unless(defined($msg)); instead.

 +   chomp $msg;
 +   if ( $args{level} eq error ) {
 + my ( $ln, $script ) = ( caller(4) )[ 2, 1 ];
 diff -Nru mha4mysql-manager-0.53/debian/patches/series 
 mha4mysql-manager-0.53/debian/patches/series
 --- mha4mysql-manager-0.53/debian/patches/series  1970-01-01 
 09:00:00.0 +0900
 +++ mha4mysql-manager-0.53/debian/patches/series  2013-01-18 
 22:34:16.0 +0900
 @@ -0,0 +1 @@
 +chomp-fix

~Niels


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



Bug#687602: retext: should restore the window position and size at startup

2013-01-18 Thread Teodor MICU
2013/1/12 Dmitry Shachnev mity...@gmail.com:
 Hm, I probably was not clear enough: you need to add
 saveWindowGeometry=true (w/o quotes) to ~/.config/ReText
 project/ReText.conf to get that working. See
 https://sourceforge.net/p/retext/wiki/Configuration%20file/ for
 details.

Thanks for this explanation. Why not default to true instead of false?
I don't think there should be an option to disable this function, I
know no other application that does this. You could use a separate
config file (in .config/retext) like position for these properties
that are not for the user to edit manually.

Also, looking at .config directory any other Linux application is
using just its name for user preferences (lower case). Why not do the
same for retext?

Cheers


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



Bug#612297: [pkg-bacula-devel] Review package plz

2013-01-18 Thread Alexander Golovko
В Thu, 17 Jan 2013 16:53:55 +0100
Willem van den Akker wvdak...@wilsoft.nl пишет:

 Hi Alexander,
 
 It looks like it is not needed for upload permissions.
 However Lintian is complaining about the mailing list address of the
 team.
 In that case the uploaders field must be filled in.
 
 http://www.debian.org/doc/manuals/developers-reference/pkgs.html#collaborative-maint
 
 Documentation and tools not yet up-to-date with the new guidelines ;)
 Correct me if I am wrong.

Yes, it look so.

 
 @all
 I have made all necessary changes. Package builds fine. Can somebody
 check the package?

git-buildpackage --git-pbuilder don;t like removing commited files
from clean target. I change this to trivial quilt patch, this is also
made unneeded lintian override for config-generated-file-in-source.

As i see, all OpenOffice documents gzipped, so they unusable for users:

/usr/share/doc/bacula-doc/presentations/Bacula-BSDCan-talk-17May08.odp.gz
/usr/share/doc/bacula-doc/presentations/Bacula-FAC2-talk-08Out08.odp.gz
/usr/share/doc/bacula-doc/presentations/Bacula-Paris-talk-12May05-English.odp.gz
/usr/share/doc/bacula-doc/presentations/Bacula-UKUUG-talk-20Feb08.odp.gz
/usr/share/doc/bacula-doc/presentations/Bacula-FOSDEM-talk-25Feb07.odp.gz
/usr/share/doc/bacula-doc/presentations/Bacula-BSDCan-17May08.odp.gz
/usr/share/doc/bacula-doc/techlogs/speed-test-results.ods.gz
/usr/share/doc/bacula-doc/techlogs/batch_insert_documentation.odt.gz
/usr/share/doc/bacula-doc/techlogs/accurate-test.ods.gz


 I will make changes if needed, otherwise please upload ;)

Luca, i have no permissions for upload bacula-doc. Can you give it for
me?

 
 Greetings,
 Willem
 
 On Thu, 2013-01-17 at 13:49 +0400, Alexander Golovko wrote:
 
  Hi, Willem!
  
  Thank you for work!
  
  But currently Uploaders field is not used for upload permissions,
  i don't sure you need set it.
  
  http://lists.debian.org/debian-devel-announce/2012/09/msg8.html
  
  
  В Thu, 17 Jan 2013 09:33:51 +
  W. van den Akker wvdak...@wilsoft.nl пишет:
  
   The following commit has been merged in the master branch:
   commit c1b6fe3d794e994294f7f097bd7fe990429300b6
   Author: W. van den Akker wvdak...@wilsoft.nl
   Date:   Thu Jan 17 10:32:23 2013 +0100
   
   Changed maintainer, refs 612297.
   
   diff --git a/debian/changelog b/debian/changelog
   index 71d355d..74b7c46 100644
   --- a/debian/changelog
   +++ b/debian/changelog
   @@ -1,3 +1,12 @@
   +bacula-doc (5.2.6-1) UNRELEASED; urgency=low
   +
   +  * New maintainer (Closes: #612297).
   +  * New upstream release.
   +  * debian/control: maintainer to Debian Bacula Team.
   +debian/control: added myself to uploaders list.
   +
   + -- Willem van den Akker wvdak...@wilsoft.nl  Thu, 17 Jan 2013
   10:17:59 +0100 +
bacula-doc (5.0.2-4) unstable; urgency=low

  [Alexander Reichle-Schmehl]
   diff --git a/debian/control b/debian/control
   index 68f4d09..cf856c1 100644
   --- a/debian/control
   +++ b/debian/control
   @@ -1,7 +1,8 @@
Source: bacula-doc
Section: doc
Priority: optional
   -Maintainer: Debian QA Group packa...@qa.debian.org
   +Maintainer: Debian Bacula Team
   pkg-bacula-de...@lists.alioth.debian.org +Uploaders: Willem van
   den Akker wvdak...@wilsoft.nl Build-Depends: debhelper (= 7),
   autoconf, autotools-dev, texlive-base, texlive-latex-recommended,
   texlive-fonts-recommended, ghostscript
   
  
  
 
 


-- 
with best regards,
Alexander Golovko
email: alexan...@ankalagon.ru
xmpp: alexan...@ankalagon.ru


signature.asc
Description: PGP signature


Bug#698435: lilypond-doc-html-fr: duplicate Document name betwee -doc-* and -doc-*-language - doc-base concatenation failure

2013-01-18 Thread Alban Browaeys
Package: lilypond-doc-html-fr
Version: 2.16.0-1~exp+2
Severity: normal

Dear Maintainer,
Installing any -doc-format-lang of lilypond ends up
with a doc-base trigger concatenation failure.

It boils down to doc-base does not accept more than one
document with the same format and same identifier (here document
name is always lilypond. Thus installing a doc-format-lang
 plus the base doc-format they depends upon fails)
- http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610018
The error message is a bit cryptic (I'll work to make it more
user-friendly), but it means that doc-base failed to merge two 
different doc-base files having the same value of the `Document' 
field (i.e. debian-history.lt), because both files provide 
documentation in the same format (i.e. html). Such merging is 
allowed only for documentation in different formats - please see 
section 2.5.1 of `Debian doc-base Manual'.

Here I switched from Document: lilypond to Document: lilypond.fr.
That deal with the doc-base concatenate error.

Best regards,
Alban

-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.8.0-rc2test0-00197-ge364127 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lilypond-doc-html-fr depends on:
ii  dpkg   1.16.9
ii  install-info   4.13.93.dfsg.1-1
ii  lilypond-doc-html  2.16.0-1~exp+2

lilypond-doc-html-fr recommends no packages.

Versions of packages lilypond-doc-html-fr suggests:
ii  lilypond  2.16.0-1~exp+2

-- no debconf information

-- debsums errors found:
debsums: changed file /usr/share/doc-base/lilypond-doc-html-fr (from 
lilypond-doc-html-fr package)


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



Bug#698436: microcom: man page markup errors

2013-01-18 Thread Julius Seemayer
Package: microcom
Version: 2012.06.0-2
Severity: normal
Tags: patch

Current microcom(1) man page in testing (equal version as in Sid) has somewhat
broken man markup (see patch). Escpecially the second case is serious, because
the  escaping key sequence will be mistaken as ^- instead of ^\ in the current
version.

Patch:

$ zcat /usr/share/man/man1/microcom.1.gz | diff -U0 - /tmp/microcom.1
--- -   2013-01-18 15:05:02.035779491 +0100
+++ /tmp/microcom.1 2013-01-18 15:04:58.033396951 +0100
@@ -6 +6 @@
-\fBmicrocom\fR [\fB-p \fIdevfile\fR\fP]  [\fB-s \fIspeed\fR\fP]  [\fB-t 
\fIhost:port\fR\fP]  [\fB-c \fIinterface:rx_id:tx_id\fR\fP]  
+\fBmicrocom\fR [\fB-p \fIdevfile\fR]  [\fB-s \fIspeed\fR]  [\fB-t 
\fIhost\fR:\fIport\fR]  [\fB-c \fIinterface\fR:\fIrx_id\fR:\fItx_id\fR]  
@@ -22 +22 @@
-The default escape character is crtl-\. You may enter the 
+The default escape character is crtl-\e. You may enter the 
$ 


Cheers,

Julius



-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-4-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/dash

Versions of packages microcom depends on:
ii  libc6 2.13-37
ii  libreadline6  6.2+dfsg-0.1

microcom recommends no packages.

microcom 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#685299: lintian: False positive from hardening-no-fortify-functions

2013-01-18 Thread Niels Thykier
On 2013-01-18 14:08, Roland Stigge wrote:
 All reported files basically do like this:
 
 $ hardening-check --verbose ./debian/guitarix/usr/lib/ladspa/guitarix.so
 ./debian/guitarix/usr/lib/ladspa/guitarix.so:
  Position Independent Executable: no, regular shared library (ignored)
  Stack protected: no, not found!
  Fortify Source functions: no, only unprotected functions found!
   unprotected: memset
   unprotected: memmove
  Read-only relocations: yes
  Immediate binding: no, not found!
 $
 
 What would you suggest here?
 
 Thanks in advance,
 
 Roland

Since I have an outstanding suggestion to whitelist exactly those two
functions (see #673112#62), I decided to do so.  In Lintian 2.5.12,
those warnings should now disappear.

However, should you meet this warning again, there is a good chance I
will recomemnd you to simply override it once you have asserted that the
proper build flags are passed to the compiler (blhc can help you with this).

~Niels


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



Bug#664053: Fwd: Re: Bug#664053: unable to eject cd when using toram

2013-01-18 Thread Graham Inggs

unarchive 664053
reopen 664053
thanks

I'm still experiencing this problem with the Wheezy candidate image.

Steps to reproduce:
1. Download and burn:
http://live.debian.net/cdimage/release/current-next/i386/iso-hybrid/debian-wheezy-live-b3-i386-standard.iso
2. Boot the CD and press Tab when the boot menu appears
3. Type in ' toram' (space toram without the quotes) and press Enter
4. Wait until booting has completed and the shell prompt appears
5. Press the Eject button on the CD/DVD ROM drive

The drive does not respond and in fact you may hear the disc still
spinning for a long time after booting completed.
Even pressing the reset button does not return the drive to a state
where the disc can be ejected, the machine needs to be power cycled.

I also tested on a fresh sid standard image generated today using the
live-build web-frontend with the same results.

Could this be a problem with any other component besides live-build?



UNIVERSITY OF CAPE TOWN

This e-mail is subject to the UCT ICT policies and e-mail disclaimer published 
on our website at http://www.uct.ac.za/about/policies/emaildisclaimer/ or 
obtainable from +27 21 650 9111. This e-mail is intended only for the person(s) 
to whom it is addressed. If the e-mail has reached you in error, please notify 
the author. If you are not the intended recipient of the e-mail you may not 
use, disclose, copy, redirect or print the content. If this e-mail is not 
related to the business of UCT it is sent by the sender in the sender's 
individual capacity.


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



Bug#698314: [Gnome-colors-packagers] Bug#698314: shiki-colors: New Shiki-Nouveau GTK-3.x theme

2013-01-18 Thread Benjamin Drung
Am Donnerstag, den 17.01.2013, 01:05 +0400 schrieb Roman V. Nikolaev:
 Package: shiki-colors
 Severity: wishlist
 
 Please add new gtk3 theme Shiki-Nouveau or create new separate package.
 
 http://gnome-look.org/content/show.php/Shiki-Nouveau?content=153084
 GPL

The Shiki-Nouveau is a different source package than shiki-colors and it
will create separate binary packages. Therefore please change this bug
into a request for packaging (RFP).

Upstream says: These themes will not work correctly with GNOME/GTK 3.6
and will not be updated to work with them. That's why I will not look
into packaging it. I am willing to do that if the theme is updated to
work with GTK+ 3.6.

-- 
Benjamin Drung
Debian  Ubuntu Developer


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



Bug#681974: libgtk-3-0: weird popup menus size and placement

2013-01-18 Thread intrigeri
Hi,

Paul Menzel wrote (18 Jan 2013 11:25:43 GMT) :
  Could you please try if building GTK with that patch solves this issue?
 
  I applied the patch to the upstream Git tag 3.6.2 and rebuild the
  package with the `debian/` folder. Everything seems to be fine now.
 
 Do you intend to try this patch on current testing/sid's GTK,

 I basically did that already as the `debian/` directly is from the
 Debian package.

This is great, and it was clear to me already. FTR, I was asking about
testing/sid's packages, that are based on upstream 3.4.2.

 and try to get this fixed in Wheezy?

 I already asked Sébastien Villemot in #debian-gnome on irc.oftc.net.

Great!

Cheers,
-- 
  intrigeri
  | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
  | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc


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



Bug#698437: cheese: Cheese can't record video

2013-01-18 Thread Kees de Jong
Package: cheese
Version: 3.4.2-2
Severity: important

I'm using a Logitech C920 webcam, a modern webcam. Every time when I try to
record a video with Cheese it crashes. I tried all kinds of supported
resolutions, same crash result.

Below is an output from the command line:

(cheese:63341): Gtk-WARNING **: Attempting to add a widget with type GtkImage
to a GtkToggleButton, but as a GtkBin subclass a GtkToggleButton can only
contain one widget at a time; it already contains a widget of type GtkLabel

(cheese:63341): Gtk-WARNING **: Attempting to add a widget with type GtkImage
to a GtkToggleButton, but as a GtkBin subclass a GtkToggleButton can only
contain one widget at a time; it already contains a widget of type GtkLabel

(cheese:63341): Gtk-WARNING **: Attempting to add a widget with type GtkImage
to a GtkToggleButton, but as a GtkBin subclass a GtkToggleButton can only
contain one widget at a time; it already contains a widget of type GtkLabel

(cheese:63341): Gtk-WARNING **: Attempting to add a widget with type GtkImage
to a GtkButton, but as a GtkBin subclass a GtkButton can only contain one
widget at a time; it already contains a widget of type GtkLabel

(cheese:63341): Gtk-WARNING **: Attempting to add a widget with type GtkGrid to
a GtkToggleButton, but as a GtkBin subclass a GtkToggleButton can only contain
one widget at a time; it already contains a widget of type GtkLabel

(cheese:63341): Gtk-WARNING **: Attempting to add a widget with type GtkImage
to a GtkButton, but as a GtkBin subclass a GtkButton can only contain one
widget at a time; it already contains a widget of type GtkLabel
libv4l2: warning v4l2 mmap buffers still mapped on close()

** (cheese:63341): WARNING **: Could not get buffers from device '/dev/video0'.


** (cheese:63341): WARNING **: Could not map buffers from device '/dev/video0'


** (cheese:63341): WARNING **: Could not negotiate format


** (cheese:63341): WARNING **: Could not get buffers from device '/dev/video0'.


** (cheese:63341): WARNING **: Could not map buffers from device '/dev/video0'


** (cheese:63341): WARNING **: Could not negotiate format



-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages cheese depends on:
ii  cheese-common 3.4.2-2
ii  gnome-video-effects   0.4.0-1
ii  libc6 2.13-37
ii  libcanberra-gtk3-00.28-6
ii  libcheese-gtk21   3.4.2-2
ii  libcheese33.4.2-2
ii  libclutter-1.0-0  1.10.8-2
ii  libclutter-gtk-1.0-0  1.2.0-2
ii  libgdk-pixbuf2.0-02.26.1-1
ii  libgee2   0.6.4-2
ii  libglib2.0-0  2.33.12+really2.32.4-3
ii  libgnome-desktop-3-2  3.4.2-1
ii  libgstreamer0.10-00.10.36-1
ii  libgtk-3-03.4.2-4

Versions of packages cheese recommends:
ii  gnome-icon-theme3.4.0-2
ii  gvfs1.12.3-3
ii  hicolor-icon-theme  0.12-1
ii  nautilus-sendto 3.0.3-2+b1
ii  yelp3.4.2-1+b1

cheese 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#664053: Fwd: Re: Bug#664053: unable to eject cd when using toram

2013-01-18 Thread Daniel Baumann

On 01/18/2013 03:13 PM, Graham Inggs wrote:

1. Download and burn:
http://live.debian.net/cdimage/release/current-next/i386/iso-hybrid/debian-wheezy-live-b3-i386-standard.iso


[...]


Could this be a problem with any other component besides live-build?


try reproduce it with the standard image, rather than the gnome-desktop 
image which has a lot of software on it.


--
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.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#698438: mediawiki-extensions old purge harmful for new packages

2013-01-18 Thread Josip Rodin
Package: mediawiki-extensions
Version: 1.4

Hi,

This old package has a postrm that does
rm -rf /etc/mediawiki-extensions
on purge. While this might have seemed like a good idea at the time,
nowadays when the package is split into 

Depends: mediawiki-extensions-base, mediawiki-extensions-geshi, 
mediawiki-extensions-ldapauth, mediawiki-extensions-openid, 
mediawiki-extensions-confirmedit, mediawiki-extensions-fckeditor, 
mediawiki-extensions-collection, mediawiki-extensions-graphviz

this causes data loss if you switch to using the new packages without
installing the new package[1], and then purge the useless old package without
reading the postrm.

Please have one of the new packages, likely mediawiki-extensions-base,
get rid of the old file:

aa21aaba44c96d8af67c86e89f61c35a /var/lib/dpkg/info/mediawiki-extensions.postrm

TIA.

[1] ...I know it's normally reasonable to expect people to upgrade from old
packages to new ones, thereby probably avoiding the problem, but I somehow
doubt there are few cases where people saw:

% sudo apt-get install mediawiki-extensions
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  defoma fckeditor file fontconfig fontconfig-config graphviz libcairo2
  libcdt4 libcgraph5 libdatrie1 libfontconfig1 libgd2-noxpm libgraph4 libgvc5
  libgvpr1 libice6 libjpeg62 libjs-jquery-ui liblcms1 libpango1.0-0
  libpango1.0-common libpathplan4 libpixman-1-0 libpng12-0 libsm6 libthai-data
  libthai0 libx11-6 libx11-data libxau6 libxaw7 libxcb-render-util0
  libxcb-render0 libxcb1 libxdmcp6 libxdot4 libxext6 libxft2 libxmu6 libxpm4
  libxrender1 libxt6 mediawiki-extensions-collection
  mediawiki-extensions-confirmedit mediawiki-extensions-fckeditor
  mediawiki-extensions-geshi mediawiki-extensions-graphviz
  mediawiki-extensions-ldapauth mediawiki-extensions-openid php-geshi
  php5-ldap python-imaging ttf-dejavu-core x11-common
Suggested packages:
  defoma-doc psfontmgr x-ttcidfont-conf dfontmgr gsfonts graphviz-doc
  libgd-tools libjs-jquery-ui-docs liblcms-utils ttf-japanese-gothic
  ttf-japanese-mincho ttf-thryomanes ttf-baekmuk ttf-arphic-gbsn00lp
  ttf-arphic-bsmi00lp ttf-arphic-gkai00mp ttf-arphic-bkai00mp
  python-imaging-doc python-imaging-dbg
Recommended packages:
  libfont-freetype-perl aspell ttf-liberation javascript-common mediawiki-math
The following NEW packages will be installed:
  defoma fckeditor file fontconfig fontconfig-config graphviz libcairo2
  libcdt4 libcgraph5 libdatrie1 libfontconfig1 libgd2-noxpm libgraph4 libgvc5
  libgvpr1 libice6 libjpeg62 libjs-jquery-ui liblcms1 libpango1.0-0
  libpango1.0-common libpathplan4 libpixman-1-0 libpng12-0 libsm6 libthai-data
  libthai0 libx11-6 libx11-data libxau6 libxaw7 libxcb-render-util0
  libxcb-render0 libxcb1 libxdmcp6 libxdot4 libxext6 libxft2 libxmu6 libxpm4
  libxrender1 libxt6 mediawiki-extensions mediawiki-extensions-collection
  mediawiki-extensions-confirmedit mediawiki-extensions-fckeditor
  mediawiki-extensions-geshi mediawiki-extensions-graphviz
  mediawiki-extensions-ldapauth mediawiki-extensions-openid php-geshi
  php5-ldap python-imaging ttf-dejavu-core x11-common
0 upgraded, 55 newly installed, 0 to remove and 0 not upgraded.
Need to get 11,4 MB of archives.
After this operation, 36,6 MB of additional disk space will be used.
Do you want to continue [Y/n]?

...vomited^W and skipped that in favor of a less invasive upgrade, picking
only some of those.

-- 
 2. That which causes joy or happiness.


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



Bug#698439: couchdb: CVE-2012-5650 CVE-2012-5649

2013-01-18 Thread Moritz Muehlenhoff
Package: couchdb
Severity: grave
Tags: security
Justification: user security hole

Please see
http://seclists.org/fulldisclosure/2013/Jan/82
http://seclists.org/fulldisclosure/2013/Jan/80

Please apply isolated fixes instead of updating to a full new release.

Cheers,
Moritz


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



Bug#698438: mediawiki-extensions old purge harmful for new packages

2013-01-18 Thread Thorsten Glaser
On Fri, 18 Jan 2013, Josip Rodin wrote:

 this causes data loss if you switch to using the new packages without
 installing the new package[1], and then purge the useless old package without
 reading the postrm.

Eew. That’s definitely ugly and, possibly, supported.

I guess we can’t just add a versioned Conflicts to the split
packages either, right? Would a Breaks help?

bye,
//mirabilos
-- 
tarent solutions GmbH
Rochusstraße 2-4, D-53123 Bonn • http://www.tarent.de/
Tel: +49 228 54881-393 • Fax: +49 228 54881-314
HRB 5168 (AG Bonn) • USt-ID (VAT): DE122264941
Geschäftsführer: Boris Esser, Sebastian Mancke


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



Bug#698002: python3-defaults: added DEP-8 tests

2013-01-18 Thread Dmitry Shachnev
Thanks Piotr for merging my changes!

While working on a new Ubuntu upload [1], I've fixed some more errors
(including one that makes the package FTBFS when $(DEB_HOST_GNU_TYPE) is
not defined). Please consider applying these changes too.

The new branch is available at:
bzr+ssh://bzr.debian.org/~mitya57-guest/public_bzr/python3-defaults/merge-with-ubuntu

[1]: 
https://code.launchpad.net/~mitya57/ubuntu/raring/python3-defaults/resync/+merge/143697

--
Dmitry Shachnev


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



Bug#661760: typo in patch for de_AT translation of February

2013-01-18 Thread Thomas Schwinge
Hi!

Thanks for the report and patch!

On Fri, 18 Jan 2013 14:58:39 +0100, Gerfried Fuchs rho...@deb.at wrote:
 --- a/localedata/locales/de_AT
 +++ b/localedata/locales/de_AT
 @@ -102,7 +102,7 @@
   U0053U0065U0070;U004FU006BU0074;/
   U004EU006FU0076;U0044U0065U007A
  mon U004AU00E4U006EU006EU0065U0072;/
 - U0046U0065U0062U0072U0075U0041U0072;/
 + U0046U0065U0062U0072U0075U0061U0072;/
   U004DU00E4U0072U007A;/
   U0041U0070U0072U0069U006C;/
   U004DU0061U0069;/

Please see upstream glibc commit b44d43a01620a29c0ee7b25fe994adb22fa511d5
and BZ #13758; this has been fixed already:

localedata/
2012-10-19  Florian Pritz  bluew...@xinu.at

[BZ #13758]
* locales/de_AT (LC_TIME): Change month name from FebruAr to
Februar.


diff --git localedata/locales/de_AT localedata/locales/de_AT
index e566eed..c36913b 100644
--- localedata/locales/de_AT
+++ localedata/locales/de_AT
@@ -100,7 +100,7 @@ abmon   U004AU00E4U006E;U0046U0065U0062;/
U0053U0065U0070;U004FU006BU0074;/
U004EU006FU0076;U0044U0065U007A
 mon U004AU00E4U006EU006EU0065U0072;/
-   U0046U0065U0062U0072U0075U0041U0072;/
+   U0046U0065U0062U0072U0075U0061U0072;/
U004DU00E4U0072U007A;/
U0041U0070U0072U0069U006C;/
U004DU0061U0069;/


Grüße,
 Thomas


pgpnf072Myhkt.pgp
Description: PGP signature


Bug#676167: WARN alsa: can't encode 0-bit Unknown or not applicable

2013-01-18 Thread Pascal Giard
On Fri, Aug 24, 2012 at 3:03 AM, Ulrich Klauer ulr...@chirlu.de wrote:
 tags 676167 + patch
 thanks


 It'd be interesting to know which driver causes the segfault on platforms
 without ALSA support; it might be alsa there too, or one of the following.


 Apparently it is the oss format itself, which passes NULL to fileno().

 I've attached a patch to replace the 01_default_audio_driver_fallback.patch
 file introduced in 14.4.0-3. It restricts using the new try_device() to
 pulseaudio, where it seems to work well and solves the original problem (bug
 #664301). It's not ideal of course, as users of OSS still have to manually
 uninstall libsox-fmt-alsa or set AUDIODRIVER.

 Pascal, would you consider replacing the original patch with this one?

Wow, somehow that one went totally fell through.

I will surely do soon (hopefully this evening).

I'm currently working on moving to format 3.0 quilt but I'm facing few
issues still (will post about this on the upstream ML).
I'll probably just push a 14.4.0-5 with it (14.4.0-4 went to experimental).

Cheers,

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


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



Bug#698440: ruby-rack: CVE-2012-6109 CVE-2013-0184 CVE-2013-0183

2013-01-18 Thread Moritz Muehlenhoff
Package: ruby-rack
Severity: grave
Tags: security
Justification: user security hole

Please see these links for details:
http://seclists.org/oss-sec/2013/q1/80
http://seclists.org/oss-sec/2013/q1/83

Cheers,
Moritz


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



Bug#686650: bcron update for stable

2013-01-18 Thread Gerrit Pape
Hi,

as suggested by Jonathan below, I prepared a bcron package fixing
#686650 as candidate for the next squeeze point release.  A debdiff is
attached, the package ready for upload.

Regards, Gerrit.


On Thu, Jan 17, 2013 at 11:42:08AM -, Jonathan Wiltshire wrote:
 Package: bcron
 
 Dear maintainer,
 
 Recently you fixed one or more security problems and as a result you closed
 this bug. These problems were not serious enough for a Debian Security
 Advisory, so they are now on my radar for fixing in the following suites
 through point releases:
 
 squeeze (6.0.7) - use target stable
 
 Please prepare a minimal-changes upload targetting each of these suites,
 and submit a debdiff to the Release Team [0] for consideration. They will
 offer additional guidance or instruct you to upload your package.
 
 I will happily assist you at any stage if the patch is straightforward and
 you need help. Please keep me in CC at all times so I can
 track [1] the progress of this request.
 
 For details of this process and the rationale, please see the original
 announcement [2] and my blog post [3].
 
 0: debian-rele...@lists.debian.org
 1: http://prsc.debian.net/tracker/686650/
 2: 201101232332.11736.th...@debian.org
 3: http://deb.li/prsc
 
 Thanks,
 
 with his security hat on:
 --
 Jonathan Wiltshire  j...@debian.org
 Debian Developer http://people.debian.org/~jmw
 
 4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51
diff -u bcron-0.09/debian/changelog bcron-0.09/debian/changelog
--- bcron-0.09/debian/changelog
+++ bcron-0.09/debian/changelog
@@ -1,3 +1,14 @@
+bcron (0.09-11+squeeze1) stable; urgency=high
+
+  * debian/diff/0008-bcron-exec-Mark-all-temporary-files-close-...diff:
+new; from upstream git; bcron-exec: Mark all temporary files
+close-on-exec and close selfpipe; this fixes a security bug in
+bcron where cron jobs get access to the temporary output files from
+all other jobs that are still running (CVE-2012-6110, closes:
+#686650).
+
+ -- Gerrit Pape p...@smarden.org  Fri, 18 Jan 2013 03:21:49 +
+
 bcron (0.09-11) unstable; urgency=low
 
   * debian/bcron-run.postrm: services' supervise dirs are now located in
only in patch2:
unchanged:
--- 
bcron-0.09.orig/debian/diff/0008-bcron-exec-Mark-all-temporary-files-close-on-exec-and.diff
+++ 
bcron-0.09/debian/diff/0008-bcron-exec-Mark-all-temporary-files-close-on-exec-and.diff
@@ -0,0 +1,79 @@
+From 6b30379c3bcab65a6a21b5c7677e333dbc357cc3 Mon Sep 17 00:00:00 2001
+From: Bruce Guenter br...@untroubled.org
+Date: Fri, 5 Oct 2012 18:15:11 -0600
+Subject: [PATCH] bcron-exec: Mark all temporary files close-on-exec and
+ close selfpipe
+
+This fixes a security bug in bcron where cron jobs get access to the
+temporary output files from all other jobs that are still running.
+
+First reported in Debian:
+http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686650
+
+Conflicts:
+   NEWS
+---
+ bcron-exec.c   |3 +++
+ tests/exec-fds |   22 ++
+ 2 files changed, 25 insertions(+)
+ create mode 100644 tests/exec-fds
+
+diff --git a/bcron-exec.c b/bcron-exec.c
+index 2414bd8..ec6c641 100644
+--- a/bcron-exec.c
 b/bcron-exec.c
+@@ -13,6 +13,7 @@
+ #include path/path.h
+ #include str/env.h
+ #include str/str.h
++#include unix/cloexec.h
+ #include unix/nonblock.h
+ #include unix/selfpipe.h
+ #include unix/sig.h
+@@ -106,6 +107,7 @@ static void exec_cmd(int fdin, int fdout,
+const str* env,
+const struct passwd* pw)
+ {
++  selfpipe_close();
+   dup2(fdin, 0);
+   close(fdin);
+   dup2(fdout, 1);
+@@ -205,6 +207,7 @@ static void start_slot(int slot,
+   return;
+ }
+ unlink(tmp.s);
++cloexec_on(fd);
+ gethostname(hostname, sizeof hostname);
+ wrap_str(str_copyns(tmp, 6, To: , mailto, \n,
+   From: Cron Daemon root@, hostname, \n));
+diff --git a/tests/exec-fds b/tests/exec-fds
+new file mode 100644
+index 000..f2c4a9f
+--- /dev/null
 b/tests/exec-fds
+@@ -0,0 +1,22 @@
++doexec \
++  'sleep 1; echo all done' \
++  'echo here 4; echo here 5; echo here 6; echo here 7; echo here 
8'
++result
++15:2^@KJob complete,15:1^@KJob complete,
++bcron-exec: (USER) CMD (sleep 1; echo all done)
++bcron-exec: (USER) CMD (echo here 4; echo here 5; echo here 6; echo 
here 7; echo here 8)
++bcron-exec: Waiting for remaining slots to complete
++To: USER
++From: Cron Daemon root@HOST
++Subject: Cron USER@HOST echo here 4; echo here 5; echo here 6; echo 
here 7; echo here 8
++
++/bin/sh: 1: 4: Bad file descriptor
++/bin/sh: 1: 5: Bad file descriptor
++/bin/sh: 1: 6: Bad file descriptor
++/bin/sh: 1: 7: Bad file descriptor
++/bin/sh: 1: 8: Bad file descriptor
++To: USER
++From: Cron Daemon root@HOST
++Subject: Cron USER@HOST sleep 1; echo all done
++
++all done
+-- 
+1.7.10.4
+


Bug#695224: Locale::Maketext security fix: real world breakage?

2013-01-18 Thread Dominic Hargreaves
On Wed, Dec 05, 2012 at 04:05:01PM -0500, Ricardo Signes wrote:
 * Dominic Hargreaves d...@earth.li [2012-12-05T13:51:19]
  I wondered (and the question has arised within the Debian project) whether
  anyone might be relying on the previous behaviour? Have you been able to do
  any assessment of this?
 
 It's difficult to say, unfortunately, because (I suppose) most projects that
 would use Locale::Maketext would not be CPAN projects, and so finding them is
 not trivial.
 
 I did do some grepping of the CPAN and found zero cases.
 
 It should be quite easy to add this behavior back as optional, if we find
 we've broken anything.

Hi,

A fix for that has been in Debian unstable/testing for the past month
and we've had no reports of problems. That doesn't mean everything, of
course, but it is probably time to decide whether to push this out to
Debian stable. As such I'd be very interested in hearing from anyone
who has real world examples of this breaking things.

Cheers,
Dominic.

-- 
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)


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



Bug#698441: backuppc: Typo in kill signal name (ALRM vs ARLM)

2013-01-18 Thread Axel Beckert
Package: backuppc
Version: 3.2.1-4
Severity: important

Hi Ludovic,

while debugging some issues with aborted backups, I stumbled over the
following typo in /usr/share/backuppc/bin/BackupPC_dump:

   1065 # Send ALRMs to BackupPC_tarExtract if we are using it
   1066 #
   1067 if ( $tarPid  0 ) {
   1068 kill($bpc-sigName2num(ARLM), $tarPid);
 ^^

It seems to be only typo of this kind in the package:

# dgrep -n ARLM backuppc
/usr/share/backuppc/bin/BackupPC_dump:1068: 
kill($bpc-sigName2num(ARLM), $tarPid);
#

I'm not sure if that typo causes our issues here, at least I don't see
that typo in the logs.

But misspelling a signal can cause quite severe behaviour changes of a
program in general, since either the wrong or no signal at all may be
sent.

(Not sure what of those two things would happen. perldoc -f kill
mentions that a signal of zero would send no signal, so if that string
is not defined as signal, I'd say it results in zero when being parsed
as integer.)

Regards, Axel
-- 
 ,''`.  |  Axel Beckert a...@debian.org, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE
  `-|  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5


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



Bug#697617: jenkins: remote code execution vulnerability

2013-01-18 Thread Miguel Landaeta
On Thu, Jan 10, 2013 at 2:29 PM, Miguel Landaeta mig...@miguel.cc wrote:
 On Thu, Jan 10, 2013 at 2:03 PM, James Page james.p...@ubuntu.com wrote:
 I'm trying to get some advice from upstream on this - hopefully I'll
 hear back in the next ~24hrs

 Good to know, I'll stay tuned.


Hi James, is there any news about this issue?

Cheers,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


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



Bug#698442: nvidia-glx: X11 corrupt/slow after switching to console or suspend/resume

2013-01-18 Thread Lennert Van Alboom
Package: nvidia-glx
Version: 304.64-4
Severity: important


Hello,


The nvidia module often causes a malfunctioning X11 on my laptop. Even though I 
do get an image and the desktop (cinnamon) responds to it, it 
takes 20+ seconds to display e.g. the menu, more often than not garbled, and 
the system is generally unresponsive while waiting for the 
reaction to appear.

The following line is logged a lot when this happens:

kernel: [13809.087763] NVRM: os_schedule: Attempted to yield the CPU 
while in atomic or interrupt context

At this point the machine stops being workable. The following actions did not 
solve it:
- restarting X11
- dropping to runlevel 1 and back (ctrl-alt-F1 does work, although it takes a 
while before the system reacts to it)
- rmmod nvidia module from runlevel 1

Only a full reboot solves the problem. I can reproduce the problem in two ways:
- Switching to tty1 and back 
- Suspending the laptop and resuming it


Google yielded a bunch of results for the error above, from years ago until 
now. No clear solution as far as I can see - anyone have a clue?


Thanks,


Lennert





-- Package-specific info:
uname -a:
Linux Talisker 3.2.0-4-amd64 #1 SMP Debian 3.2.35-2 x86_64 GNU/Linux

/proc/version:
Linux version 3.2.0-4-amd64 (debian-ker...@lists.debian.org) (gcc version 4.6.3 
(Debian 4.6.3-14) ) #1 SMP Debian 3.2.35-2

/proc/driver/nvidia/version:
NVRM version: NVIDIA UNIX x86_64 Kernel Module  304.64  Tue Oct 30 10:58:20 PDT 
2012
GCC version:  gcc version 4.6.3 (Debian 4.6.3-14) 

lspci 'VGA compatible controller [0300]':
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GT218 [NVS 3100M] 
[10de:0a6c] (rev a2) (prog-if 00 [VGA controller])
Subsystem: Hewlett-Packard Company Device [103c:172b]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 16
Region 0: Memory at d200 (32-bit, non-prefetchable) [size=16M]
Region 1: Memory at c000 (64-bit, prefetchable) [size=256M]
Region 3: Memory at d000 (64-bit, prefetchable) [size=32M]
Region 5: I/O ports at 5000 [size=128]
[virtual] Expansion ROM at d308 [disabled] [size=512K]
Capabilities: access denied
Kernel driver in use: nvidia

dmesg:
[0.00] Command line: root=/dev/mapper/TALISKER-ROOT ro quiet 
video=vesa:off vga=normal
[0.00] No AGP bridge found
[0.00] Kernel command line: root=/dev/mapper/TALISKER-ROOT ro quiet 
video=vesa:off vga=normal
[0.00] No AGP bridge found
[0.00] Console: colour VGA+ 80x25
[1.107979] vgaarb: device added: 
PCI::01:00.0,decodes=io+mem,owns=io+mem,locks=none
[1.107985] vgaarb: loaded
[1.107986] vgaarb: bridge control possible :01:00.0
[1.423820] Linux agpgart interface v0.103
[   14.674578] nvidia: module license 'NVIDIA' taints kernel.
[   15.092167] input: HDA NVidia HDMI/DP,pcm=9 as 
/devices/pci:00/:00:01.0/:01:00.1/sound/card1/input17
[   15.092368] input: HDA NVidia HDMI/DP,pcm=8 as 
/devices/pci:00/:00:01.0/:01:00.1/sound/card1/input18
[   15.092547] input: HDA NVidia HDMI/DP,pcm=7 as 
/devices/pci:00/:00:01.0/:01:00.1/sound/card1/input19
[   15.092723] input: HDA NVidia HDMI/DP,pcm=3 as 
/devices/pci:00/:00:01.0/:01:00.1/sound/card1/input20
[   15.093647] nvidia :01:00.0: setting latency timer to 64
[   15.093660] vgaarb: device changed decodes: 
PCI::01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[   15.093881] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  304.64  Tue Oct 
30 10:58:20 PDT 2012

OpenGL and NVIDIA library files installed:
lrwxrwxrwx 1 root root   15 Jan 11 11:06 /etc/alternatives/glx - 
/usr/lib/nvidia
lrwxrwxrwx 1 root root   43 Jan 11 11:06 
/etc/alternatives/glx--libGL.so.1-x86_64-linux-gnu - 
/usr/lib/x86_64-linux-gnu/nvidia/libGL.so.1
lrwxrwxrwx 1 root root   43 Jan 11 11:06 
/etc/alternatives/glx--libGL.so.1-x86_64-linux-gnu - 
/usr/lib/x86_64-linux-gnu/nvidia/libGL.so.1
lrwxrwxrwx 1 root root   51 Jan 11 11:06 
/etc/alternatives/glx--libXvMCNVIDIA.so.1-x86_64-linux-gnu - 
/usr/lib/x86_64-linux-gnu/nvidia/libXvMCNVIDIA.so.1
lrwxrwxrwx 1 root root   59 Jan 11 11:06 
/etc/alternatives/glx--libXvMCNVIDIA_dynamic.so.1-x86_64-linux-gnu - 
/usr/lib/x86_64-linux-gnu/nvidia/libXvMCNVIDIA_dynamic.so.1
lrwxrwxrwx 1 root root   51 Jan 11 11:06 
/etc/alternatives/glx--libnvidia-cfg.so.1-x86_64-linux-gnu - 
/usr/lib/x86_64-linux-gnu/nvidia/libnvidia-cfg.so.1
lrwxrwxrwx 1 root root   25 Jan 11 11:06 
/etc/alternatives/glx--linux-libglx.so - /usr/lib/nvidia/libglx.so
lrwxrwxrwx 1 root root   36 Jan 11 11:06 
/etc/alternatives/glx--nvidia-bug-report.sh - 
/usr/lib/nvidia/nvidia-bug-report.sh
lrwxrwxrwx 1 root root   29 Jan 

Bug#475224: Bug #475224: [parted] Please add an inteligent option to avoid being stuck in a bug

2013-01-18 Thread Phillip Susi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

tags 475224 + moreinfo
thanks

What was the error you kept getting?  Choosing cancel should have
stopped the command rather than keep going and reporting more errors.

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.17 (MingW32)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJQ+W1uAAoJEJrBOlT6nu75KgIH/2nyJWDL8IcRAF9pu+EagFNU
Qn24bQc4jxeivA8M59uMVvDcL1PW5gMe+peOHyfPmrkJqcQiiQO4uv7Tw3D3WQDO
NBWdwMYh1VhPxot9SDzXbVgtjOwdlbdmTcH+u/Cmzr8838Svju6P14RtYreGpVH0
MEDisaRYjxyi13CIY5YlJpVRh7VkYwqtNkYCB0hN0sJtaryRSKKzeTUxavYlhdCQ
6HO6c6HclKf3B07kwlDQN1LoEq29Q+nhZjeqiUAbRNVu3n6/RM2cIORfCPYjozKi
H7DO4n0GYke28x0Wyn8Q58bbGTcQKbSLB5kZhm2oEvp1aI9hPP9xopsrZ9TjA2c=
=0InJ
-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#681652: GStreamer does not play MP4

2013-01-18 Thread intrigeri
Control: tag -1 + pending

Hi,

intrigeri wrote (31 Dec 2012 20:29:18 GMT) :
 I'd still be happy to hear from you and learn from your domain
 expertise, but otherwise, I plan to proceed along the lines described
 above, via a NMU that would look like the attached patches (created on
 top of the package's Vcs-Git) -- they do fix the bug according to
 my tests.

I just NMU'd to DELAYED/5 with the proposed patches.
Reviews and comments are welcome :)

You should be able to apply these patches as is on top of your Vcs-Git
if you're wanting acknowledge the NMU.

Cheers,
--
  intrigeri
  | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
  | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc


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



Bug#681974: libgtk-3-0: weird popup menus size and placement

2013-01-18 Thread Paul Menzel
Dear intrigeri,


Am Freitag, den 18.01.2013, 15:30 +0100 schrieb intrigeri:

 Paul Menzel wrote (18 Jan 2013 11:25:43 GMT) :
   Could you please try if building GTK with that patch solves this issue?
  
   I applied the patch to the upstream Git tag 3.6.2 and rebuild the
   package with the `debian/` folder. Everything seems to be fine now.
  
  Do you intend to try this patch on current testing/sid's GTK,
 
  I basically did that already as the `debian/` directly is from the
  Debian package.
 
 This is great, and it was clear to me already. FTR, I was asking about
 testing/sid's packages, that are based on upstream 3.4.2.

ah, now I see my typo. I meant 3.4.2 instead of 3.6.2. I am sorry for
the confusion.

  and try to get this fixed in Wheezy?
 
  I already asked Sébastien Villemot in #debian-gnome on irc.oftc.net.
 
 Great!

Sébastien, please “announce” when you started working on it (I will do
the same) so that not both of us spend time with this.


Thanks,

Paul


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


Bug#698443: subversion: fix python multi-arch include issues

2013-01-18 Thread Chris J Arges
Package: subversion
Version: 1.7.5-1
Severity: important
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu raring ubuntu-patch

Dear Maintainer,

This patch fixes issues related python multi-arch include problems.
This casues this package to FTBFS when building in Ubuntu raring.

  * Fix python multi-arch includes issues. 


Thanks for considering the patch.


-- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise'), (100, 'precise-backports')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-35-generic (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u subversion-1.7.5/debian/changelog subversion-1.7.5/debian/changelog
diff -u subversion-1.7.5/debian/rules subversion-1.7.5/debian/rules
--- subversion-1.7.5/debian/rules
+++ subversion-1.7.5/debian/rules
@@ -64,6 +64,7 @@
 	set -e; for v in $(PYVERSIONS); do \
 		$(RM) $(PY_DIR); \
 		ln -fs python$$v $(PY_DIR); \
+		pyinc=$$(python$$v-config --includes); \
 		pylib=$$(python$$v -c 'from distutils import sysconfig; print sysconfig.get_python_lib()'); \
 		$1; \
 	done
@@ -72,6 +73,7 @@
 	set -e; for v in $(PYVERSIONS); do \
 		$(RM) $(PY_DIR); \
 		ln -fs python$$v-dbg $(PY_DIR); \
+		pyinc=$$(python$$v-dbg-config --includes); \
 		pylib=$$(python$$v -c 'from distutils import sysconfig; print sysconfig.get_python_lib()'); \
 		$1; \
 	done
@@ -204,7 +206,7 @@
 	  $(MAKE_B) $@ PYTHON=python$$v PYVER=$$v $(check_defs))
 	$(call allpydbg, \
 	  $(MAKE_B) $@ PYTHON=python$$v-dbg PYVER=$${v}_d \
-		PYTHON_INCLUDES=-I/usr/include/python$${v}_d $(check_defs))
+		PYTHON_INCLUDES=$$pyinc $(check_defs))
 
 build-arch: debian/stamp-build-arch
 debian/stamp-build-arch: debian/stamp-configure
@@ -220,11 +222,11 @@
 	$(DEB_BUILDDIR)/subversion/svn/svn --version  /dev/null
 	$(call allpy, \
 	  $(MAKE_B) swig-py PYTHON=python$$v PYVER=$$v \
-	PYTHON_INCLUDES=-I/usr/include/python$$v \
+	PYTHON_INCLUDES=$$pyinc \
 	swig_pydir=$$pylib/libsvn swig_pydir_extra=$$pylib/svn)
 	$(call allpydbg, \
 	  $(MAKE_B) swig-py PYTHON=python$$v PYVER=$${v}_d \
-	PYTHON_INCLUDES=-I/usr/include/python$${v}_d \
+	PYTHON_INCLUDES=$$pyinc \
 	EXTRA_SWIG_PY_CFLAGS=-O0 \
 	swig_pydir=$$pylib/libsvn swig_pydir_extra=$$pylib/svn)
 	ln -sf python$(PYDEFAULT) $(PY_DIR)
@@ -347,7 +349,7 @@
 	$(call allpydbg, \
 	  $(MAKE_B) install-swig-py DESTDIR=$(CURDIR)/debian/tmp \
 	PYTHON=python$$v-dbg PYVER=$${v}_d \
-	PYTHON_INCLUDES=-I/usr/include/python$${v}_d \
+	PYTHON_INCLUDES=$$pyinc \
 	EXTRA_SWIG_PY_CFLAGS=-O0 \
 	swig_pydir=$$pylib/libsvn swig_pydir_extra=$$pylib/svn)
 	for i in $$(find debian/tmp/usr/lib/python* -name '*.so'); do \


Bug#684512: problem is not solved

2013-01-18 Thread Frank Denissen
I have just retried on Ubuntu 12.04.1 LTS (GNU/Linux 3.2.0-35-generic 
x86_64):


frank@zwaluw:~$ subtitleeditor
Config::Config  Bestand of map bestaat niet
*** glibc detected *** subtitleeditor: malloc(): memory corruption 
(fast): 0x01b1d560 ***


gstreamer is at version 0.10.36-1ubuntu0.1

Note: the problem only occurs on x86_64 and not on i386


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



Bug#689927:

2013-01-18 Thread Kees de Jong
I know Wheezy is frozen and that this 'bug' is minor, but it can be
fixed in just a few seconds. I didn't intent to be impatient. Thanks
for the commit!


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



Bug#684512: problem is not solved

2013-01-18 Thread Philip Rinn
 I have just retried on Ubuntu 12.04.1 LTS (GNU/Linux 3.2.0-35-generic x86_64):
 
 frank@zwaluw:~$ subtitleeditor
 Config::Config  Bestand of map bestaat niet
 *** glibc detected *** subtitleeditor: malloc(): memory corruption (fast):
 0x01b1d560 ***
 
 gstreamer is at version 0.10.36-1ubuntu0.1
 
 Note: the problem only occurs on x86_64 and not on i386

It's fixed in subtitleeditor 0.40.0-1. I doubt that you are using this version.
But as you are using Ubuntu anyway please file a bug against the package in 
Ubuntu
if you think the problem is still present.


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



Bug#698444: unblock: libfm/0.1.17-2.1

2013-01-18 Thread Nicolas Boulenguez
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package libfm.

This patch introduces a work-around for #593607: in some
circumstances, source files were deleted even in case of failure.

Upstream 1.1.0 brings a true fix for this bug, but among huge
unrelated changes that we do not want into wheezy.

This patch disables removal of source files after a move operation in
libfm, in effect only allowing separate copy and delete operations, so
that the bug becomes normal instead of critical.

The debdiff is available in the bug log at

http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=136;filename=libfm-0.1.17-2.1-nmu.diff;att=1;bug=593607

Thanks.


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



Bug#676290:

2013-01-18 Thread Kees de Jong
I would suggest that libpam-passwdqc recommends passwdqc.


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



Bug#698446: Automatic restart of amavisd from spamassassin broken in some cases

2013-01-18 Thread Robie Basak
Package: amavisd-new
Version: 1:2.7.1-2
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu raring

amavisd-new 1:2.6.4-3 (squeeze) installs
etc/spamassassin/sa-update-hooks.d/amavisd-new, but this file is not
marked executable.

This was fixed in 1:2.7.0-1 (wheezy and sid are on 1:2.7.1-2) with an
extra line in debian/rules that marks
etc/spamassassin/sa-update-hooks.d/amavisd-new executable.

But since this is a conffile, an existing file isn't being fixed on
upgrade from existing installations. Anybody starting from squeeze (or
presumably earlier) is affected.

Therefore:

On squeeze, spamassassin silently fails to restart amavisd on update.

On wheezy and sid, fresh installations work correctly, but upgrades on
systems originally on squeeze do not work.

Please could you add logic to check and correct for this in
amavisd-new.postinst?

Downstream bug: https://launchpad.net/bugs/1101160
Workaround: sudo chmod 755 /etc/mail/spamassassin/sa-update-hooks.d/amavisd-new

Thanks,

Robie


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



Bug#698447: openssl: Please build with enable-ec_nistp_64_gcc_128

2013-01-18 Thread William Boughton
Package: openssl
Version: 1.0.1c-4
Severity: wishlist

Dear Maintainer,

Please build with enable-ec_nistp_64_gcc_128 on
amd64.


Without:
  op  op/s

 224 bit ecdh (nistp224)   0.0010s   1050.2
 256 bit ecdh (nistp256)   0.0012s861.1


With:
  op  op/s

 224 bit ecdh (nistp224)   0.0002s   4154.9
 256 bit ecdh (nistp256)   0.0006s   1810.9


thanks

Bill

-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages openssl depends on:
ii  libc62.13-37
ii  libssl1.0.0  1.0.1c-4
ii  zlib1g   1:1.2.7.dfsg-13

openssl recommends no packages.

Versions of packages openssl suggests:
ii  ca-certificates  20120623

-- 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



  1   2   >