Bug#785354: sahara: French debconf templates translation

2015-05-15 Thread Julien Patriarca
Package: sahara
Version: N/A
Severity: wishlist
Tags: patch l10n


Please find attached the french debconf templates translation, proofread by the
debian-l10n-french mailing list contributors.

This file should be put as debian/po/fr.po in your package build tree.



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

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
# Translation of neutron debconf templates to french. 
# Copyright (C) 2013, French l10n team debian-l10n-fre...@lists.debian.org
# This file is distributed under the same license as the neutron package.
# Julien Patriarca leatherf...@debian.org, 2013.
#
msgid 
msgstr 
Project-Id-Version: neutron\n
Report-Msgid-Bugs-To: sah...@packages.debian.org\n
POT-Creation-Date: 2014-09-24 20:23+0800\n
PO-Revision-Date: 2015-05-12 15:34+0100\n
Last-Translator: Julien Patriarca leatherf...@debian.org\n
Language-Team: FRENCH debian-l10n-fre...@lists.debian.org\n
Language: fr\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: Poedit 1.7.6\n

#. Type: boolean
#. Description
#: ../sahara-common.templates:2001
msgid Set up a database for Sahara?
msgstr Faut-il paramétrer une base de données pour Sahara ?

#. Type: boolean
#. Description
#: ../sahara-common.templates:2001
msgid 
No database has been set up for Sahara to use. Before continuing, you should 
make sure you have the following information:
msgstr 
Aucune base de données n'a été paramétrée pour Sahara. Avant de poursuivre, 
vous devriez vous assurer d'avoir les informations suivantes :

#. Type: boolean
#. Description
#: ../sahara-common.templates:2001
msgid 
 * the type of database that you want to use;\n
 * the database server hostname (that server must allow TCP connections from 
this\n
   machine);\n
 * a username and password to access the database.
msgstr 
 - Le type de base de données que vous souhaitez utiliser ;\n
 - le nom d'hôte du serveur de base de données (ce serveur\n
   doit accepter les connexions TCP depuis cette machine) ;\n
 - un nom d'utilisateur et un mot de passe pour accéder à\n
   cette base de données. 

#. Type: boolean
#. Description
#: ../sahara-common.templates:2001
msgid 
If some of these requirements are missing, do not choose this option and run 
with regular SQLite support.
msgstr 
Si certains de ces prérequis sont manquants, ignorez cette option et 
exécutez l'application avec le support SQLite normal.

#. Type: boolean
#. Description
#: ../sahara-common.templates:2001
msgid 
You can change this setting later on by running \dpkg-reconfigure -plow 
sahara-common\.
msgstr 
Vous pouvez modifier ce réglage plus tard en lançant « dpkg-reconfigure -
plow sahara-common ».

#. Type: string
#. Description
#: ../sahara-common.templates:3001
msgid Authentication server hostname:
msgstr Nom d'hôte du serveur d'authentification :

#. Type: string
#. Description
#: ../sahara-common.templates:3001
msgid 
Please specify the hostname of the authentication server. Typically this is 
also the hostname of the OpenStack Identity Service (Keystone).
msgstr 
Veuillez indiquer le nom d'hôte du serveur d'authentification. En général, 
il s'agit du nom d'hôte du Service d'Identité OpenStack (Keystone).

#. Type: string
#. Description
#. Translators: a tenant in OpenStack world is
#. an entity that contains one or more username/password couples.
#. It's typically the tenant that will be used for billing. Having more than one
#. username/password is very helpful in larger organization.
#. You're advised to either keep tenant without translating it
#. or keep it aside with your translation. Example for French:
#. proprietaire (tenant)
#: ../sahara-common.templates:4001
msgid Authentication server tenant name:
msgstr Nom d'espace client du serveur d'authentification :

#. Type: string
#. Description
#. Translators: a tenant in OpenStack world is
#. an entity that contains one or more username/password couples.
#. It's typically the tenant that will be used for billing. Having more than one
#. username/password is very helpful in larger organization.
#. You're advised to either keep tenant without translating it
#. or keep it aside with your translation. Example for French:
#. proprietaire (tenant)
#: ../sahara-common.templates:4001
msgid Please specify the authentication server tenant name.
msgstr 
Veuillez indiquer le nom d'espace client du serveur d'authentification.

#. Type: string
#. Description
#: ../sahara-common.templates:5001
msgid Authentication server username:
msgstr Nom d'utilisateur du serveur d'authentification :

#. Type: 

Bug#785187: [Pkg-xen-devel] Bug#785187: xen-hypervisor-4.5-amd64: Option ucode=scan is not working

2015-05-15 Thread Ian Campbell
On Thu, 2015-05-14 at 22:45 +0200, Stephan Seitz wrote:
 On Wed, May 13, 2015 at 11:57:55AM -0400, Konrad Rzeszutek Wilk wrote:
   according to the documentation the option ucode=scan should tell XEN to
   look for a microcode update in an uncompressed initrd.
  
   While I don’t use the Debian kernel the tools to generate the initrd are
   part of Debian. The command „cpio -i  /boot/initrd.img-4.0.2-Dom0”
   creates the directory structure „kernel/x86/microcode/GenuineIntel.bin”,
   so I think the initrd is allright.
 Is the initramfs compressed? The scanning code can't deal if the 
 
 [stse@osgiliath]: file /boot/initrd.img-4.0.2-Dom0 
 /boot/initrd.img-4.0.2-Dom0: ASCII cpio archive (SVR4 with no CRC)
 
 I don’t think the initrd is compressed.
 
 http://lists.xen.org/archives/html/xen-users/2014-05/msg00053.html says 
 that I have to use „cpio -H newc” not „cpio -o c”, but I don’t know how 
 the Debian tools create the initrd.

The intel-microcode package contains:
/usr/share/initramfs-tools/hooks/intel_microcode
which will be called during initamfs generation.

It seems to call iucode_tool, from the iucode-tool package. That's a
binary tool which seems to include its own cpio writer implementation,
I've no idea if that is like a 'newc' or not.

However:
ijc@dagon:tmp$ find iucode-tool/ | cpio -o  normal.cpio
828 blocks
ijc@dagon:tmp$ find iucode-tool/ | cpio -o -H newc  newc.cpio
840 blocks
ijc@dagon:tmp$ file *.cpio
newc.cpio:   ASCII cpio archive (SVR4 with no CRC)
normal.cpio: cpio archive

So the fact that yours reports the same as newc.cpio makes me reasonably
confident it is in the correct form.

So I think the issue must be elsewhere.

In iucode_tool.c I found:
/* Gross hack to work around a Linux kernel bug: for file
 * entries, force file data into a 16-byte alignment by
 * appending NULs to the file name.  Verified to be compatible
 * with GNU pax, and GNU cpio */
s = (size) ? (16 - (*pos + bufsize) % 16) % 16 : 0;

I wonder if perhaps this confuses Xen? I doubt it somehow.

Here's an idea. First extract the real initrd from the back half of the
initrd:
ijc@dagon:tmp$ cat /boot/initrd.img | ( cpio -t 2 ; cat )  
initrd.real
kernel
kernel/x86
kernel/x86/microcode
kernel/x86/microcode/GenuineIntel.bin
16 blocks
ijc@dagon:tmp$ file initrd.real 
initrd.real: gzip compressed data, last modified: Sun Apr 19 16:31:17 
2015, from Unix
ijc@dagon:tmp$ zcat initrd.real | cpio -t | head -n 5
.
etc
etc/ld.so.conf.d
etc/ld.so.conf.d/fakeroot-x86_64-linux-gnu.conf
etc/ld.so.conf.d/x86_64-linux-gnu.conf

Now you can experiment with regenerating the ucode bit with whatever
commands are recommended and reconcatenating the two. If that works then
we know there is some incompatibility between iucode-tools's output and
Xen's cpio reader (could be a bug in either or both I think). 

Ian.


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



Bug#785340: qupzilla: crashes with WebPage::UnsupportedContent...

2015-05-15 Thread Georges Khaznadar
Thank you for the bug report, Denis.

Here are the headers sent by the web server, as listed by wget:
---8-
$ LANG=C wget -S 
http://download1.rstudio.org/rstudio-0.98.1103-amd64-debian.tar.gz
--2015-05-15 09:38:01--  
http://download1.rstudio.org/rstudio-0.98.1103-amd64-debian.tar.gz
Resolving download1.rstudio.org (download1.rstudio.org)... 54.230.76.226, 
54.230.79.57, 54.230.76.119, ...
Connecting to download1.rstudio.org 
(download1.rstudio.org)|54.230.76.226|:80... connected.
HTTP request sent, awaiting response... 
  HTTP/1.1 200 OK
  Content-Length: 53884345
  Connection: keep-alive
  Date: Fri, 15 May 2015 07:38:02 GMT
  Last-Modified: Sat, 07 Mar 2015 03:30:21 GMT
  ETag: ada6b2f372b5947fd73d2137ef0a5120
  Accept-Ranges: bytes
  Server: AmazonS3
  X-Cache: Miss from cloudfront
  Via: 1.1 bb8cbcd30525e895587259eb953c29b7.cloudfront.net (CloudFront)
  X-Amz-Cf-Id: UqjddubiltaN3kvdcXei0EC7p3i-illcyQkQ1fTHD59t83Q5I7jIQg==
Length: 53884345 (51M)
Saving to: 'rstudio-0.98.1103-amd64-debian.tar.gz'
---8-

No header provide a Content-Type information.
So the error messages seem to be relevant (WebPage::UnsupportedContent, etc.)

I forward this bug report to David Rosca.
@David:
the reports about bug #785340 are available at 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785340
By the way, there is also another bug report in Debian's bug tracker, about 
missing
ca-certificates (but that may be a feature, isn't it?):
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752299


Best regards,   Georges.

Denis Danilov a écrit :
 Package: qupzilla
 Version: 1.8.6~dfsg1-2
 Severity: normal
 
 Dear Maintainer,
 
 the qupzilla crashes when trying to download .tar.gz files from
 http://www.rstudio.com/products/rstudio/download/
 When clicking on files in Zip/Tarballs section. e.g. on
 RStudio 0.98.1103 - Debian 6+/Ubuntu 10.04+ (64-bit)
 the qupzilla crashes with error messages
 
 WebPage::UnsupportedContent  QUrl( 
 http://download1.rstudio.org/rstudio-0.98.1103-amd64-debian.tar.gz; )  
 ProtocolUnknowError (webkit/webpage.cpp:359, void 
 WebPage::handleUnsupportedContent(QNetworkReply*))
 
 The crashlog file contains:
 Time: пт мая 15 01:31:48 2015
 Qt version: 5.3.2 (compiled with 5.3.2)
 QupZilla version: 1.8.6
 WebKit version: 538.1
 
 == BACKTRACE ==
 #0: qupzilla() [0x4034e3]
 #1: /lib/x86_64-linux-gnu/libpthread.so.0(+0xf8d0) [0x7fa9b8f128d0]
 #2: /usr/lib/x86_64-linux-gnu/libQt5WebKit.so.5(+0x4743fb) [0x7fa9bbba33fb]
 #3: /usr/lib/x86_64-linux-gnu/libQt5WebKit.so.5(+0x78631a) [0x7fa9bbeb531a]
 #4: /usr/lib/x86_64-linux-gnu/libQt5WebKit.so.5(+0x7b4048) [0x7fa9bbee3048]
 #5: /usr/lib/x86_64-linux-gnu/libQt5WebKit.so.5(+0x475462) [0x7fa9bbba4462]
 #6: /usr/lib/x86_64-linux-gnu/libQt5WebKit.so.5(+0x7b39f2) [0x7fa9bbee29f2]
 #7: /usr/lib/x86_64-linux-gnu/libQt5WebKit.so.5(+0x78932d) [0x7fa9bbeb832d]
 #8: /usr/lib/x86_64-linux-gnu/libQt5WebKit.so.5(+0x7705e9) [0x7fa9bbe9f5e9]
 #9: /usr/lib/x86_64-linux-gnu/libQt5WebKit.so.5(+0x91e391) [0x7fa9bc04d391]
 #10: 
 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5(_ZN7QObject5eventEP6QEvent+0xb3) 
 [0x7fa9b96c3f53]
 #11: 
 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5(_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent+0x8c)
  [0x7fa9bb01912c]
 #12: 
 /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5(_ZN12QApplication6notifyEP7QObjectP6QEvent+0x3a0)
  [0x7fa9bb01e600]
 #13: 
 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5(_ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent+0xdb)
  [0x7fa9b9693e8b]
 #14: 
 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5(_ZN14QTimerInfoList14activateTimersEv+0x595)
  [0x7fa9b96eb105]
 #15: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5(+0x331581) [0x7fa9b96eb581]
 #16: /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_dispatch+0x24d) 
 [0x7fa9b6160c3d]
 #17: /lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x49f20) [0x7fa9b6160f20]
 #18: /lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_iteration+0x2c) 
 [0x7fa9b6160fcc]
 #19: 
 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5(_ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE+0x57)
  [0x7fa9b96ec277]
 #20: 
 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5(_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE+0x112)
  [0x7fa9b96915d2]
 #21: 
 /usr/lib/x86_64-linux-gnu/libQt5Core.so.5(_ZN16QCoreApplication4execEv+0x9c) 
 [0x7fa9b969921c]
 #22: qupzilla() [0x402b0b]
 #23: /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7fa9b8359b45]
 #24: qupzilla() [0x402e48]
 
 
 Best
 Denis
 
 
 -- System Information:
 Debian Release: stretch/sid
   APT prefers testing
   APT policy: (500, 'testing')
 Architecture: amd64 (x86_64)
 Foreign Architectures: i386
 
 Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
 Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash
 Init: sysvinit (via /sbin/init)

Bug#785351: Package: fpc-source-2.6.4

2015-05-15 Thread Paul Gevers
Control: severity -1 minor

On 15-05-15 07:30, Richard Jasmin wrote:
 Justification: fails to build from source

The use case described is not what is meant by fails to build from
source. That justification is only meant for the case where the Debian
package itself fails to build.

 Complaint on fpc-source as packaged. Download from freepascal.org
 does not have this problem. Request repackage of downloaded zip file
 entitled fpc-2.6.4.source.zip as-is, thereby including the necessary
 Makefile(s)
 used for rebuilding cross-tools and the FPC toolchain.

If you want to have the source for compilation, you should apt-get
source fpc (as you should with ALL Debian packages if you want the
source) instead of using the fpc-source package and run debian/rules
make-files before calling make.

As described in the description of the package: It is meant to be used
by the Lazarus IDE.

 As packaged the Makefiles are missing.

This is intentional.

 As such this command fails(but should succeed)

Yes, but indeed it is not meant to succeed.

Paul



signature.asc
Description: OpenPGP digital signature


Bug#784647: Re: Bug#784647: libav-tools: avconv fails with Illegal Instruction

2015-05-15 Thread Vittorio Vallero
Hi Bernhard,
sorry for the delay but compiling on a 600 MHz CPU just took a while ;).
Now is working perfectly.
Thanks a lot.
Kind regards


Bug#785356: xrdp Oh no! Something has gone wrong. is back

2015-05-15 Thread Joachim Schmidt
Package: xrdp
Version: 0.6.1-2
Severity: grave
Justification: renders package unusable

Dear Maintainer,

after dist-upgrade to jessie of a wheezy-installation with gnome desktop comes
Oh no! Something has gone wrong.
on access from Windows to this machine - also with Remmina on localhost.

I tryed

dpkg -- purge xrdp
apt-get install xrdp

without success.

Thank You
Joachim



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

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages xrdp depends on:
ii  adduser  3.113+nmu3
ii  libc62.19-18
ii  libpam0g 1.1.8-3.1
ii  libssl1.0.0  1.0.1k-3
ii  libx11-6 2:1.6.2-3
ii  libxfixes3   1:5.0.1-2+b2

Versions of packages xrdp recommends:
ii  vnc4server [vnc-server]  4.1.1+X4.3.0-37.6

xrdp 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#785355: ITP: node-yawl -- yet another web sockets library

2015-05-15 Thread Andrew Kelley
Package: wnpp
Severity: wishlist
Owner: Andrew Kelley superjo...@gmail.com
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: node-yawl
  Version : 1.0.2
  Upstream Author : Andrew Kelley superjo...@gmail.com
* URL : https://github.com/andrewrk/node-yawl
* License : Expat
  Programming Lang: JavaScript
  Description : yet another web sockets library

 yawl is a Node.js module which provides an API to create a web socket
server
 and a web socket client. It is RFC 6455 compliant with two exceptions:
 .
 First, it uses Node.js's built in UTF-8 decoding instead of strictly
closing
 the connection when decoding errors occur.
 .
 Second, the payload length field is limited to 2 to the power of 52
instead
 of 2 to the power of 64.
 .
 yawl uses streams and handles backpressure correctly. It is a pure
JavaScript
 implementation.
 .
 Node.js is an event-based server-side JavaScript engine.
 .
 I plan to maintain this as part of the Debian JavaScript Maintainers team.
 .
 This is a dependency of groovebasin 1.5.1. Currently groovebasin 1.4.0 is
available in jessie.


Bug#733678: inkscape: Provide a -dbg package with debugging symbols

2015-05-15 Thread Matteo F. Vescovi
Hi!

On Thu, May 14, 2015 at 5:29 AM, Roland Hieber roh...@rohieb.name wrote:
 Anyway, here is a patch that works for me.

Working on it in the weekend, maybe. Thanks for the patch.

Adding a new binary package to the source package means to go
through the NEW queue.
So you won't see this new version soon in the archives. Be aware of that.

Cheers.

-- 
Matteo F. Vescovi || Debian Developer
GnuPG KeyID: 4096R/0x8062398983B2CF7A


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



Bug#783887: RFA: simutrans -- transportation simulator

2015-05-15 Thread Vincent Cheng
Hi Jörg,

On Fri, May 15, 2015 at 1:08 AM, Jörg Frings-Fürst
deb...@jff-webhosting.net wrote:
 Hi Vincent,


 Am Freitag, den 15.05.2015, 00:39 -0700 schrieb Vincent Cheng:
 Hi Jörg,

 On Fri, May 15, 2015 at 12:01 AM, Jörg Frings-Fürst
 deb...@jff-webhosting.net wrote:
  Hi,
 
 [...]
 Assuming you plan on joining the team to maintain simutrans, please
 join the alioth group [1] in order to obtain write access to the
 Debian Games Team's svn/git repos, subscribe to the team's lists
 (debian-devel-games, pkg-games-devel), and take advantage of the
 sponsor queue that we use internally in the team [2] (which I
 regularly check when sponsoring team packages). More info about the
 team at [3].


 I'm subscribed at both MLs and my application for membership on the
 alioth group pkg-games is on the way.

Good to hear, feel free to go ahead and add your package to the team's
sponsors queue (once you've had a chance to prepare the package and
update the git repo).

Regards,
Vincent


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



Bug#785336: Further info

2015-05-15 Thread Amie Amaman
I've got some further info on the bug:
Graphical login for a different user (root) works just fine. Also, logging in 
with that software rendering (or something) option (seems to be a failsave 
option) aviods the bug, however, moving windows around lags a lot then, so it's 
no permanent workaround.
I also realized that the terminal window I am able to bring up via desktop 
context menue (like explained earlier) doesn't have window title bar nor window 
borders. Only after the command cinnamon or cinnamon-launcher they appear. 
So it seems to have to do with cinnamon's window manager. The fact that 
graphical login for root works well indicates that installing software (updates 
+ eclipse) was not the problem. Remains the opacify windows extension which 
might have caused the bug. I'm no expert, but opacifying windows seems to have 
to do with the window manager. It also suites the fact that grapical login with 
the software rendering option works. What do you think?
However, I've disabled the extension and the problem persists.
Greetings
Jan


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



Bug#785359: mysql-server /etc/init.d/mysql script - confusing reload action

2015-05-15 Thread Bohumil Šimčík
Package: mysql-server-5.5
Version: 5.5.43-0+deb7u1

Hello. 

I'm using linux debian 7.8. The reload action of the /etc/init.d/mysql script 
actually doesn't reload database server. This action executes: 

mysqladmin reload 

which means Reload the grant tables - flush privileges and it is not related 
to reloading mysql server. Pretty confusing mysqladmin interface in my opinion. 
Documentation here:

https://dev.mysql.com/doc/refman/5.5/en/mysqladmin.html

But info message for the reload action says:  Reloading MySQL database server 
and it is confusing too.

I suggest to remove the reload action from /etc/init.d/mysql completly.

Best regards.         

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



Bug#785335: youtube-dl: Device API no longer supported by Youtube, needs update

2015-05-15 Thread John Paul Adrian Glaubitz
On 05/15/2015 01:55 AM, Rogério Brito wrote:
 Do you have a video URL (I like to have those URLs in the BTS, unless it is
 confidential) that I can test with when I upload a new version to unstable?

Try:

youtube-dl -ciw ytuser:EEVblog --max-quality 22 -o %(title)s.%(ext)s

that was my old command line.

After updating to the latest upstream version, I had to change it to:

youtube-dl -ciw ytuser:EEVblog -f 22 -o %(title)s.%(ext)s

 I guess that we should also take our acts together and also try to fix the
 problem with stable and/or oldstable.  Can you help convincing the stable
 release team that the package needs to be updated?

First of all, we should update the package in unstable, then let migrate
to testing. Then we can upload the new upstream versions to jessie-
backports and wheezy-backports, I can do that for you.

As for uploading a completely new upstream version to stable and/or
oldstable, as far as I know, this isn't possible. It is true that you
can upload updated packages to stable-proposed-updates. However, I
think, the stable team accept minor changes only.

Cheers,
Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


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



Bug#785350: systemd - systemctl(1) please add option / make nocolor the deafult output

2015-05-15 Thread Michael Biebl
Control: severity -1 wishlist
Control: forcemerge -1 783692
Control: tags -1 upstream

Am 15.05.2015 um 07:26 schrieb Jari Aalto:
 Package: systemd
 Version: 208-6
 Severity: normal
 
 The standard output of systemctl(1) is in color.
 
 Please
 
   - Make no-color the default

I happen to like the colored output. Makes it easier to spot relevant
information.

   - Add option to enable color e.g. with --color
   - Provide environment variable SYSTEMCTL_OPTIONS to include
 options, like --color, the default for users that need it.

You can have colorless output, if you pipe it to another program, like
less, e.g. systemctl | less.

That said, having a global switch which turns off colored output, for
those that need it, sounds useful. In any case, you should raise this
upstream, where this should be discussed and implemented.


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



signature.asc
Description: OpenPGP digital signature


Bug#783887: RFA: simutrans -- transportation simulator

2015-05-15 Thread Jörg Frings-Fürst
Hi,


if someone can sponsors me, I would to take over the packages.

CU
Jörg

-- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54526 Niederkail

Threema: SYR8SJXB

IRC: j_...@freenode.net
 j_...@oftc.net

My wish list: 
 - Please send me a picture from the nature at your home.




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


Bug#785259: [Pkg-xfce-devel] Bug#785259: lightdm: login-screen appear just after mouse-click

2015-05-15 Thread Yves-Alexis Perez
On jeu., 2015-05-14 at 23:37 +0200, chrishell wrote:
 I fear this is not the only bug here. After I did my mouseclick I have
 sometimes two overlaying screens. One with the full resolution of the
 attached display 1280x1024 and within, in the top, left corner a smaller
 screen with the resolution of 1024x768 which is the resolution of my
 12-thinkpad. When I use i3 as a window-manager, I can use only this
 smaller screen, while the mouse can mover over the whole display.
 If I use awesome as wm there is no limitation but e.g the
 notification-widget of icedove appears exactly on the bottom, right
 corner of the smaller screen, which is on 1280x1024 near the middle of
 the screen.
 Which part of the system is now in charge for recognition of the
 screen-resolution?

Xorg is, unless you've overridden something. But I guess when
multi-monitor mode is enabled the greeter tries to make something
sensible and sometime fails (maybe especially when there are different
dimensions).

Regards,
-- 
Yves-Alexis


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


Bug#785256: libpam-slurm: pam_slurm.so installed as libpam_slurm.so

2015-05-15 Thread Gennaro Oliva
Hi Jason,
thanks for your report.

On Wed, May 13, 2015 at 04:47:20PM -0400, Jason Riedy wrote:
 Somehow, the file intended for /lib/multiarchbit/security/pam_slurm.so ends
 up being named libpam_slurm.so.  The libpam-slurm.list entry is correctly
 lacking the lib part, but the file's name is not.  Uninstalling does remove
 libpam_slurm.so.

The filename contained in the deb package is /lib/security/pam_slurm.so
as you can see here:

https://packages.debian.org/jessie/amd64/libpam-slurm/filelist

 (Separately, it still does not seem to work, but that could be user error.
 Adding the debug option outputs nothing I can find.  I haven't straced sshd
 yet.)

Please let me know, if you find out why it is not working or help me to
replicate your situation.
Best regards
-- 
Gennaro Oliva


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



Bug#755071: [Pkg-xfce-devel] Bug#755071: evince-gtk still necessary?

2015-05-15 Thread Fabian Greffrath
Am Donnerstag, den 14.05.2015, 22:41 +0200 schrieb Michael Biebl: 
 The downside would be, that it would become harder to tracker reverse
 dependencies of libnautilus, in case there is an API incompatible change
 and extensions need to be updated.

It is still possible to track it by means of reverse Build-Depends and
we could additionally add libnautilus to Suggests, so it even shows up
in apt-cache rdepends output.

- Fabian



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


Bug#785352: stunnel4: CVE-2015-3644

2015-05-15 Thread Salvatore Bonaccorso
Source: stunnel4
Version: 3:5.06-2
Severity: grave
Tags: security upstream fixed-upstream

Hi,

the following vulnerability was published for stunnel4. Could you
please have a look at it. I was not able to isolate a fix yet, so just
reporting to the BTS.

CVE-2015-3644[0]:
| Stunnel 5.00 through 5.13, when using the redirect option, does not
| redirect client connections to the expected server after the initial
| connection, which allows remote attackers to bypass authentication.

If you fix the vulnerability please also make sure to include the
CVE (Common Vulnerabilities  Exposures) id in your changelog entry.

For further information see:

[0] https://security-tracker.debian.org/tracker/CVE-2015-3644
[1] https://www.stunnel.org/CVE-2015-3644.html

Please adjust the affected versions in the BTS as needed.

Regards,
Salvatore


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



Bug#784897: Acknowledgement (systemtap-server: DEBIAN SAYS LOCAL TO UPDATE ARE INACCURATE; machine is 'QBEX'; SUFFERING THROUGH THE MAN ATTACK; UPDATES UNAUTHORIZED)

2015-05-15 Thread Timo Juhani Lindfors
Hi,

la...@hush.com writes:
 So trying to explain from the beginning.
 I bought a PC brand QBEX a supermarket; the machine came with 
 DEBIAN already installed. It happens that the repositories listed 
 when I request to update or install any package that interests me, 
 the kernel says they - repositories - are not reliable ... I do not 
 know how to solve it.

Please send a screenshot so that we can see the exact error message.

-Timo


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



Bug#738848: osc: refuses to communicate with API server over IPv6

2015-05-15 Thread Michal Čihař
Hi

I've looked again into this and I have no clue how I could not
reproduce it before. Maybe I had disable certificate verification and
thus this part of code was not involved at all.

The problem seems to be rather in M2Crypto library than in osc itself -
it uses socket.socket(socket.AF_INET, socket.SOCK_STREAM) to initialize
the SSL connection, what makes it IPv4 only.

There is even upstream bug with patch solving this:
https://bugzilla.osafoundation.org/show_bug.cgi?id=13044

Reassigning bug to python-m2crypto.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


pgpgsG3s_Vv3r.pgp
Description: OpenPGP digital signature


Bug#784735: gpodder: wrong standard media player

2015-05-15 Thread Björn Siebke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

 This is probably not a bug in gPodder itself. Does opening the
downloaded files work if you use xdg-open on the files?

This leads to the same result.


 Does it work when you double-click the downloaded files in the file
manager?

This works perfectly.


 For which podcast/feed does this happen, and what is the file type of
the episodes?

I tried it with two audio feeds (using mp3) and two video feeds (using
mp4). It is always the same (bad) result.


So it is rather a problem of xdg-open?

Greets,
Björn
-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iQIcBAEBAgAGBQJVVaOBAAoJECNNcxO8k0eoQYQP/R1qlF30kdy8AoBo2fe4XqvF
2mpLFEoTIJTUZabdIAusEycM2EaSsT59Ou3cuSi4zEK4MqCc14OmXCxaeJzkMRqR
DJ3sUtM8KTlhSZEH+Dgp9tJdIFLljFmwgPNi8Y4DJYAgyKtflqH3aB5S17yauqiG
egWG3lWX9UAd3cx5ZC4jrEt/DUxj1ZG4xTVjjLm3v1qbq2fnnd0HRPPj1JDB061v
8K/SbCKNb7qkOOmNq6/ZZrMFMO00bH9ZmXs0HvrjNP5VTHPkpi+paZk4H3rkPlMC
W+eOWmzG4a5j26j/QQ8bK13K1ImGAhLs5LQ2h/7VVYufaHMcptt3QZy1Ofo1VlJu
N/WQA+TXFZ9As8a+Q0YYOTJn97gW9TIjLUihI6YWWfaiVQMJ6D67SVuch4SXv46I
GiRLaaIKM5MbuLHDR77mGKTNaaZJBnQcD9PqsCXmJ7abQEjb1lNnzbBfvQg4vih5
AvgOWQtF0aYGZSDTWD+tRDEjdEkmYHhmKCgh42h5kZMeHild8eIFc+d+lxWYf7ml
WOzmzKb56G2MhY8DQ6sPWorid8uGmsVU+HBD8qg37t/HjjG7VrtY9G/g/0rdflCl
YAi/a1cO7+B+HX9Iphs9gvKyRaA6B8ucM3hTkyLSGjLZ38zegcEZls5XzSxPq9AH
QLcPGGO6u9+6hlO5fAvf
=pEak
-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#755517: golang-go.net-dev: please package a new upstream version

2015-05-15 Thread Jonathan Dray
I don't see any reason not to do this :)

I started looking at the package migration, and i will spend some time on
this today.
As the last time i did it was a few months ago, it may take some time
before i get a full picture of the process.





2015-05-14 17:27 GMT+02:00 Tianon Gravi admwig...@gmail.com:

 On 7 May 2015 at 14:18, Jonathan Dray jonathan.d...@gmail.com wrote:
  I was very busy lately and i didn't take the time to update / repackage
 everything.
 
  I will really take a close look at that this week end.
  At this point how can i help efficiently ?

 Would it be acceptable to add pkg-go[1] to Uploaders or Maintainer and
 move this package to be team-maintained (like other similar packages
 are[2])?  That way, the rest of the pkg-go team could help pick up the
 slack here and get the latest golang.org/x/net stuff packaged, which
 is blocking a few projects now. :)

 [1]: https://alioth.debian.org/projects/pkg-go
 [2]: https://anonscm.debian.org/cgit/pkg-go/packages/

 ♥,
 - Tianon
   4096R / B42F 6819 007F 00F8 8E36  4FD4 036A 9C25 BF35 7DD4



Bug#785361: autojump: declares enhances on zsh-beta which does not exist

2015-05-15 Thread James Cowgill
Package: autojump
Version: 21.7.1-1
Severity: minor

Hi,

autojump declares an enhances relation on zsh-beta, but that package no
longer exists in unstable (and was only a transitional package in jessie
anyway).

Thanks,
James


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


Bug#785116: util-linux: blkid -s returns too much information

2015-05-15 Thread Andreas Henriksson
Hello!

On Thu, May 14, 2015 at 06:50:52AM +0930, Ron wrote:
[...]
 Yeah, I completely sympathise with the pain in that line of thinking.
 I guess the question for me would be is there really any use case
 where someone might actually be relying on this (mis)behaviour?
 One where they aren't already explicitly passing -s DEVNAME as one
 of the tags they want exported (which really is what you should be
 doing if that's what you want).
[...]

I'm willing to bet that noone explicitly uses -s DEVNAME already, as
that simply does not work (because DEVNAME is not a tag).

Hacking the code to make DEVNAME a tag looked trivial to me but changing
things (again) will be risk ending up in a neverending back-and-forth
dance between people wanting/relying on different behaviours. Thats
why I wanted to ask for input from upstream as soon as possible in
this matter, even before producing the patch.

Regards,
Andreas Henriksson


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



Bug#785365: clang-3.5: undefined reference to `__stack_chk_guard'

2015-05-15 Thread Jakub Wilk

Package: clang-3.5
Version: 1:3.5.2-1
Severity: important
Control: affects -1 src:afl

I can't build programs with stack protector enabled on some 
architectures (at least kfreebsd-*, powerpc, ppc64el):


$ echo 'int main(int argc, char **argv) { int x[99]; return 0; }'  test.c
$ clang-3.5 -fstack-protector-strong test.c
/tmp/test-9eb12a.o: In function `main':
test.c:(.text+0x11): undefined reference to `__stack_chk_guard'
test.c:(.text+0x2f): undefined reference to `__stack_chk_guard'
clang: error: linker command failed with exit code 1 (use -v to see invocation)


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

Kernel: kFreeBSD 9.0-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages clang-3.5 depends on:
ii  binutils 2.25-7
ii  libc0.1  2.19-18
ii  libc0.1-dev [libc6-dev]  2.19-18
ii  libclang-common-3.5-dev  1:3.5.2-1
ii  libclang1-3.51:3.5.2-1
ii  libedit2 3.1-20150325-1
ii  libffi6  3.1-2+b2
ii  libgcc-4.9-dev   4.9.2-16
ii  libgcc1  1:5.1.1-5
ii  libllvm3.5   1:3.5.2-1
ii  libobjc-4.9-dev  4.9.2-16
ii  libstdc++-4.9-dev4.9.2-16
ii  libstdc++6   5.1.1-5
ii  libtinfo55.9+20140913-1+b1
ii  zlib1g   1:1.2.8.dfsg-2+b1

Versions of packages clang-3.5 recommends:
pn  llvm-3.5-dev  none
ii  python2.7.9-1

--
Jakub Wilk


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



Bug#785356: xrdp Oh no! Something has gone wrong. is back

2015-05-15 Thread Vincent Bernat
 ❦ 15 mai 2015 09:27 +0200, Joachim Schmidt jschm...@arcor.de :

 after dist-upgrade to jessie of a wheezy-installation with gnome desktop comes
 Oh no! Something has gone wrong.
 on access from Windows to this machine - also with Remmina on
 localhost.

It doesn't seem to be a message from xrdp. Which application is
displaying the message?
-- 
Don't just echo the code with comments - make every comment count.
- The Elements of Programming Style (Kernighan  Plauger)


signature.asc
Description: PGP signature


Bug#785358: wavemon: Link quality and other information not shown correctly with kernel = 4.0

2015-05-15 Thread Julian Wollrath
Package: wavemon
Version: 0.7.6-4
Severity: important

Dear Maintainer,

in the info screen the signal level, link qualty and bitrate items are
not shown correctly, they give different information than 'iw dev wlan0
link' and do not get updated at all. Furthermore, in the lhist screen
(F2) the signal level also does not get updated correctly, but stays at
the same level all the time, even if 'iw dev wlan0 link' gives other
information.

I am using wavemon with an Intel Corporation Centrino Advanced-N 6205
which is controlled by the iwlwifi driver.


With best regards,
Julian Wollrath

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

Kernel: Linux 4.0.3 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages wavemon depends on:
ii  libc62.19-18
ii  libncurses5  5.9+20140913-1+b1
ii  libtinfo55.9+20140913-1+b1

wavemon recommends no packages.

wavemon 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#785362: missing license in debian/copyright

2015-05-15 Thread Thorsten Alteholz

Package: qemu
Version: 2.3+dfsg-3
Severity: serious
User: alteh...@debian.org
Usertags: ftp
X-Debbugs-CC: ftpmas...@ftp-master.debian.org
thanks

Dear Maintainer,

please add the missing licenses of:
 pc-bios/qemu_logo*.svg
to debian/copyright.

Thanks!
  Thorsten


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



Bug#785363: missing license in debian/copyright

2015-05-15 Thread Thorsten Alteholz

Package: edk2
Version: 0~20150106.5c2d456b-1
Severity: serious
User: alteh...@debian.org
Usertags: ftp
X-Debbugs-CC: ftpmas...@ftp-master.debian.org
thanks

Dear Maintainer,

please add the dual license of:
 EmbeddedPkg/Library/FdtLib/fdt_ro.c
 EmbeddedPkg/Library/FdtLib/libfdt_internal.h
 EmbeddedPkg/Library/FdtLib/fdt_sw.c
 EmbeddedPkg/Library/FdtLib/fdt_wip.c
 EmbeddedPkg/Library/FdtLib/fdt_strerror.c
 EmbeddedPkg/Library/FdtLib/fdt_rw.c
 EmbeddedPkg/Library/FdtLib/fdt_empty_tree.c
 EmbeddedPkg/Library/FdtLib/fdt.c
 EmbeddedPkg/Include/libfdt.h
 EmbeddedPkg/Include/fdt.h
to debian/copyright.

Thanks!
  Thorsten


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



Bug#784770: Fwd: Re: Bug#784770: gpodder: length not displayed

2015-05-15 Thread Björn Siebke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 For which feed does this happen? The feed needs to have the 
 itunes:duration tag in order for gPodder to detect the length. Not all 
 feeds provide this information.

 I was going to comment that so far I haven't been able to reproduce this
 behavior - I see the duration - so agree that this is most likely
 feed-dependent.

I see. Obviously you are right.
Thank you!
Björn
-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iQIcBAEBAgAGBQJVVaRXAAoJECNNcxO8k0eo/nMP/i/0ITG0+vNFjQlHgQGSsUG9
gUPORwh1xf8Zr6FakWI0/qKG+eZaQNtdbqzapif4GXP+Xwj2QDsGhx5VYWsY9Szs
XZ0IDoVTmjRUy/BB4ClKafjEBzKKP1zX8XoqmyEp6gdTVv0MGkiPZ05v+XMd8+aN
dVQGdjlv1uQWhGkUKP4YqQMftyqb5XmIjS8kHYMAPHHak1KF64TB9LaUSimeDz7g
NG83omgQfnU74NLavt0u1b509BH//Imdr8tkJTiIUjEW3BCSNT6dyubwjJgQUzNs
ors2+WYxahf0hlqYQsG3CeuWLOmH96+KnkzNEMfp6mS2cvNGSKA7zVOHf7Ata6eP
RTMJC9hC7rrtnqTZtvEFAx4yUrvT+cLWQ6hveb69EfMNMEWgfMLV+kWPv57TpyNy
SFuYaAD/6qXb8zs8pHKPjl2ajSEhtcMCk1ihxuMvHjS7kwJpXHi1GmJJ6vYOQCdB
SJxmOzjQ6mddPUg+0JrQpcDPvbkzk47wDglcxj/aHkx8zaTuqT7OCPHBDpuV4Zwx
kyZ3UuOPnQ35ZRnixck142HQtKchacovJGLTNYTUcSMA27s/z44w4ekfTJIR09e6
0jMP07zSa6Fd4JHjIfrQjTeFebvr4LHoYMuA0Hg6+oPZitpu1P6SJc1L5rAgUnBE
Wqi7Asu5XYuQBeNg6ZXT
=AQns
-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#785357: gasic: Missing python-matplotlib dependency

2015-05-15 Thread Navid Fehrenbacher
Package: gasic
Version: 0.0.r18-2
Severity: important

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
apt-get install gasic

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

execute 'quality_check'

   * What was the outcome of this action?

Traceback (most recent call last):
  File /usr/bin/quality_check, line 36, in module
raise Exception('Import Error: Failed to load matplotlib module. Please 
install matplotlib properly (http://matplotlib.sourceforge.net/).')
Exception: Import Error: Failed to load matplotlib module. Please install 
matplotlib properly (http://matplotlib.sourceforge.net/).

   * What outcome did you expect instead?

quality_check 
Usage: quality_check [Options] SAMFILE

Perform a sanity check on the mapping results (SAM file).


*** End of the template - remove these template lines ***


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

Kernel: Linux 3.12.36-ql-generic-47 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=ANSI_X3.4-1968) 
(ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages gasic depends on:
ii  bowtie1.1.1-2
ii  bowtie2   2.2.4-1
ii  bwa   0.7.10-1
ii  python-biopython  1.64+dfsg-5
ii  python-numpy  1:1.8.2-2
ii  python-pysam  0.7.7-1
ii  python-scipy  0.14.1-1
pn  python:anynone
ii  seqan-apps1.4.1+dfsg-2

gasic recommends no packages.

gasic 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#764389: synergy: Linux Chrome hover doesn't work

2015-05-15 Thread Jeremy Broad
Link to issue and original patch in their github issue queue.

https://github.com/synergy/synergy/issues/3749#issuecomment-58855790

Newer version of Synergy have patch/fix applied, but all versions in Debian
repos are older.

Thanks


Bug#785255: ardour3(4) is back!

2015-05-15 Thread alberto maurizi

I don't know how and why, but today (I upgrade my sid daily) ardour starts
without any problem.

Alberto

-- 
Alberto Maurizi
  a.maur...@isac.cnr.it ISAC-CNR
  Phone n. +39 051 639 9615 via Gobetti 101
Fax n. +39 051 639 9658 40129 Bologna, Italy
home page:  http://bolchem.isac.cnr.it/staff:alberto_maurizi.do
bolchem project:http://bolchem.isac.cnr.it


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



Bug#785353: lintian: RfC: retiring hyphen-used-as-minus-sign

2015-05-15 Thread Niels Thykier
Package: lintian
Severity: wishlist

Hi,

I am considering to retire the tag hyphen-used-as-minus-sign for the
following reasons:

 * It seems to me that Debian is the one distribution that considers
   this a problem.  Everyone else seems to ignore it - to my knowledge,
   including upstream.

 * It is not clear to me that Debian actually prioritises this
   problem.  Some seem consider it mostly busy work.

   - It makes up 1/6 of all info tags and does not appear to be
 dropping significantly.  It would be more, if we did not have an
 enforced max 10 occurances per file[1].

   - The tag has existed since 2004 (commit fb2e7de).  To date there
 are still 2000 packages with the issue.

Given no (strong) objections /and/ a reasonable plan for improving the
situation, I intend to retire this tag in lintian/2.5.32.

Thanks,
~Niels

[1] Like:
usr/share/man/man1/arj.1.gz:408
[... 8 occurances collapsed ...]
usr/share/man/man1/arj.1.gz:851
usr/share/man/man1/arj.1.gz 26 more occurrences not shown


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



Bug#784256: usemod-wiki: Undefined subroutine CGI::startform

2015-05-15 Thread Ludovic Rousseau
2015-05-14 21:13 GMT+02:00 Christoph Berg m...@debian.org:
 Re: Ludovic Rousseau 2015-05-04 
 20150504153158.27553.98664.report...@linutop.apdu.fr
 I upgraded my system to Jessie (Debian 8.0) and now my wiki is no more
 working :-(

 I get this error as an HTML page:
 « Software error:

 Undefined subroutine CGI::startform
  at /usr/lib/cgi-bin/wiki.pl line 1503.

 Hi Ludovic,

 I've just fixed this for unstable, thanks for the report!

 For jessie, the problem is only there when you have libcgi-pm-perl
 installed. If you remove that, the CGI.pm version bundled with perl
 works. Is that workaround good enough, or should we look into
 preparing a package for proposed-updates?

Hello Christoph,

In my setup libcgi-pm-perl is installed because it is a dependency of
smokeping. So I can't really remove this package.

The popularity of usemod-wiki [1] is quiet low. But the popularity of
libcgi-pm-perl [2] is high.
Maybe it is a good idea to prepare a package for proposed-updates if
it is not too much work for you.

Regards,

[1] https://qa.debian.org/popcon.php?package=usemod-wiki
[2] https://qa.debian.org/popcon.php?package=libcgi-pm-perl

-- 
 Dr. Ludovic Rousseau


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



Bug#785349: transition: hiredis

2015-05-15 Thread Emilio Pozuelo Monfort
On 15/05/15 06:10, Tom Lee wrote:
 Package: release.debian.org
 Severity: normal
 User: release.debian@packages.debian.org
 Usertags: transition
 
 Hello, I'd like to request a transition slot from the release team.
 
 The libhiredis SONAME changed in the latest release from upstream,
 indicating ABI-incompatible changes to the library. Updating the binary
 package to reflect the new SONAME. libhiredis0.13 has been uploaded to
 experimental by my sponsor.
 
 I couldn't quite figure out how to get the Ben file reportbug generated
 for me below to give me a list of dependent packages (this is my first
 request for a transition), but I pulled this list from apt-cache
 rdepends if that's at all useful:
 
 zmap
 webdis
 syslog-ng-mod-redis
 ruby-hiredis
 rspamd
 rfc5766-turn-server
 python-hiredis
 ntopng
 kamailio-redis-modules
 libhiredis-dev
 libhiredis-dbg
 coturn

Have you tested that they build fine against the new version of the library?

Emilio


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



Bug#783887: RFA: simutrans -- transportation simulator

2015-05-15 Thread Vincent Cheng
Hi Jörg,

On Fri, May 15, 2015 at 12:01 AM, Jörg Frings-Fürst
deb...@jff-webhosting.net wrote:
 Hi,


 if someone can sponsors me, I would to take over the packages.

Assuming you plan on joining the team to maintain simutrans, please
join the alioth group [1] in order to obtain write access to the
Debian Games Team's svn/git repos, subscribe to the team's lists
(debian-devel-games, pkg-games-devel), and take advantage of the
sponsor queue that we use internally in the team [2] (which I
regularly check when sponsoring team packages). More info about the
team at [3].

Regards,
Vincent

[1] https://alioth.debian.org/projects/pkg-games
[2] https://wiki.debian.org/Games/Sponsors/Queue
[3] https://wiki.debian.org/Games/Team


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



Bug#783887: RFA: simutrans -- transportation simulator

2015-05-15 Thread Jörg Frings-Fürst
Hi Vincent,


Am Freitag, den 15.05.2015, 00:39 -0700 schrieb Vincent Cheng:
 Hi Jörg,
 
 On Fri, May 15, 2015 at 12:01 AM, Jörg Frings-Fürst
 deb...@jff-webhosting.net wrote:
  Hi,
 
[...]
 Assuming you plan on joining the team to maintain simutrans, please
 join the alioth group [1] in order to obtain write access to the
 Debian Games Team's svn/git repos, subscribe to the team's lists
 (debian-devel-games, pkg-games-devel), and take advantage of the
 sponsor queue that we use internally in the team [2] (which I
 regularly check when sponsoring team packages). More info about the
 team at [3].
 

I'm subscribed at both MLs and my application for membership on the
alioth group pkg-games is on the way.



 Regards,
 Vincent

CU
Jörg

-- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54526 Niederkail

Threema: SYR8SJXB

IRC: j_...@freenode.net
 j_...@oftc.net

My wish list: 
 - Please send me a picture from the nature at your home.




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


Bug#785360: mirrors: httpredir fails to get some of the mirrors

2015-05-15 Thread Alberto Fuentes
Package: mirrors
Severity: normal

It is not always the same but I wasnt able to run a full update without errors
so far

attach sources.list, apt-config dump and output of the updates

using s/httpdir/ftp/g on sources.list make it work again

Thanks!



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

Kernel: Linux 3.16.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
Init: systemd (via /run/systemd/system)
$ apt-get update

Hit http://security.debian.org jessie/updates InRelease
Hit http://security.debian.org jessie/updates/main Sources
Hit http://security.debian.org jessie/updates/contrib Sources
Hit http://security.debian.org jessie/updates/non-free Sources
Get:1 http://httpredir.debian.org jessie InRelease [128 kB]
Hit http://security.debian.org jessie/updates/main amd64 Packages
Hit http://security.debian.org jessie/updates/contrib amd64 Packages
Hit http://security.debian.org jessie/updates/non-free amd64 Packages
Hit http://httpredir.debian.org jessie-backports InRelease
Hit http://security.debian.org jessie/updates/main i386 Packages
Hit http://httpredir.debian.org jessie-updates InRelease
Hit http://security.debian.org jessie/updates/contrib i386 Packages
Hit http://security.debian.org jessie/updates/non-free i386 Packages
Hit http://security.debian.org jessie/updates/contrib Translation-en
Get:2 http://httpredir.debian.org testing InRelease [116 kB]
Hit http://security.debian.org jessie/updates/main Translation-en
Hit http://security.debian.org jessie/updates/non-free Translation-en
Get:3 http://httpredir.debian.org sid InRelease [204 kB]
Hit http://httpredir.debian.org experimental InRelease
Hit http://httpredir.debian.org jessie/main Sources
Hit http://httpredir.debian.org jessie/contrib Sources
Hit http://httpredir.debian.org jessie/non-free Sources
Get:4 http://httpredir.debian.org jessie/main amd64 Packages [6,765 kB]
Get:5 http://httpredir.debian.org jessie/contrib amd64 Packages [50.1 kB]
Get:6 http://httpredir.debian.org jessie/non-free amd64 Packages [83.6 kB]
Hit http://httpredir.debian.org jessie/main i386 Packages
Hit http://httpredir.debian.org jessie/contrib i386 Packages
Hit http://httpredir.debian.org jessie/non-free i386 Packages
Hit http://httpredir.debian.org jessie/contrib Translation-en
Hit http://httpredir.debian.org jessie/main Translation-en
Hit http://httpredir.debian.org jessie/non-free Translation-en
Get:7 http://httpredir.debian.org jessie-backports/main Sources/DiffIndex 
[2,437 B]
Hit http://httpredir.debian.org jessie-backports/contrib Sources
Get:8 http://httpredir.debian.org jessie-backports/non-free Sources [14 B]
Get:9 http://httpredir.debian.org jessie-backports/main amd64 
Packages/DiffIndex [2,161 B]
Get:10 http://httpredir.debian.org jessie-backports/main i386 
Packages/DiffIndex [5,473 B]
Hit http://httpredir.debian.org jessie-backports/contrib Translation-en
Get:11 http://httpredir.debian.org jessie-backports/main 
Translation-en/DiffIndex [1,885 B]
Get:12 http://httpredir.debian.org jessie-backports/non-free Translation-en [14 
B]
Get:13 http://httpredir.debian.org jessie-updates/main Sources [2,471 B]
Hit http://httpredir.debian.org jessie-updates/contrib Sources
Get:14 http://httpredir.debian.org jessie-updates/non-free Sources [14 B]
Get:15 http://httpredir.debian.org jessie-updates/main amd64 Packages/DiffIndex 
[367 B]
Get:16 http://httpredir.debian.org jessie-updates/main i386 Packages/DiffIndex 
[367 B]
Get:17 http://httpredir.debian.org jessie-updates/contrib Translation-en [14 B]
Get:18 http://httpredir.debian.org jessie-updates/main Translation-en/DiffIndex 
[229 B]
Get:19 http://httpredir.debian.org jessie-updates/non-free Translation-en [14 B]
Get:20 http://httpredir.debian.org testing/main Sources/DiffIndex [4,262 B]
Get:21 http://httpredir.debian.org testing/contrib Sources/DiffIndex [1,609 B]
Get:22 http://httpredir.debian.org testing/main amd64 Packages/DiffIndex [4,542 
B]
Get:23 http://httpredir.debian.org testing/non-free Sources/DiffIndex [1,747 B]
Get:24 http://httpredir.debian.org testing/contrib amd64 Packages/DiffIndex 
[2,023 B]
Get:25 http://httpredir.debian.org testing/non-free amd64 Packages/DiffIndex 
[2,023 B]
Get:26 http://httpredir.debian.org testing/main i386 Packages/DiffIndex [4,542 
B]
Get:27 http://httpredir.debian.org testing/non-free i386 Packages/DiffIndex 
[2,023 B]
Get:28 http://httpredir.debian.org testing/contrib i386 Packages/DiffIndex 
[2,023 B]
Get:29 http://httpredir.debian.org testing/contrib Translation-en/DiffIndex 
[1,195 B]
Get:30 http://httpredir.debian.org testing/main Translation-en/DiffIndex [4,124 
B]
Get:31 http://httpredir.debian.org testing/non-free Translation-en/DiffIndex 
[1,195 B]
Get:32 http://httpredir.debian.org sid/contrib 

Bug#785364: XSS in group administration

2015-05-15 Thread Mathieu Parent
Package: php-horde
Version: 5.2.1+debian0-2
Tags: security jessie
X-Debbugs-CC: pkg-horde-hack...@lists.alioth.debian.org
Control: fixed -1 5.2.5+debian0-1

Hello,

Fix is at:
https://github.com/horde/horde/commit/dae5277746abe613de0cacc004e95e9ed9d78220

I plan to fix it in a stable update (see attached patch)

NB: no CVE (see
http://lists.horde.org/archives/dev/Week-of-Mon-20141201/028821.html
for my revious request)

Regards

-- 
Mathieu
From 7d562b1d1e92dd77c2875f8db990821521097e9b Mon Sep 17 00:00:00 2001
From: Mathieu Parent math.par...@gmail.com
Date: Fri, 15 May 2015 11:38:49 +0200
Subject: [PATCH] Fix XSS in group administration (Closes: #nn)

---
 debian/changelog   |  6 ++
 .../0003-Fix-XSS-in-group-administration.patch | 23 ++
 debian/patches/series  |  1 +
 3 files changed, 30 insertions(+)
 create mode 100644 debian/patches/0003-Fix-XSS-in-group-administration.patch

diff --git a/debian/changelog b/debian/changelog
index 2796877..384e52b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+php-horde (5.2.1+debian0-2+deb8u1) stable; urgency=medium
+
+  * Fix XSS in group administration (Closes: #nn)
+
+ -- Mathieu Parent sath...@debian.org  Fri, 15 May 2015 11:37:29 +0200
+
 php-horde (5.2.1+debian0-2) unstable; urgency=medium
 
   * Update Standards-Version, no change
diff --git a/debian/patches/0003-Fix-XSS-in-group-administration.patch b/debian/patches/0003-Fix-XSS-in-group-administration.patch
new file mode 100644
index 000..f318a40
--- /dev/null
+++ b/debian/patches/0003-Fix-XSS-in-group-administration.patch
@@ -0,0 +1,23 @@
+From: Mathieu Parent math.par...@gmail.com
+Date: Tue, 5 May 2015 21:56:08 +0200
+Subject: Fix XSS in group administration
+
+Origin: https://github.com/horde/horde/commit/dae5277746abe613de0cacc004e95e9ed9d78220
+Author: Jan Schneider j...@horde.org
+---
+ horde-5.2.1/admin/groups.php | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/horde-5.2.1/admin/groups.php b/horde-5.2.1/admin/groups.php
+index 3a3fa48..0423531 100644
+--- a/horde-5.2.1/admin/groups.php
 b/horde-5.2.1/admin/groups.php
+@@ -211,7 +211,7 @@ foreach ($nodes as $id = $node) {
+ $tree-addNode(array(
+ 'id' = $id,
+ 'parent' = null,
+-'label' = $node,
++'label' = htmlspecialchars($node),
+ 'expanded' = false,
+ 'params' = $group_node + $node_params,
+ 'right' = array($spacer, $delete_link)
diff --git a/debian/patches/series b/debian/patches/series
index 8e6d7d8..df54592 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0002-Fix-rewrite-base.patch
+0003-Fix-XSS-in-group-administration.patch
-- 
2.1.4



Bug#784963: jessie-pu: preapproval for gdnsd/2.1.2-1~deb8u1

2015-05-15 Thread Faidon Liambotis
Control: tags -1 - moreinfo

On Mon, May 11, 2015 at 11:16:34AM +0100, Adam D. Barratt wrote:
 Control: tags -1 + moreinfo
 
 On 2015-05-11 10:29, Faidon Liambotis wrote:
 I'd like to upload new version of gdnsd to spu. This would be a new
 upstream release, 2.1.2, but this is from the 2.1.x stable
 maintenance branch which contains only critical fixes. Upstream is
 using SemVer and has moved major releases to the 2.2.x versioning
 scheme (2.2.0 was released a few months ago).
 [...]

As another data point, the exact same package (source *and* binary) that
I intend to upload, is running reliably as ns2.wikimedia.org since
yesterday, serving many thousand queries per second.

Thanks,
Faidon


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



Bug#785337: ResourceWarning: unclosed file is emitted during the python unit tests phase of the build process

2015-05-15 Thread Julian Andres Klode
Control: tag -1 pending

On Fri, May 15, 2015 at 01:28:05AM +0200, von wrote:
 Package: python-apt
 Version: 0.9.4
 Severity: normal
 Tags: patch
 
 During the python unit tests phase of the build process the following warning 
 is emitted:
 
 /usr/lib/python3.4/unittest/case.py:577: ResourceWarning: unclosed file 
 _io.TextIOWrapper name=66 mode='r' encoding='UTF-8'
   testMethod()
 
 In tests/test_tagfile.py two files are opened and not closed. This is the 
 reason of this warning.
 
 The attached patch correct this problem.

Thanks for the patch, but it makes more sense to use the with statement
here. I fixed it in git.

-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

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

Be friendly, do not top-post, and follow RFC 1855 Netiquette.
- If you don't I might ignore you.


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



Bug#785261: python-apt: Remove the -Wstrict-prototypes compiler option

2015-05-15 Thread Julian Andres Klode
On Fri, May 15, 2015 at 12:26:28PM +0200, Julian Andres Klode wrote:
 On Thu, May 14, 2015 at 12:56:59AM +0200, von wrote:
  Package: python-apt
  Version: 0.9.4
  Severity: normal
  Tags: patch
  
  The -Wstrict-prototypes compiler option is added by python distutils but 
  this
  option is not valid for C++. See See http://bugs.python.org/issue9031 and
  http://bugs.python.org/issue1222585.
  
  This result in 928 warnings of the form:
  cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for 
  C/ObjC but not for C++
  
  The added patch solve the problem by removing the option via the setup.py 
  script.
 
 Hi,
 
 thanks for your patch. I seriously dislike pseudonymous contributions,
 would it be possible that you resubmit this with your real name, or does
 this pose a risk to you?

And it would be great if the email address of the patch would match the
bug report email address.
-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

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

Be friendly, do not top-post, and follow RFC 1855 Netiquette.
- If you don't I might ignore you.


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



Bug#784603: wordpress: Wordpress 4.2.2 critical security release

2015-05-15 Thread Craig Small
On Thu, May 07, 2015 at 05:31:03AM +0100, Rodrigo Campos wrote:
 A new Wordpress *critical* security release has been announced here:
 https://wordpress.org/news/2015/05/wordpress-4-2-2/
 
 Can you please update and backport the patches to stable ?
 Also, let me know if you need help to backport, test or if I can help in any
 way.
There is apparently two patches, one is the removal of example.html
but the other is another XSS fix.  It's not clear if this was fixed in
4.2.1 or 4.2.2

So decoding that would be good.

 - Craig

-- 
Craig Small (@smallsees)   http://enc.com.au/   csmall at : enc.com.au
Debian GNU/Linux   http://www.debian.org/   csmall at : debian.org
GPG fingerprint:5D2F B320 B825 D939 04D2  0519 3938 F96B DF50 FEA5


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



Bug#785370: ITP: fonts-terminus -- Terminus monospace fonts (TrueType)

2015-05-15 Thread Tim Sheridan
Package: wnpp
Owner: Tim Sheridan t...@tghs.net
Severity: wishlist

* Package name: fonts-terminus
  Version : 4.39
  Upstream Author : Tilman Blumenbach til...@ax86.net
* URL : http://files.ax86.net/terminus-ttf/
* License : OFL-1.1
  Description : Terminus monospace fonts (TrueType)

The existing xfonts-terminus* packages don't provide the TrueType
versions of the Terminus fonts.

I use the TrueType versions, and am happy to maintain the package. I
would need a sponsor though (pkg-fonts people?).


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



Bug#785371: background image on multi-head setups

2015-05-15 Thread Mike Gabriel

Package: xfwm4
Severity: minor
Version: 4.10.1-3

When switching from a single-head to a multi-head monitor setup, the  
background image used for the primary screen should be re-used on the  
newly appeared secondary screen.


Test case (on Debian jessie)

  o create new user
  o launch XFCE session for this user on a single-head setup
  o shutdown the system
  o attach a second monitor
  o startup the system
  o launch XFCE session for the same user

Expected:
  o the desktop background should now both show the Debian lines  
background on both heads


What really happens:
  o on the secondary screen, the XFCE default background gets used

Mike

--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgp8M4i59VK8y.pgp
Description: Digitale PGP-Signatur


Bug#785372: RM: emdebian-crush -- ROM; End of life

2015-05-15 Thread Neil Williams
Package: ftp.debian.org
Severity: normal

The emdebian-grip package (which is a dependency of the
emdebian-crush binary) has been removed. The question mark
over the emdebian-crush source package was the xapt binary.

https://lists.debian.org/debian-embedded/2015/05/msg1.html

There has been no interest in taking over xapt as a standalone
binary and there is no point having it in Stretch.

I've already checked with the other uploaders, the future is
Multiarch toolchains, not the old dpkg-cross methods. dpkg-cross
itself will remain for a little longer until someone comes up
with a way to preserve the autoconf support variables.

Please remove emdebian-crush (source) from unstable.


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



Bug#785374: figtree: Executing figtree outputs garbage

2015-05-15 Thread Navid Fehrenbacher
Package: figtree
Version: 1.4-2
Severity: important

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?

apt-get install figtree

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

figtree --help

   * What was the outcome of this action?

/usr/bin/figtree: line 1: $'PK\003\004': command not found
/usr/bin/figtree: line 2: $'\b\260h\351B': command not found
/usr/bin/figtree: line 3:®héfigtree/PK: No such file or directory
/usr/bin/figtree: line 4:®héBfigtree/applet/PK: No such file or directory
/usr/bin/figtree: line 5: syntax error near unexpected token `)'
/usr/bin/figtree: line 
5:®héBÉ»¹.qô$figtree/applet/FigTreeApplet$1.classTíNA=Ó¯í¥lµj)Ômñ
s©XÀb?7WÀ-i»=¤;¸+«{'vvÓÝú6¾úÃð¡w¶f³óqç̹sÏ_¿üÃÎ8¸®BÃ

   * What outcome did you expect instead?

helpmessage

*** End of the template - remove these template lines ***


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

Kernel: Linux 3.12.36-ql-generic-47 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=ANSI_X3.4-1968) 
(ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages figtree depends on:
ii  default-jre [java7-runtime] 2:1.7-52
ii  jarwrapper  0.48
ii  libfreehep-export-java  2.1.1-2
ii  libfreehep-graphics2d-java  2.1.1-4
ii  libfreehep-graphicsio-emf-java  2.1.1-emfplus+dfsg1-2
ii  libfreehep-graphicsio-java  2.1.1-3
ii  libfreehep-graphicsio-pdf-java  2.1.1+dfsg-1
ii  libfreehep-graphicsio-ps-java   2.1.1-1
ii  libfreehep-graphicsio-svg-java  2.1.1-3
ii  libfreehep-graphicsio-swf-java  2.1.1+dfsg-1
ii  libitext5-java  5.5.3-2
ii  libjam-java 0.0.r304-1
ii  libjebl2-java   0.0.r22-1
ii  openjdk-7-jre [java7-runtime]   7u75-2.5.4-2

figtree recommends no packages.

figtree 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#784289: [pkg-gnupg-maint] Bug#784289: gnupg 2.1 and gnome-keyring no longer interoperate

2015-05-15 Thread Pacho Ramos
Looks like pinentry upstream implemented a replacement integrating on
gnome3:
http://git.gnupg.org/cgi-bin/gitweb.cgi?p=pinentry.git;a=commit;h=be87785005d256b7f3dacc607ba5ea0a14de8593


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



Bug#781657: needrestart: pending kernel upgrade warning when new kernel is already running

2015-05-15 Thread Martin Steigerwald
Am Freitag, 15. Mai 2015, 00:25:45 schrieb Thomas Liske:
 Re,
 
 On 05/14/2015 10:29 AM, Martin Steigerwald wrote:
  Ah, okay, I see that change is not yet in. Will remove it again until an
  update appears, unless its possible to disable the kernel check.
 
 the kernel check could be disabled in /etc/needrestart/needrestart.conf
 using:
 
 # Disable hints on pending kernel upgrades.
 $nrconf{kernelhints} = 0

Thanks, this appears to work. Will enable hints again after fix is in.

Have a nice weekend,
-- 
Martin 'Helios' Steigerwald - http://www.Lichtvoll.de
GPG: 03B0 0D6C 0040 0710 4AFA  B82F 991B EAAC A599 84C7


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



Bug#785261: python-apt: Remove the -Wstrict-prototypes compiler option

2015-05-15 Thread Julian Andres Klode
On Thu, May 14, 2015 at 12:56:59AM +0200, von wrote:
 Package: python-apt
 Version: 0.9.4
 Severity: normal
 Tags: patch
 
 The -Wstrict-prototypes compiler option is added by python distutils but 
 this
 option is not valid for C++. See See http://bugs.python.org/issue9031 and
 http://bugs.python.org/issue1222585.
 
 This result in 928 warnings of the form:
 cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for 
 C/ObjC but not for C++
 
 The added patch solve the problem by removing the option via the setup.py 
 script.

Hi,

thanks for your patch. I seriously dislike pseudonymous contributions,
would it be possible that you resubmit this with your real name, or does
this pose a risk to you?

Regards,

Julian

-- 
Julian Andres Klode  - Debian Developer, Ubuntu Member

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

Be friendly, do not top-post, and follow RFC 1855 Netiquette.
- If you don't I might ignore you.


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



Bug#785373: i3: Huge cursor with gtk apps under Debian Jessie

2015-05-15 Thread Guillaume Morin
Package: i3
Version: 4.8-2
Severity: normal

Since I added 2 monitors to my laptop using i3 under Debian Jessie, I have
a really huge cursor - like double the size - on some applications. It
seems to only target gtk apps like gnome-terminal, gimp and chrome (is
chrome a gtk app?).

You can see it here : http://gmorin.sysif.net/tmp/i3_huge_cursor.png

I tried to install a cursor theme, fix font size in .gtkrc-2.0 and other
random tricks found on the internet, but nothing was useful. I don't know
if the problem comes from i3, gtk or debian and i'm sorry if I'm reporting
at the wrong place.

Thank you for your help,

Guillaume


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

Kernel: Linux 3.16.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
Init: systemd (via /run/systemd/system)

Versions of packages i3 depends on:
ii  i3-wm  4.8-2

Versions of packages i3 recommends:
ii  dunst   1.1.0-1
ii  i3lock  2.6-1
ii  i3status2.8-1
ii  suckless-tools  40-1

i3 suggests no packages.

-- no debconf information


Bug#763269: upgrade-system: Want to remove required package in Debian Edu

2015-05-15 Thread Martin-Éric Racine
2014-12-20 19:23 GMT+02:00 Petter Reinholdtsen p...@hungry.com:
 [Martin-Éric Racine]
 Have you found upgrade-system.conf options that solved your problem?

 Sorry, I have not had time to investigate.  Too much going on
 outside Debian at the moment.

Petter,

Any news on this? :)

Martin-Éric


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



Bug#691031: cups-pdf: Installation failed when Reloading Common Unix Printing System: cupsd

2015-05-15 Thread Martin-Éric Racine
2014-09-09 17:35 GMT+03:00 Martin-Éric Racine martin-eric.rac...@iki.fi:
 On Sat, 20 Oct 2012 16:40:11 +0200 Simone simone.grai...@gmail.com wrote:
 Package: cups-pdf
 Version: 2.6.1-6
 Severity: important

 Dear Maintainer,
 When I want to install cups-pdf :

 aptitude install cups-pdf
 Les NOUVEAUX paquets suivants vont être installés :
   cups-pdf
 0 paquets mis à jour, 1 nouvellement installés, 0 à enlever et 0 non mis à
 jour.
 Il est nécessaire de télécharger 50,5 ko d'archives. Après dépaquetage,
 228 ko seront utilisés.
 Prendre :  1 http://ftp.be.debian.org/debian/ wheezy/main cups-pdf amd64
 2.6.1-6 [50,5 kB]
  50,5 ko téléchargés en 0s (2378 ko/s)
 Récupération des rapports de bogue… Fait
 Analyse des informations Trouvé/Corrigé… Fait
 Sélection du paquet cups-pdf précédemment désélectionné.
 (Lecture de la base de données... 193120 fichiers et répertoires déjà
 installés.)
 Dépaquetage de cups-pdf (à partir de .../cups-pdf_2.6.1-6_amd64.deb) ...
 Traitement des actions différées (« triggers ») pour « cups »...
 [ ok ] Starting Common Unix Printing System: cupsd.
 Updating PPD files for cups-filters ...
 Updating PPD files for cups-pdf ...
 Updating PPD files for foomatic-db-compressed-ppds ...
 Updating PPD files for foomatic-db-engine ...
 Updating PPD files for openprinting-ppds ...
 Updating PPD files for c2esp ...
 Updating PPD files for escpr ...
 Updating PPD files for foo2zjs ...
 Updating PPD files for hpcups ...
 Updating PPD files for hpijs ...
 Updating PPD files for m2300w ...
 Updating PPD files for postscript-hp ...
 Updating PPD files for ptouch ...
 Updating PPD files for pxljr ...
 Updating PPD files for sag-gdi ...
 Updating PPD files for splix ...
 Paramétrage de cups-pdf (2.6.1-6) ...
 [ ok ] Reloading Common Unix Printing System: cupsd.

 I need to type a crtl-C for stop, but the packet is still unconfigured.

 dpkg --configure -a
 Paramétrage de cups-pdf (2.6.1-6) ...
 [ ok ] Reloading Common Unix Printing System: cupsd.

 Same problem here.

 Do you still experience this issue with cups-pdf 2.6.1-9 or more recent?

 -- Martin-Éric

Simone,

Do you still experience this issue with recent releases of CUPS-PDF?

Martin-Éric


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



Bug#562530: paprefs: activating module-rygel-media-server should automatically activate stream

2015-05-15 Thread Martin-Éric Racine
Christian,

Is this issue still relevant as of paprefs//0.9.10-1 or not?

Martin-Éric


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



Bug#785249: gcc-4.9: test suite errors when memory overcommitting is turned off

2015-05-15 Thread Matthias Klose
Control: forwarded -1 https://gcc.gnu.org/PR66154
Control: tags -1 + upstream


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



Bug#785259: [Pkg-xfce-devel] Bug#785259: lightdm: login-screen appear just after mouse-click

2015-05-15 Thread Andrew P
On Thu, 14 May 2015 17:05:10 +0200 chrishell ch...@chrishell.de wrote:
 Hello Yves-Alexis,
 yes seems so, but in my case this active-monitor
  = 0-solution does not work. In my case this is not actually a
 multi-monitor setup since the actual notebook-display is deactivated.

1. Could you try the latest development version?
2. Add this option to your lightdm-gtk-greeter.conf: allow-debugging=true
Run greeter. Post content of /var/log/lightdm/x-*-greeter.log (the newest
one).


Bug#785367: mercurial-git: AttributeError: 'tuple' object has no attribute 'rfind'

2015-05-15 Thread Jakub Wilk

Package: mercurial-git
Version: 0.8.0-1
Severity: grave

hg is completely broken when this extension is enabled:

$ hg init testrepo
$ cd testrepo/
$ echo foo  foo
$ hg add foo
** Unknown exception encountered with possibly-broken third-party extension git
** which supports versions 3.3 of Mercurial.
** Please disable git and try your action again.
** If that fixes the bug please report it to 
https://bitbucket.org/durin42/hg-git/issues
** Python 2.7.10rc1 (default, May 11 2015, 00:30:56) [GCC 4.9.2]
** Mercurial Distributed SCM (version 3.4)
** Extensions loaded: git
Traceback (most recent call last):
 File /usr/bin/hg, line 43, in module
   mercurial.dispatch.run()
 File /usr/lib/python2.7/dist-packages/mercurial/dispatch.py, line 29, in run
   sys.exit((dispatch(request(sys.argv[1:])) or 0)  255)
 File /usr/lib/python2.7/dist-packages/mercurial/dispatch.py, line 91, in 
dispatch
   ret = _runcatch(req)
 File /usr/lib/python2.7/dist-packages/mercurial/dispatch.py, line 160, in 
_runcatch
   return _dispatch(req)
 File /usr/lib/python2.7/dist-packages/mercurial/dispatch.py, line 885, in 
_dispatch
   cmdpats, cmdoptions)
 File /usr/lib/python2.7/dist-packages/mercurial/dispatch.py, line 646, in 
runcommand
   ret = _runcommand(ui, options, cmd, d)
 File /usr/lib/python2.7/dist-packages/mercurial/dispatch.py, line 976, in 
_runcommand
   return checkargs()
 File /usr/lib/python2.7/dist-packages/mercurial/dispatch.py, line 947, in 
checkargs
   return cmdfunc()
 File /usr/lib/python2.7/dist-packages/mercurial/dispatch.py, line 882, in 
lambda
   d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
 File /usr/lib/python2.7/dist-packages/mercurial/util.py, line 718, in check
   return func(*args, **kwargs)
 File /usr/lib/python2.7/dist-packages/mercurial/commands.py, line 203, in add
   rejected = cmdutil.add(ui, repo, m, , False, **opts)
 File /usr/lib/python2.7/dist-packages/mercurial/cmdutil.py, line 2200, in add
   for f in wctx.walk(match):
 File /usr/lib/python2.7/dist-packages/mercurial/context.py, line 1275, in 
walk
   True, False))
 File /usr/lib/python2.7/dist-packages/mercurial/dirstate.py, line 727, in 
walk
   ignore = self._ignore
 File /usr/lib/python2.7/dist-packages/mercurial/scmutil.py, line 1136, in 
__get__
   entry.obj = self.func(obj)
 File /usr/lib/python2.7/dist-packages/hgext/git/gitdirstate.py, line 100, in 
_ignore
   fns = self._finddotgitignores()
 File /usr/lib/python2.7/dist-packages/hgext/git/gitdirstate.py, line 164, in 
_finddotgitignores
   work = [d for d in work if not dirignore(d)]
 File /usr/lib/python2.7/dist-packages/mercurial/dirstate.py, line 601, in 
_dirignore
   for p in util.finddirs(f):
 File /usr/lib/python2.7/dist-packages/mercurial/util.py, line 2286, in 
finddirs
   pos = path.rfind('/')
AttributeError: 'tuple' object has no attribute 'rfind'


-- System Information:
Debian Release: stretch/sid
 APT prefers unstable
 APT policy: (990, 'unstable'), (500, 'experimental')
Architecture: i386 (x86_64)
Foreign Architectures: amd64

Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages mercurial-git depends on:
ii  mercurial   3.4-1
ii  python-dulwich  0.10.1-1
pn  python:any  none

--
Jakub Wilk


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



Bug#695878: new mutt-kz package

2015-05-15 Thread Víctor M . Jáquez L .
On 05/14/15 at 08:09am, Antoine Beaupré wrote:

  Also I will sync to v1.5.23.1
 
  I expect to do it this weekend.

Done!

 
 Great!
 
 Did you mean gitlab though? There's already this:
 
 https://gitlab.com/vjaquez-misc/mutt-kz
 
 gitorious can migrate to gitlab automatically and gitlab open sources at
 least *part* of its production software, which i think makes it good
 alternative to the proprietary github...

Thanks for the heads-up.

Finally I used gitlab:

https://gitlab.com/vjaquez-misc/mutt-kz

vmjl


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



Bug#785368: override: cups-pdf:oldlibs/extra

2015-05-15 Thread Martin-Éric Racine
Package: ftp.debian.org
Severity: normal

Starting with Debian 8,
bin:cups-pdf is a dummy transitional package that pulls
bin:printer-driver-cups-pdf

Cheers!
Martin-Éric


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



Bug#785369: libimlib2: GIF loader: out-of-bounds read

2015-05-15 Thread Jakub Wilk

Package: libimlib2
Version: 1.4.7-1
Usertags: afl

Loading the attached image causes out-of-bounds reads:

$ valgrind ./debian/tmp/usr/bin/imlib2_conv oob.gif oob.ppm
==8382== Memcheck, a memory error detector
==8382== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
==8382== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info
==8382== Command: ./debian/tmp/usr/bin/imlib2_conv oob.gif oob.ppm
==8382== 
==8382== Invalid read of size 1

==8382==at 0x495CABE: load (in 
/usr/lib/i386-linux-gnu/imlib2/loaders/gif.so)
==8382==by 0x405DB36: imlib_save_image (in 
/usr/lib/i386-linux-gnu/libImlib2.so.1.4.7)
==8382==by 0x8048893: main (imlib2_conv.c:76)
==8382==  Address 0x456cc66 is 2 bytes after a block of size 12 alloc'd
==8382==at 0x402B0D5: calloc (in 
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==8382==by 0x4AB329E: MakeMapObject (in 
/usr/lib/i386-linux-gnu/libgif.so.4.1.6)
==8382==by 0x4AAFE2A: DGifGetScreenDesc (in 
/usr/lib/i386-linux-gnu/libgif.so.4.1.6)
==8382==by 0x4AAFFF6: DGifOpenFileHandle (in 
/usr/lib/i386-linux-gnu/libgif.so.4.1.6)
==8382==by 0x495C93A: load (in 
/usr/lib/i386-linux-gnu/imlib2/loaders/gif.so)
==8382==by 0x405DB36: imlib_save_image (in 
/usr/lib/i386-linux-gnu/libImlib2.so.1.4.7)
==8382==by 0x8048893: main (imlib2_conv.c:76)
==8382== 
==8382== Invalid read of size 1

==8382==at 0x495CAC2: load (in 
/usr/lib/i386-linux-gnu/imlib2/loaders/gif.so)
==8382==by 0x405DB36: imlib_save_image (in 
/usr/lib/i386-linux-gnu/libImlib2.so.1.4.7)
==8382==by 0x8048893: main (imlib2_conv.c:76)
==8382==  Address 0x456cc64 is 0 bytes after a block of size 12 alloc'd
==8382==at 0x402B0D5: calloc (in 
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==8382==by 0x4AB329E: MakeMapObject (in 
/usr/lib/i386-linux-gnu/libgif.so.4.1.6)
==8382==by 0x4AAFE2A: DGifGetScreenDesc (in 
/usr/lib/i386-linux-gnu/libgif.so.4.1.6)
==8382==by 0x4AAFFF6: DGifOpenFileHandle (in 
/usr/lib/i386-linux-gnu/libgif.so.4.1.6)
==8382==by 0x495C93A: load (in 
/usr/lib/i386-linux-gnu/imlib2/loaders/gif.so)
==8382==by 0x405DB36: imlib_save_image (in 
/usr/lib/i386-linux-gnu/libImlib2.so.1.4.7)
==8382==by 0x8048893: main (imlib2_conv.c:76)
==8382== 
==8382== Invalid read of size 1

==8382==at 0x495CAD0: load (in 
/usr/lib/i386-linux-gnu/imlib2/loaders/gif.so)
==8382==by 0x405DB36: imlib_save_image (in 
/usr/lib/i386-linux-gnu/libImlib2.so.1.4.7)
==8382==by 0x8048893: main (imlib2_conv.c:76)
==8382==  Address 0x456cc65 is 1 bytes after a block of size 12 alloc'd
==8382==at 0x402B0D5: calloc (in 
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==8382==by 0x4AB329E: MakeMapObject (in 
/usr/lib/i386-linux-gnu/libgif.so.4.1.6)
==8382==by 0x4AAFE2A: DGifGetScreenDesc (in 
/usr/lib/i386-linux-gnu/libgif.so.4.1.6)
==8382==by 0x4AAFFF6: DGifOpenFileHandle (in 
/usr/lib/i386-linux-gnu/libgif.so.4.1.6)
==8382==by 0x495C93A: load (in 
/usr/lib/i386-linux-gnu/imlib2/loaders/gif.so)
==8382==by 0x405DB36: imlib_save_image (in 
/usr/lib/i386-linux-gnu/libImlib2.so.1.4.7)
==8382==by 0x8048893: main (imlib2_conv.c:76)


This bug was found using American fuzzy lop:
http://lcamtuf.coredump.cx/afl/


-- System Information:
Debian Release: stretch/sid
 APT prefers unstable
 APT policy: (990, 'unstable'), (500, 'experimental')
Architecture: i386 (x86_64)
Foreign Architectures: amd64

Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages libimlib2 depends on:
ii  libbz2-1.0 1.0.6-7+b3
ii  libc6  2.19-18
ii  libfreetype6   2.5.2-4
ii  libgif44.1.6-11
ii  libid3tag0 0.15.1b-11
ii  libjpeg62-turbo1:1.4.0-7
ii  libpng12-0 1.2.50-2+b2
ii  libtiff5   4.0.3-13
ii  libx11-6   2:1.6.3-1
ii  libxext6   2:1.3.3-1
ii  multiarch-support  2.19-18
ii  zlib1g 1:1.2.8.dfsg-2+b1

--
Jakub Wilk


Bug#401452: closed by Andrey Rahmatullin w...@debian.org (Closing)

2015-05-15 Thread Enrico Zini
On Mon, May 11, 2015 at 08:33:09AM +, Debian Bug Tracking System wrote:

 The current Policy (since 3.8.1.0) says All control files must be encoded
 in UTF-8. and the current practice is to use UTF-8 in Maintainer: field
 values.

Hello,

my intention with this bug was to ask to clarify how entries in
Uploaders: fields should be split, and I do not see how UTF-8 encoding
can help with that.

I checked version 3.9.6.1, and the policy still says this for the
Uploader: field:

  The format is the same as that of the Maintainer tag, and multiple
  entries should be comma separated.

So according to that definition, a field like:

  Uploaders: Adam C. Powell, IV hazel...@debian.org

is a field with a list of two values: Adam C. Powell and
IV hazel...@debian.org, one of which is illegal becaues it contains
no email address inside angle brackets.

However, the Maintainer: field has only one value, so it does not
mention how commas can be represented in its value without being
confused with separators.

I would like the Uploaders: field to clarify how one can have a comma in
the name without triggering a split. There can be several strategies:

 - it could say that commas are not allowed at all in an Uploaders:
   field, except as separators;
 - it could say that one needs to double quote a name that contains
   commas;
 - it could say that the separator is a comma only if it is preceded by
   a closed angle bracket and optional spaces: this would be the option
   that is harder to implement, but that keeps Adam's packages policy
   compliant.

I assume this is an effect of this bug having been merged with 160827
and 160827 having been closed. I've unmerged them and reopened this one,
as this does not have anything to do with charset encoding.


Enrico

-- 
GPG key: 4096R/E7AD5568 2009-05-08 Enrico Zini enr...@enricozini.org


signature.asc
Description: Digital signature


Bug#695878: new mutt-kz package

2015-05-15 Thread Antoine Beaupré
On 2015-05-15 07:27:04, Víctor M. Jáquez L. wrote:
 Thanks for the heads-up.

 Finally I used gitlab:

 https://gitlab.com/vjaquez-misc/mutt-kz

That's great! :)

So what's the next step here... do you need someone to sponsor the
package? Should more communication be done with upstream/debian mutt?

a.

-- 
Si l'image donne l'illusion de savoir
C'est que l'adage pretend que pour croire,
L'important ne serait que de voir
- Lofofora


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



Bug#785375: override: xastir:hamradio/optional

2015-05-15 Thread Iain R. Learmonth
Package: ftp.debian.org
Severity: normal

Hi,

This package was previously listed as extra. There is no reason that
this package should conflict with any oter package with optional or
higher priority and so the override file priority should be changed to
optional.

Thanks,
Iain.


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



Bug#785380: traptoemail: incorrect date format

2015-05-15 Thread Gabor Kiss
Package: snmp
Version: 5.4.3~dfsg-2.8+deb7u1
Severity: minor

Dear Maintainer,

/usr/bin/traptoemail contains this line:
$message-datasend(Date: .strftime(%a, %e %b %Y %X %z, localtime()).\n);
Unfortunately %a, %b, %X are all locale dependents.

Let's see what does 'date' with different LANG settings. ('date' also
uses strftime().)

$ LANG=C date +'%a, %e %b %Y %X %z'
Fri, 15 May 2015 15:12:07 +0200--- correct
$ LANG=hu_HU date +'%a, %e %b %Y %X %z'
p, 15 máj 2015 15.12.17 +0200  --- incorrect
$ LANG=en_US date +'%a, %e %b %Y %X %z'
Fri, 15 May 2015 03:12:26 PM +0200 --- incorrect
$

Section 3.3 of RFC 5322 specifies format of Date header in mails.
The rules are quite rigid.
I think only the C locale guarantees the RFC conform date.
I suggest to insert an
$ENV{LANG} = 'C';
assignment at the very beginning of the script.

Regards

Gabor
-- System Information:
Debian Release: 7.8
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable-proposed-updates'), 
(500, 'oldstable')
Architecture: i386 (i686)

Kernel: Linux 3.10-1-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages snmp depends on:
ii  libc62.13-38+deb7u8
ii  libsnmp155.4.3~dfsg-2.8+deb7u1
ii  libssl1.0.0  1.0.1e-2+deb7u16

Versions of packages snmp recommends:
ii  perl-modules  5.14.2-21+deb7u2

snmp 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#785326: libavcodec56: CVE-2014-7937 - Multiple off-by-one errors in libavcodec/vorbisdec.c

2015-05-15 Thread Alessandro Ghedini
On Fri, May 15, 2015 at 11:05:17AM +0200, Sebastian Ramacher wrote:
 Version: 6:11.3-1
 
 On 2015-05-14 20:41:15, Arne Wichmann wrote:
  Package: libavcodec56
  Version: 6:11.3-2
  Severity: grave
  Tags: security
  Justification: user security hole
  
  Hi, as far as I can see this has not yet been reported or fixed:
  
  CVE-2014-7937 : Multiple off-by-one errors in libavcodec/vorbisdec.c in
  FFmpeg before 2.4.2, as used in Google Chrome before 40.0.2214.91, allow
  remote attackers to cause a denial of service (use-after-free) or possibly
  have unspecified other impact via crafted Vorbis I data [1]
  
  I marked this as grave as the impact is unclear and might include arbitrary
  code execution. Feel free do downgrade if this can be ruled out.
  
  (Actually I would like to have a look at the test case to check a bit more
  thoroughly, but AFAICS I would need to talk to google for this.)
  
  [1] https://security-tracker.debian.org/tracker/CVE-2014-7937
https://lists.libav.org/pipermail/libav-devel/2015-January/066433.html
 
 A similar commit to the one maintained in this mailing list post was applied 
 to
 11.3. So closing with that version.

Do you mean the patch at [0]? Honestly it doesn't look like the ffmpeg patch at
all, and the commit message doesn't even mention the bug fix. How can you be so
sure that the bug is fixed?

Cheers

[0] 
https://github.com/libav/libav/commit/0025f7408a0fab2cab4a950064e4784a67463994


signature.asc
Description: Digital signature


Bug#783308: RFS: mediagoblin/0.7.1+dfsg1-1 [ITP]

2015-05-15 Thread Simon Fondrie-Teitler
I've worked on a bit of this. 

Paul Wise p...@debian.org writes:
 On Sun, Apr 26, 2015 at 1:40 AM, Simon Fondrie-Teitler wrote:

 mediagoblin - web application for sharing photos, video and other media

 As I am potentially interested in mediagoblin as a possible front-end
 and or replacement for various debconf.org services, I've done a
 minimal first-pass review. I'm not involved in DebConf so that is of
 course dependent on the DebConf teams.

 The information in debian/copyright appears to be incorrect, most
 upstream files are AGPL not GPL.

Whoops, fixed.

 I would suggest packaging all the embedded code copies separately,
 including the one you added via a patch (which itself has an embedded
 code copy).

I looked into packaging them separately, but couldn't find good
documentation on how to package css or javascript files. A few Debian
developers I talked recommended not packaging them on their own.

 I would suggest using the new Files-Excluded option in
 debian/copyright and repacksuffix option in debian/watch, so that
 anyone can automatically convert the upstream tarball into the DFSG
 orig.tar.gz. You could also try to get those files removed from the
 upstream VCS.

 http://manpages.debian.org/man0/uscan

Cool, I didn't know about those options. I've added them.

I've talked to upstream about the files, and some will be removed in the
new release, like the binary translation files. Others need to be
there to make it easy for people installing via pip or a git checkout,
like the javascript. 

 It would be great if the steps for setting up a mediagoblin instance
 documented in README.Debian could be converted into a script
 distributed upstream; the Debian package could then prompt the
 sysadmin via debconf for the relevant details (suggesting appropriate
 defaults in the text) and then run the script.

That's a good idea, although the version in README.Debian is closer to
an example of one possible setup, rather than a suggested way of running
it. I'm still thinking about the best way of doing this. I'm assuming
it's not a blocking issue for package upload?

 I'd suggest that debian/gmg.1 be generated at dh_auto_build time or
 from the upstream build system.

I tried doing this, but the script won't even succeed showing help
output when run without mediagoblin/tools/common.py somewhere on the
python path. I'm not sure if it's a good idea to modify the python path
during build. 

 I'd use cgit for Vcs-Browser and https for both Vcs-* URLs.

Fixed.

 If it is possible to make MediaGoblin a Python 3 only package, I would
 suggest doing that.

Python3 support in mediagoblin is not great yet, though work is being
done to fix that. For now I think it makes most sense to leave it as python2.

 I note that upstream uses Transifex and Gitorious. The former is now
 proprietary and the latter is being shut down. Upstream may want to
 switch to something else for both.

They have already moved off Transifex and onto Pootle. Plans are being
made for a migration away from Gitorious. 

 You may want to add an upstream metadata file:

 https://wiki.debian.org/UpstreamMetadata

I'll look into this. 

 Automated checks:

 (I haven't built it or run lintian yet)
 https://anonscm.debian.org/cgit/collab-maint/check-all-the-things.git

 $ bashate --ignore E002
 ...
 26 bashate error(s) found

 $ find -type f -iname '*.sh' -exec checkbashisms {} +
 could not find any possible bashisms in bash script
 ./devtools/update_translations.sh
 could not find any possible bashisms in bash script 
 ./experimental-bootstrap.sh

 $ cme check dpkg
 ...
 Warning in 'control source Vcs-Browser' value
 'http://anonscm.debian.org/gitweb/?p=collab-maint/mediagoblin.git':
 URL to debian system is not the recommended one (this can be fixed
 with 'cme fix' command)
 checking data
 Warning in 
 'patches:0001-add-skeleton-manually-since-mediagoblin-depends-on-i.patch
 Synopsis' value undef: Empty synopsis (this can be fixed with 'cme
 fix' command)
 ...

 $ codespell --quiet-level=3
 ./mediagoblin.ini:12: appropiate  == appropriate
 ./paste.ini:75: accessable  == accessible
 ./docs/source/index.rst:76: foreward  == foreword, forward
 ./docs/source/api/media_interaction.rst:26: similiar  == similar
 ./docs/source/api/oauth.rst:21: compatable  == compatible
 ./docs/source/api/media.rst:44: similiar  == similar
 ./docs/source/api/media.rst:142: similiar  == similar
 ./docs/source/siteadmin/deploying.rst:159: prefered  == preferred
 ./docs/source/siteadmin/deploying.rst:162: priviledges  == privileges
 ./docs/source/siteadmin/relnotes.rst:141: existant  == existent
 ./docs/source/siteadmin/relnotes.rst:548: Miscelaneous  == Miscellaneous
 ./docs/source/pluginwriter/database.rst:27: appropiate  == appropriate
 ./docs/source/pluginwriter/hooks.rst:31: commited  == committed
 ./docs/source/pluginwriter/api.rst:233: tranform  == transform
 ./debian/paste.ini:72: accessable  == accessible

 $ find -empty
 ./extlib/pdf.js
 

Bug#784603: wordpress: Wordpress 4.2.2 critical security release

2015-05-15 Thread Rodrigo Campos
On Fri, May 15, 2015 at 09:08:28PM +1000, Craig Small wrote:
 On Thu, May 07, 2015 at 05:31:03AM +0100, Rodrigo Campos wrote:
  A new Wordpress *critical* security release has been announced here:
  https://wordpress.org/news/2015/05/wordpress-4-2-2/
  
  Can you please update and backport the patches to stable ?
  Also, let me know if you need help to backport, test or if I can help in any
  way.
 There is apparently two patches, one is the removal of example.html
 but the other is another XSS fix.  It's not clear if this was fixed in
 4.2.1 or 4.2.2
 
 So decoding that would be good.

As I said in a later email, there was a 4.1.5 release. So isn't it easier to
take those patches ?






Thanks,
Rodrigo


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



Bug#785378: [dbus] dbus-uuidgen: undefined symbol: dbus_internal_do_not_use_create_uuid

2015-05-15 Thread Simon McVittie
On 15/05/15 13:58, LeJacq, Jean Pierre wrote:
 Recent upgrade from version 1.8.16 to 1.8.18 leads to the following error 
 during the boot process:
 
 /usr/bin/dbus-uuidgen: symbol lookup error: /usr/bin/dbus-uuidgen: undefined 
 symbol: dbus_internal_do_not_use_create_uuid

The table below seems to be very much incomplete: dbus is not going to
work without libdbus-1-3.

Do you have libdbus-1-3 version 1.9.16 (from experimental) installed? I
suspect you might?

 Depends(Version) | Installed
 -+-=
 libaudit1   (= 1:2.2.1) | 1:2.4-1+b1
 libc6  (= 2.17) | 
 libcap-ng0   | 
 libdbus-1-3   (= 1.7.6) | 
...

If you use reportbug --template dbus instead of whatever bug-reporting
tool you used, that should provide the required information.

Regards,
S


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



Bug#785378: [dbus] dbus-uuidgen: undefined symbol: dbus_internal_do_not_use_create_uuid

2015-05-15 Thread LeJacq, Jean Pierre
On Friday 15 May 2015 14:48:15 Simon McVittie wrote:
 On 15/05/15 14:45, Simon McVittie wrote:
  Do you have libdbus-1-3 version 1.9.16 (from experimental) installed? I
  suspect you might?
 
 If my guess is correct, then this is really a bug in
 libdbus-1-3/1.9.16-1 (which should have a Breaks relationship with older
 dbus versions), and you should be able to work around it by either
 upgrading dbus to the matching version, or downgrading libdbus-1-3.

Yes I do indeed have libdbus-1-3 version 1.9.16 from experimental.

I'm not sure how I got dbus from sid but libdbus-1-3 from experimental. I will 
attempt getting them to the same version - 1.9.16.

-- 
JP


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



Bug#785376: transition: nettle

2015-05-15 Thread Julien Cristau
On Fri, May 15, 2015 at 14:43:51 +0200, Magnus Holmgren wrote:

 There's a new major release of the GNU Nettle cryptolibrary (stabilized at 
 version 3.1.1) that I'd like to upload to unstable.
 
 I've tried building all depending packages found on 
 https://release.debian.org/transitions/html/auto-nettle.html and all compile 
 with the new version without source changes except libgnutls28 and lsh-utils, 
 for which patches have been prepared, and the Haskell packages, the virtual 
 package dependencies I do not comprehend, so I'll have to check with the 
 Haskell maintainers first.
 
Why does nettle not version its symbols?  For such a low level library
(especially one that seems to break its ABI regularly) that seems like a
fairly major oversight.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#785366: chef: not installable in sid

2015-05-15 Thread Ralf Treinen
Package: chef
Version: 11.12.8-2
Severity: serious
User: trei...@debian.org
Usertags: edos-uninstallable

Dear Maintainer,

chef is currently not installable in sid since it depends on
ruby-rest-client ( 1.7.0). This dependency is hard-coded in
debian/control. However, the version of ruby-rest-client in
sid is 1.8.0-1.

Cheers -Ralf.


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



Bug#785257: osmosis: ClassCastException when reading from pgsnapshot

2015-05-15 Thread Toby Speight
0 In article 55549ae2.1000...@xs4all.nl,
0 Sebastiaan Couwenberg URL:mailto:sebas...@xs4all.nl (SC) wrote:

SC I've prepared a new osmosis revision for jessie and requested
SC approval from the release team (#785298).
SC
SC I'll include that change, and more of the upstream changes in a new
SC osmosis revision for unstable.

I've grabbed 0.43.1-5 from unstable and that works flawlessly for me.

Thank you for the very rapid response.  :-)


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



Bug#784903: [Pkg-fglrx-devel] Bug#784903: fglrx-driver: broken depends on xorg-video-abi-18

2015-05-15 Thread Michael Tatge
* On Tue, May 12, 2015 07:51PM +0200 Patrick Matthäi (pmatth...@debian.org) 
wrote:
 Am 10.05.2015 um 14:18 schrieb Michael Tatge:
  Source: fglrx-driver
  Version: 1:14.9+ga14.201-2
  Severity: grave
  Justification: renders package unusable
  
  fglrx-driver depends on xorg-video-abi-18 but xserver-xorg-core provides
  xorg-video-abi-19 thus rendering the package uninstallable.
 
 I will check in the next days if the experimental 14.12 version is
 compatible with it, but I do not think so.

It seems it is not. Even amd say it's only compatible with Xorg up to
1.16.

For the time being I downgraded to 1.16 since I cannot get the radeon
driver to *not* use xinerama or mergedfb...

Michael
-- 
PGP-Key-ID: EEE7D043
Jabber: in...@jabber.de


signature.asc
Description: Digital signature


Bug#785377: unace: out-of-bounds read

2015-05-15 Thread Jakub Wilk

Package: unace
Version: 1.2b-13
Usertags: afl

unace crashes while trying to test integrity of the attached file:

$ unace t crash
UNACE v1.2public version

Processing archive: crash.ACE

Authenticity Verification:
created on 11.1.2015 by *UNREGISTĹRED VERSION*

Segmentation fault


GDB says it's an out-of-bounds read:

Program received signal SIGSEGV, Segmentation fault.
0x0804b159 in dcpr_comm (comm_size=2022) at uac_dcpr.c:195
195   comm[dpos++] = comm[pos++];
(gdb) print pos
$3 = -134377471
(gdb) print comm[pos]
Cannot access memory at address 0x2a567


This bug was found using American fuzzy lop:
http://lcamtuf.coredump.cx/afl/

-- System Information:
Debian Release: stretch/sid
 APT prefers unstable
 APT policy: (990, 'unstable'), (500, 'experimental')
Architecture: i386 (x86_64)
Foreign Architectures: amd64

Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages unace depends on:
ii  libc6  2.19-18

--
Jakub Wilk


crash.ACE
Description: Binary data


Bug#785209: apt-cacher-ng: provide a switch to retrieve stats information

2015-05-15 Thread Eduard Bloch
Hallo,
* Sandro Tosi [Wed, May 13 2015, 09:56:56AM]:

 it would be nice if apt-cacher-ng had a cli switch to output the statistical
 information which currently only lives in the html output of report.html. It
 seems like that html page is just a template and some information are
 replacedby a-c-ng when it parses it, but if you want to graph those info the
 only solution at this time is parsing the html output, which is .. well
 suboptimal :)
 
 Bonus point if the cli switch will output those info in an easily parsable
 manner, like YAML, JSON or other formats

Not sure I want to provide a CLI interface (probably not). The current
way is retrieving a special URL (see cron job script, you can also
encode parameters from the webui and admin credentials into that URL.
wget -qO- is your friend, IMHO).

Apart from that, here is sample output. Are we happy?

{
   assignedSpace: {
  debrep/dists/unstable/InRelease: 150471450,
  debrep/dists/unstable/main/binary-amd64/Packages: 36001368,
  debrep/dists/unstable/main/binary-amd64/Packages.diff/Index: 2260432,
  debrep/dists/unstable/main/binary-amd64/Packages.xz: 7198500,
  debrep/dists/unstable/main/binary-i386/Packages: 35943083,
  debrep/dists/unstable/main/binary-i386/Packages.diff/Index: 7876,
  debrep/dists/unstable/main/binary-i386/Packages.xz: 7197644,
  debrep/dists/unstable/main/i18n/Translation-en.diff/Index: 108235,
  debrep/dists/unstable/main/source/Sources: 36760788,
  debrep/dists/unstable/main/source/Sources.diff/Index: 7876,
  debrep/dists/unstable/main/source/Sources.gz: 9739685,
  debrep/dists/unstable/main/source/Sources.xz: 7814020
   },
   total: 293510957
}

Regards,
Eduard.


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



Bug#785356: xrdp Oh no! Something has gone wrong. is back

2015-05-15 Thread Joachim Schmidt

Hello Vincent Bernat,


after dist-upgrade to jessie of a wheezy-installation with gnome desktop comes
Oh no! Something has gone wrong.
on access from Windows to this machine - also with Remmina on
localhost.


It doesn't seem to be a message from xrdp. Which application is
displaying the message?


on the localhost p.e. Remmina.
Sesman runs right and on the then appearing desktop this message is 
shown and I can't work, only logout is possible.


Joachim


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



Bug#785197: semi: tsort: -: input contains a loop: during installation

2015-05-15 Thread Julian Gilbey
reassign 785197 emacsen-common 2.0.8
retitle 785197 emacsen-common: tsort: -: input contains a loop: during 
installation
thanks

On Wed, May 13, 2015 at 11:25:25AM +0100, Julian Gilbey wrote:
 Package: semi
 Version: 1.14.7~0.20120428-17
 Severity: normal
 
 During the postinst, I observed the following:
 
 Setting up semi (1.14.7~0.20120428-17) ...
 tsort: -: input contains a loop:
 tsort: apel
 tsort: flim
 tsort: emacsen-common
 tsort: -: input contains a loop:
 tsort: emacsen-common
 tsort: flim
 Install apel for emacs24
 install/apel: already byte-compiled for emacs24, skipped
 Install emacsen-common for emacs24
 emacsen-common: Handling install of emacsen flavor emacs24
 Wrote /etc/emacs24/site-start.d/00debian-vars.elc
 Wrote /usr/share/emacs24/site-lisp/debian-startup.elc
 Install flim for emacs24
 install/flim: already byte-compiled for emacs24, skipped
 Install semi for emacs24
 install/semi: byte-compiling for emacs24, logged in /tmp/elc.y7mlgo7hBiVt
 install/semi: deleting /tmp/elc.y7mlgo7hBiVt
 install/semi: byte-compiling for reverse dependency
 
 which is a little bizarre.

I just did an upgrade (testing) on another machine, and got the same
report about semi.  I did a further upgrade on the original machine
and obtained a very similar report, this time about a different
package:

Setting up w3m-el (1.4.538+0.20141022-2) ...
tsort: -: input contains a loop:
tsort: apel
tsort: emacsen-common
Install apel for emacs24
[...]

It seems that tsort is being called by /usr/lib/emacsen-common/lib.pl
so I'm reassigning this bug to emacsen-common.

   Julian


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



Bug#784735: gpodder: wrong standard media player

2015-05-15 Thread tony mancill
On 05/15/2015 12:43 AM, Björn Siebke wrote:
 Hi,
 
 This is probably not a bug in gPodder itself. Does opening the
 downloaded files work if you use xdg-open on the files?
 
 This leads to the same result.
 
 
 Does it work when you double-click the downloaded files in the file
 manager?
 
 This works perfectly.
 
 
 For which podcast/feed does this happen, and what is the file type of
 the episodes?
 
 I tried it with two audio feeds (using mp3) and two video feeds (using
 mp4). It is always the same (bad) result.
 
 
 So it is rather a problem of xdg-open?

Hi Björn,

Perhaps this is related to your desktop environment?

I run MATE and encountered a (very frustrating issue) with my browser
refusing to open my configured email program.  I was able to track it
back to the detectDE() function in /usr/bin/xdg-email (the same function
exists in /usr/bin/xdg-open), which was failing to match MATE in the
case statement.  I was able to resolve the email problem by mapping MATE
to DE=gnome.  That is:

 $ diff /usr/bin/xdg-email.ORIG /usr/bin/xdg-email
 424a425,427
  MATE)
DE=gnome;
;;

I subsequently found this reported as bug #770333 [1].

Perhaps you have found another issue with the xdg-utils package?  You
can review the open bug reports here [2].

Cheers,
tony

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770333
[2]
https://bugs.debian.org/cgi-bin/pkgreport.cgi?repeatmerged=nosrc=xdg-utils




signature.asc
Description: OpenPGP digital signature


Bug#785378: [dbus] dbus-uuidgen: undefined symbol: dbus_internal_do_not_use_create_uuid

2015-05-15 Thread Simon McVittie
On 15/05/15 14:45, Simon McVittie wrote:
 Do you have libdbus-1-3 version 1.9.16 (from experimental) installed? I
 suspect you might?

If my guess is correct, then this is really a bug in
libdbus-1-3/1.9.16-1 (which should have a Breaks relationship with older
dbus versions), and you should be able to work around it by either
upgrading dbus to the matching version, or downgrading libdbus-1-3.

Regards,
S


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



Bug#785343: linux-image-4.0.0-1-686-pae: /@/initrd.img not found, due to the symlink /initrd.img having an absolute target

2015-05-15 Thread Ben Hutchings
On Fri, 2015-05-15 at 05:24 +0200, Guilhem Moulin wrote:
 On Fri, 15 May 2015 at 03:57:35 +0100, Ben Hutchings wrote:
  GRUB knows how to do this properly, so you're just making things
  difficult for yourself.
 
 Since there is always a risk of bricking the board when flashing the
 BIOS chip, I don't want to add a hook add flash it whenever I upgrade
 the kernel.
[...]

Why would you need to flash the whole chip?  Isn't the configuration in
its own flash partition?

Ben.

-- 
Ben Hutchings
It is impossible to make anything foolproof because fools are so ingenious.


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


Bug#785376: transition: nettle

2015-05-15 Thread Magnus Holmgren
Package: release.debian.org
User: release.debian@packages.debian.org
Usertags: transition
Severity: normal

There's a new major release of the GNU Nettle cryptolibrary (stabilized at 
version 3.1.1) that I'd like to upload to unstable.

I've tried building all depending packages found on 
https://release.debian.org/transitions/html/auto-nettle.html and all compile 
with the new version without source changes except libgnutls28 and lsh-utils, 
for which patches have been prepared, and the Haskell packages, the virtual 
package dependencies I do not comprehend, so I'll have to check with the 
Haskell maintainers first.

Also, aria2 FTBFS for unrelated reasons (bug has been filed; hopefully it 
shouldn't be too hard to sort out).

Ben file:

title = nettle;
is_affected = .depends ~ libnettle4 | .depends ~ libhogweed2 | .depends ~ 
libnettle6 | .depends ~ libhogweed4;
is_good = .depends ~ libnettle6 | .depends ~ libhogweed4;
is_bad = .depends ~ libnettle4 | .depends ~ libhogweed2;

-- 
Magnus Holmgrenholmg...@debian.org
Debian Developer 

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


Bug#785393: gramps: crash after closing detached gramplet

2015-05-15 Thread Björn Siebke
Package: gramps
Version: 4.1.1~dfsg-3
Severity: normal

Dear Maintainer,

   * What led up to the situation?
I clicked on the tool button of a gramplet. The gramplet was detached.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
I then clicked on close.

   * What was the outcome of this action?
The program window closed. The program crashed.

   * What outcome did you expect instead?
The gramplet window to close and the program to continue to work.



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

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages gramps depends on:
ii  gir1.2-gtk-3.03.14.5-1
ii  librsvg2-22.40.5-1
ii  python3   3.4.2-2
ii  python3-bsddb36.1.0-1
ii  python3-gi3.14.0-1
ii  python3-gi-cairo  3.14.0-1
pn  python3:any   none
ii  xdg-utils 1.1.0~rc1+git20111210-7.4

Versions of packages gramps recommends:
ii  gir1.2-gexiv2-0.100.10.2-2
ii  gir1.2-osmgpsmap-1.0  1.0.2-2
pn  graphviz  none
pn  python3-icu   none

Versions of packages gramps suggests:
pn  fonts-freefont-ttfnone
pn  gir1.2-gtkspell3-3.0  none
ii  gir1.2-webkit-3.0 2.4.8-2
pn  python3-pil   none
pn  rcs   none

-- 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#695878: new mutt-kz package

2015-05-15 Thread Víctor M . Jáquez L .
On 05/15/15 at 08:18am, Antoine Beaupré wrote:
 On 2015-05-15 07:27:04, Víctor M. Jáquez L. wrote:
  Thanks for the heads-up.
 
  Finally I used gitlab:
 
  https://gitlab.com/vjaquez-misc/mutt-kz
 
 That's great! :)
 
 So what's the next step here... do you need someone to sponsor the
 package? Should more communication be done with upstream/debian mutt?
 
 a.


I don't know what's next. I'm a total newbie. Do I need a sponsor to upload a
new package?  If so, yes, I need one :)

We could argue about using upstream/debian mutt instead of a different
package. I did it for a while, but at some point both projects diverged so
much, that it was easier for me to make a new package rather than keeping an
humongous list of patches.

Nonetheless, I'm open to any alternative.

vmjl


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



Bug#785391: parole: keyboard volume key lowers volume but never raises it

2015-05-15 Thread js
Package: parole
Version: 0.8.0-2
Severity: normal

Dear Maintainer,



After upgrading xfce4 (from 0.5.4-1 to 0.8.0-2) and xfce4 (from 4.10.1
to 4.12.1), I found that most keyboard multimedia keys still work when
parole is playing a playlist (pause/play/stop, advance track, rewind
track).

However, the volume key only lowers the volume but never raises it.
I verified this by checking the volume in pavucontrol, where parole ends
up in silence (eventually) and raising the volume key does nothing.

This behavior affects only parole 0.8.0-2. It did not happen with the
earlier parole 0.5.4-1 and it does not happen after the upgrade with
other music players, including xine and amarok.

This is actually a great inconvenience as it's nice to run parole
minimized and be able to change volume using only the keyboard.

2015-05-15 08:36:05 upgrade xfce4:all 4.10.1 4.12.1
2015-05-15 08:40:01 upgrade parole:i386 0.5.4-1 0.8.0-2




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

Kernel: Linux 3.16.0-4-686-pae (SMP w/6 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages parole depends on:
ii  gstreamer1.0-libav  1.4.4-2
ii  gstreamer1.0-plugins-bad [gstreamer1.0-audiosink]   1.4.4-2.1+b1
ii  gstreamer1.0-plugins-base   1.4.4-2
ii  gstreamer1.0-plugins-good [gstreamer1.0-audiosink]  1.4.4-2
ii  gstreamer1.0-pulseaudio [gstreamer1.0-audiosink]1.4.4-2
ii  gstreamer1.0-x  1.4.4-2
ii  libatk1.0-0 2.14.0-1
ii  libc6   2.19-18
ii  libcairo-gobject2   1.14.0-2.1
ii  libcairo2   1.14.0-2.1
ii  libdbus-1-3 1.8.16-1
ii  libdbus-glib-1-20.102-1
ii  libgdk-pixbuf2.0-0  2.31.1-2+b1
ii  libglib2.0-02.42.1-1
ii  libgstreamer-plugins-base1.0-0  1.4.4-2
ii  libgstreamer1.0-0   1.4.4-2
ii  libgtk-3-0  3.14.5-1
ii  libnotify4  0.7.6-2
ii  libpango-1.0-0  1.36.8-3
ii  libpangocairo-1.0-0 1.36.8-3
ii  libtagc01.9.1-2.1
ii  libx11-62:1.6.2-3
ii  libxfce4ui-2-0  4.12.1-2
ii  libxfce4util7   4.12.1-2
ii  libxfconf-0-2   4.10.0-3

parole recommends no packages.

Versions of packages parole suggests:
ii  gnome-codec-install0.4.7+nmu2
ii  gstreamer1.0-plugins-bad   1.4.4-2.1+b1
ii  gstreamer1.0-plugins-ugly  1.4.4-2+b1

-- 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#785378: [dbus] dbus-uuidgen: undefined symbol: dbus_internal_do_not_use_create_uuid

2015-05-15 Thread LeJacq, Jean Pierre
Package: dbus
Version: 1.8.18-1
Severity: important

--- Please enter the report below this line. ---

Recent upgrade from version 1.8.16 to 1.8.18 leads to the following error 
during the boot process:

/usr/bin/dbus-uuidgen: symbol lookup error: /usr/bin/dbus-uuidgen: undefined 
symbol: dbus_internal_do_not_use_create_uuid

This leads to many applications failing to run properly including kde, 
network-manager, power.

Downgrading to 1.8.16 resolves the issues.


--- System information. ---
Architecture: amd64
Kernel:   Linux 4.0.0-1-amd64

Debian Release: stretch/sid
  800 unstableftp.us.debian.org 
  500 testing ftp.us.debian.org 
  500 stable  dl.google.com 
  100 experimentalftp.us.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-=
libaudit1   (= 1:2.2.1) | 1:2.4-1+b1
libc6  (= 2.17) | 
libcap-ng0   | 
libdbus-1-3   (= 1.7.6) | 
libexpat1 (= 2.0.1) | 
libselinux1  (= 2.0.65) | 
libsystemd-journal0  (= 38) | 
libsystemd-login0(= 31) | 
adduser  | 
lsb-base (= 3.2-14) | 


Package Status  (Version) | Installed
=-+-===
systemd   | 215-17
systemd-sysv  | 
dbus-x11  | 1.8.16-1


Package's Recommends field is empty.

Suggests  (Version) | Installed
===-+-===
dbus-x11| 1.8.16-1

-- 
JP


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



Bug#785379: FTBFS on Raspberry Pi

2015-05-15 Thread Mateusz Łukasik

Package: src:gcc-5
Version: 5.1.1-5
Severity: important

Dear Maintainer,

gcc-5 return FTBFS on Raspberry Pi on armv6 cpu:

http://buildd.raspbian.org/status/package.php?p=gcc-5suite=stretch-staging

#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR .libs/
#define HAVE_DECL_BASENAME 1

configure: exit 0
LOGFILE END /«PKGBUILDDIR»/build/libcc1/config.log
debian/rules2:1106: recipe for target 'stamps/05-build-stamp' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'

Latest sources which is build correct is gcc-5_5-20150404-1, newest than 
them return FTBFS. Please solved that.


Mateusz


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



Bug#785336: More info

2015-05-15 Thread Amie Amaman
I've traced the problem down to its source, also it's solved (at least in my 
case). Luckily I had made a backup of my root file system right before I got 
the problem. After making the backup I only did: updates + install eclipse + 
install the opacify windows extension. Now I restored my backup and did updates 
+ install eclipse and the problem is not there. So I conclude (unless I miss 
something) it's the opacify windows extension to cinnamon which causes (among 
maybe other things) muffin to fail at login.
Does this mean the bug should be reassigned to the opacify windows extension 
(which I won't install anymore unless it's fixed)? Or is it a muffin bug, or 
something with cinnamon in general?
Anyway, I'm gald I had made my backup just at the right time! (I use fsarchiver 
to save/restore the whole filesystem of a partition from a live CD, I can 
recommend this program.)
Nice weekend to all of you!
***


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



Bug#785381: ax25-tools: AX25-tools : unable to use kissattach with 6PACK option.

2015-05-15 Thread Ugo Poddine
Package: ax25-tools
Version: 0.0.10-rc2+cvs20120204-4
Severity: normal
Justification: renders package unusable (6PACK) mode

Dear Maintainer,

trying to establish an AX25 interface using 6PACK in place of kiss, using 
kissattch -6 option, the interface sp0 is created and activated.
The interface answers to a self ping (that means : pinging from the same 
machine to the iface IP is ok), pinging the same interface from any other 
machine it's impossible.
Pinging from the sp0 interface gives host unreachable error also if the other 
ip address is alive.
Please consider :

a) that I have skipped any radio software simply using virtualized serial lines 
(VirtualBox) or SOCAT pipes.
b) that exactly the same testbed (same machines, same scripts, same address, 
same routing) runs correctly if I don't use the -6 option

Please consider also that, differently from the ax0 interface, the sp0 one 
doesn't show the broadcast address in IPCONFIG (it shows it in IP ADDR)

Please take also into consideration :

1) that the same happens on Fedora21
2) that doing the same from a Debian Wheezy system always generates a Kernel 
crash (!!) when pinging an ax25 address from the sp0 interface.

Please let me know if you need further details, but in any case the problem is 
easily replicable.

Thank-you for your support, regards
73 Ugo




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

Kernel: Linux 3.16.0-4-586
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages ax25-tools depends on:
ii  libax25  0.0.12-rc2+cvs20120204-3
ii  libc62.19-18
ii  zlib1g   1:1.2.8.dfsg-2+b1

ax25-tools recommends no packages.

Versions of packages ax25-tools suggests:
ii  ax25-apps  0.0.8-rc2+cvs20130510-4
pn  talkd  none

-- 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#785209: apt-cacher-ng: provide a switch to retrieve stats information

2015-05-15 Thread Eduard Bloch
Hallo,
* Sandro Tosi [Fri, May 15 2015, 10:24:37AM]:

  The current
  way is retrieving a special URL (see cron job script, you can also
 
 the only cronjob I can found is the expire-caller.pl , are you
 referring to this one?
 
  encode parameters from the webui and admin credentials into that URL.
  wget -qO- is your friend, IMHO).
...
 I'm not sure what those info mean :( I Was expecting something on the line of:
 
 2015-05-14 09:56 - 2015-05-15 09:56 248 (31.08%)550 (68.92%)798 0.03
 MiB (16.49%)0.16 MiB (83.51%)0.19 MiB

Ah, now I see what you wanted... I should have read your second mail to the end.
For me, the stats are the ones that are displayed at the end of index
stuff processing.

The other stats are actually a cheap hack. apt-cacher.log contains
the incoming/outgoing data counts and those are counted together,
eventually grouped in ranges based on time stamps for
the last hour, 24hours, week, etc..

I guess this can be implemented in the same way with a dozen lines of
perl code, or I could rip out the calculating code and make it reusable,
providing an external tool.

I guess I will try that soon.

Regards,
Eduard.

-- 
man-di gu4rdi4n: das letzte mal als apt-get bei mir so reagiert hat, war da
kaputte hardware schuld
gu4rdi4n ich kann mir aber momentan keine neue leisten, also ist die nicht
schuld.


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



Bug#785256: libpam-slurm: pam_slurm.so installed as libpam_slurm.so

2015-05-15 Thread Jason Riedy
And Gennaro Oliva writes:
 The filename contained in the deb package is /lib/security/pam_slurm.so
 as you can see here:

And as I saw in /var/lib/dpkg/info/libpam-slurm.list and data.tar.xz, however:

 root@pequin:~# aptitude purge libpam-slurm 
 The following packages will be REMOVED:  
   libpam-slurm{p} libslurm27{u} 
 0 packages upgraded, 0 newly installed, 2 to remove and 7 not upgraded.
 Need to get 0 B of archives. After unpacking 1,414 kB will be freed.
 Do you want to continue? [Y/n/?] 
 (Reading database ... 284440 files and directories currently installed.)
 Removing libpam-slurm (14.03.9-5) ...
 (Reading database ... 284434 files and directories currently installed.)
 Removing libslurm27 (14.03.9-5) ...
 Processing triggers for libc-bin (2.19-18) ...
  
 root@pequin:~# ls -l /lib/x86_64-linux-gnu/security/*slurm*
 ls: cannot access /lib/x86_64-linux-gnu/security/*slurm*: No such file or 
 directory
 root@pequin:~# aptitude install libpam-slurm 
 The following NEW packages will be installed:
   libpam-slurm libslurm27{a} 
 0 packages upgraded, 2 newly installed, 0 to remove and 7 not upgraded.
 Need to get 469 kB of archives. After unpacking 1,414 kB will be used.
 Do you want to continue? [Y/n/?] 
 Get: 1 http://ftp.debian.org/debian/ stable/main libslurm27 amd64 14.03.9-5 
 [450 kB]
 Get: 2 http://ftp.debian.org/debian/ stable/main libpam-slurm amd64 14.03.9-5 
 [19.1 kB]
 Fetched 469 kB in 0s (474 kB/s) 
 Selecting previously unselected package libslurm27.
 (Reading database ... 284428 files and directories currently installed.)
 Preparing to unpack .../libslurm27_14.03.9-5_amd64.deb ...
 Unpacking libslurm27 (14.03.9-5) ...
 Selecting previously unselected package libpam-slurm.
 Preparing to unpack .../libpam-slurm_14.03.9-5_amd64.deb ...
 Unpacking libpam-slurm (14.03.9-5) ...
 Setting up libslurm27 (14.03.9-5) ...
 Setting up libpam-slurm (14.03.9-5) ...
 Processing triggers for libc-bin (2.19-18) ...
  
 root@pequin:~# ls -l /lib/x86_64-linux-gnu/security/*slurm*
 -rw-r--r-- 1 root root 14360 Nov 12  2014 
 /lib/x86_64-linux-gnu/security/libpam_slurm.so

So something in the multi-arch renaming incorrectly moves it to libpam_slurm.so.


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



Bug#785386: jessie-pu: package php-horde/5.2.1+debian0-2

2015-05-15 Thread Mathieu Parent
Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian@packages.debian.org
Usertags: pu

Hello,

php-horde in Jessie has an XSS security bug (#785364).

I plan to fix in thru -updates.

Debdiff attached.

Regards

Mathieu Parent


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

Kernel: Linux 3.16.0-4-amd64 (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
Init: systemd (via /run/systemd/system)
From 4b855a205b0c33f91a908d070d7848100ef4697a Mon Sep 17 00:00:00 2001
From: Mathieu Parent math.par...@gmail.com
Date: Fri, 15 May 2015 11:38:49 +0200
Subject: [PATCH] Fix XSS in group administration (Closes: #785364)

---
 debian/changelog   |  6 ++
 .../0003-Fix-XSS-in-group-administration.patch | 23 ++
 debian/patches/series  |  1 +
 3 files changed, 30 insertions(+)
 create mode 100644 debian/patches/0003-Fix-XSS-in-group-administration.patch

diff --git a/debian/changelog b/debian/changelog
index 2796877..b801a8d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+php-horde (5.2.1+debian0-2+deb8u1) stable; urgency=medium
+
+  * Fix XSS in group administration (Closes: #785364)
+
+ -- Mathieu Parent sath...@debian.org  Fri, 15 May 2015 17:14:33 +0200
+
 php-horde (5.2.1+debian0-2) unstable; urgency=medium
 
   * Update Standards-Version, no change
diff --git a/debian/patches/0003-Fix-XSS-in-group-administration.patch b/debian/patches/0003-Fix-XSS-in-group-administration.patch
new file mode 100644
index 000..f318a40
--- /dev/null
+++ b/debian/patches/0003-Fix-XSS-in-group-administration.patch
@@ -0,0 +1,23 @@
+From: Mathieu Parent math.par...@gmail.com
+Date: Tue, 5 May 2015 21:56:08 +0200
+Subject: Fix XSS in group administration
+
+Origin: https://github.com/horde/horde/commit/dae5277746abe613de0cacc004e95e9ed9d78220
+Author: Jan Schneider j...@horde.org
+---
+ horde-5.2.1/admin/groups.php | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/horde-5.2.1/admin/groups.php b/horde-5.2.1/admin/groups.php
+index 3a3fa48..0423531 100644
+--- a/horde-5.2.1/admin/groups.php
 b/horde-5.2.1/admin/groups.php
+@@ -211,7 +211,7 @@ foreach ($nodes as $id = $node) {
+ $tree-addNode(array(
+ 'id' = $id,
+ 'parent' = null,
+-'label' = $node,
++'label' = htmlspecialchars($node),
+ 'expanded' = false,
+ 'params' = $group_node + $node_params,
+ 'right' = array($spacer, $delete_link)
diff --git a/debian/patches/series b/debian/patches/series
index 8e6d7d8..df54592 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0002-Fix-rewrite-base.patch
+0003-Fix-XSS-in-group-administration.patch
-- 
2.1.4



Bug#785387: aoeui: Manpages references deprecated tailf

2015-05-15 Thread Andreas Henriksson
Package: aoeui
Version: 1.6~dfsg-2
Severity: minor

Dear Maintainer,

While looking for users of the deprecated tailf utility your package
showed up. Apparently a couple of your manpages references the
tailf utility. It's adviced to use the -f flag for the regular
tail utility instead. Please update your manpages to get rid
of the tailf reference, since the tailf utility might dissapear
in the future.

http://codesearch.debian.net/results/tailf%5C%20%20package%3Aaoeui/page_0

-- System Information:
Debian Release: 8.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)


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



Bug#785376: transition: nettle

2015-05-15 Thread Magnus Holmgren
fredagen den 15 maj 2015 16.09.20 skrev  Emilio Pozuelo Monfort:
 Please fix the nettle arm64 build in experimental first.

Naturally, as soon as I get a porterbox rolling; asachi is unreachable and my 
sudo password takes a long time to propagate to turfan.

-- 
Magnus Holmgrenholmg...@debian.org
Debian Developer 


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



Bug#785383: lynx: Can't connect to (some) https sites

2015-05-15 Thread Axel Beckert
Control: reassign -1 lynx-cur 2.8.9dev1-2
Control: found -1 2.8.9dev5-2
Control: found -1 2.8.9dev6-1
Control: fixed -1 2.8.9dev6-2
Control: tag -1 + confirmed

Hi Kurt,

Kurt Roeckx wrote:
 Package: lynx

The correct package is btw. lynx-cur. Hence reassigning.

 Version: 2.8.9dev1-2

Am I right that this is Debian Jessie, i.e. Debian Stable?

 When using: 
 $ lynx https://www.debian.org/
 
 I get:
 Looking up www.debian.org
 Making HTTPS connection to www.debian.org
 Retrying connection without TLS.
 Looking up www.debian.org
 Making HTTPS connection to www.debian.org
 Alert!: Unable to make secure connection to remote host.
 
 lynx: Can't access startfile https://www.debian.org/
[...]
 The version in wheezy works without problems, but the jessie and
 testing don't.

The version in Unstable doesn't work either, but the version in
Experimental works again.

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


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



Bug#785132: [Pkg-xen-devel] Bug#785132: No screen refresh on Windows 8.1 with xen-hypervisor-4.5-amd64

2015-05-15 Thread zer0 divide

Hi,

Here the packages related to xen installed on my system :
ii  grub-xen-bin 2.02~beta2-22   amd64GRand 
Unified Bootloader, version 2 (Xen binaries)
ii  grub-xen-host 2.02~beta2-22   amd64GRand 
Unified Bootloader, version 2 (Xen host version)
ii  libptexenc1 2014.20140926.35254-6   amd64TeX 
Live: pTeX encoding library
ii  libxen-4.4:amd64 4.4.1-9 amd64 
Public libs for Xen
ii  libxen-4.5:amd64 4.5.0-1 amd64 
Public libs for Xen
ii  libxenstore3.0:amd64 4.4.1-9 amd64 
  Xenstore communications library for Xen
ii  xen-hypervisor-4.4-amd64 4.4.1-9 amd64 
  Xen Hypervisor on AMD64
ii  xen-hypervisor-4.5-amd64 4.5.0-1 amd64 
  Xen Hypervisor on AMD64
ii  xen-linux-system-3.16.0-4-amd64 3.16.7-ckt9-3 
amd64Xen system with Linux 3.16 on 64-bit PCs (meta-package)
ii  xen-linux-system-4.0.0-1-amd64 4.0.2-1 
amd64Xen system with Linux 4.0 on 64-bit PCs (meta-package)
ii  xen-linux-system-amd64 4.0+64  amd64 
Xen system with Linux for 64-bit PCs (meta-package)
ii  xen-system-amd64 4.5.0-1 amd64 
Xen System on AMD64 (meta-package)
ii  xen-utils-4.4 4.4.1-9 amd64XEN 
administrative tools
ii  xen-utils-4.5 4.5.0-1 amd64XEN 
administrative tools
ii  xen-utils-common 4.5.0-1 all 
Xen administrative tools - common files
ii  xenstore-utils 4.4.1-9 amd64 
Xenstore command line utilities for Xen



Qemu packages :

ii  ipxe-qemu 1.0.0+git-20150424.a25a16d-1all  PXE boot 
firmware - ROM images for qemu
ii  qemu 1:2.2+dfsg-5exp amd64fast processor 
emulator
ii  qemu-kvm 1:2.1+dfsg-11   amd64QEMU Full 
virtualization on x86 hardware
ii  qemu-launcher 1.8.0~pre0-1all  GTK+ 
front-end to QEMU computer emulator
ii  qemu-slof 20140630+dfsg-1 all  Slimline 
Open Firmware -- QEMU PowerPC version
ii  qemu-system 1:2.2+dfsg-5exp amd64QEMU 
full system emulation binaries
ii  qemu-system-arm 1:2.1+dfsg-11   amd64 
QEMU full system emulation binaries (arm)
ii  qemu-system-common 1:2.1+dfsg-11   amd64 
QEMU full system emulation binaries (common files)
ii  qemu-system-mips 1:2.1+dfsg-11   amd64 
QEMU full system emulation binaries (mips)
ii  qemu-system-misc 1:2.1+dfsg-11   amd64 
QEMU full system emulation binaries (miscelaneous)
ii  qemu-system-ppc 1:2.1+dfsg-11   amd64 
QEMU full system emulation binaries (ppc)
ii  qemu-system-sparc 1:2.1+dfsg-11   amd64 
QEMU full system emulation binaries (sparc)
ii  qemu-system-x86 1:2.1+dfsg-11   amd64 
QEMU full system emulation binaries (x86)
ii  qemu-user 1:2.2+dfsg-5exp amd64QEMU user 
mode emulation binaries
ii  qemu-user-static 1:2.2+dfsg-5exp amd64 
QEMU user mode emulation binaries (static version)
ii  qemu-utils 1:2.2+dfsg-5exp amd64QEMU 
utilities




ldd /usr/bin/qemu-system-i386
linux-vdso.so.1 (0x7ffe4bb48000)
libz.so.1 = /lib/x86_64-linux-gnu/libz.so.1 (0x7f08058a2000)
libaio.so.1 = /lib/x86_64-linux-gnu/libaio.so.1 (0x7f08056a)
libiscsi.so.2 = /usr/lib/x86_64-linux-gnu/libiscsi.so.2 
(0x7f080547c000)
libcurl-gnutls.so.4 = 
/usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4 (0x7f080520a000)
librbd.so.1 = /usr/lib/x86_64-linux-gnu/librbd.so.1 
(0x7f0804f06000)
librados.so.2 = /usr/lib/x86_64-linux-gnu/librados.so.2 
(0x7f0803f8f000)
libssh2.so.1 = /usr/lib/x86_64-linux-gnu/libssh2.so.1 
(0x7f0803d66000)
libglib-2.0.so.0 = /lib/x86_64-linux-gnu/libglib-2.0.so.0 
(0x7f0803a57000)

librt.so.1 = /lib/x86_64-linux-gnu/librt.so.1 (0x7f080384f000)
libutil.so.1 = /lib/x86_64-linux-gnu/libutil.so.1 (0x7f080364c000)
libbluetooth.so.3 = /usr/lib/x86_64-linux-gnu/libbluetooth.so.3 
(0x7f080342d000)
libncurses.so.5 = /lib/x86_64-linux-gnu/libncurses.so.5 
(0x7f0803208000)
libtinfo.so.5 = /lib/x86_64-linux-gnu/libtinfo.so.5 
(0x7f0802fde000)
libbrlapi.so.0.6 = /lib/x86_64-linux-gnu/libbrlapi.so.0.6 
(0x7f0802dcf000)
libasound.so.2 = /usr/lib/x86_64-linux-gnu/libasound.so.2 
(0x7f0802ad7000)
libpulse.so.0 = /usr/lib/x86_64-linux-gnu/libpulse.so.0 
(0x7f0802887000)

libvdeplug.so.2 = /usr/lib/libvdeplug.so.2 (0x7f0802681000)
libuuid.so.1 = /lib/x86_64-linux-gnu/libuuid.so.1 (0x7f080247c000)
libpng12.so.0 = /lib/x86_64-linux-gnu/libpng12.so.0 

Bug#695848: php5-yaz is non-free

2015-05-15 Thread Scott Coil
As of 1.1.8 the license has been changed to Revised BSD. 


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



Bug#785389: kcc: Please remove redundant call to dh_suidregister

2015-05-15 Thread Niels Thykier
Package: kcc
Severity: important
Tags: sid stretch
Usertags: dh_suidregister-removal

Hi,

The kcc package is 1 of 3 packages still invoking dh_suidregister in
its rules file.  However:

 * dh_suidregister is deprecated and we would like to retire it
 * kcc does not appear to /use/ dh_suidregister for anything

Please consider removing at your earliest convenience.

Thanks,
~Niels


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



Bug#785390: libjcode-perl: Please redundant dh_suidregister call

2015-05-15 Thread Niels Thykier
Package: libjcode-perl
Severity: important
Tags: sid stretch
Usertags: dh_suidregister-removal

Hi,

The libjcode-perl package is 1 of 3 packages still invoking
dh_suidregister in its rules file.  However:

 * dh_suidregister is deprecated and we would like to retire it
 * libjcode-perl does not appear to /use/ dh_suidregister for anything

Please consider removing at your earliest convenience.

Thanks,
~Niels


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



Bug#785388: debroster: Please remove redundant call to dh_suidregister

2015-05-15 Thread Niels Thykier
Package: debroster
Severity: important
Tags: sid stretch
Usertags: dh_suidregister-removal

Hi,

The debroster package is 1 of 3 packages still invoking
dh_suidregister in its rules file.  However:

 * dh_suidregister is deprecated and we would like to retire it
 * debroster does not appear to /use/ dh_suidregister for anything

Please consider removing at your earliest convenience.

Thanks,
~Niels


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



  1   2   3   >