Processed: Re: zoneminder FTBFS with glibc 2.26

2018-01-24 Thread Debian Bug Tracking System
Processing control commands:

> forwarded -1 https://github.com/ZoneMinder/zoneminder/pull/1919
Bug #887968 [src:zoneminder] zoneminder FTBFS with glibc 2.26
Set Bug forwarded-to-address to 
'https://github.com/ZoneMinder/zoneminder/pull/1919'.
> tags -1 fixed-upstream patch
Bug #887968 [src:zoneminder] zoneminder FTBFS with glibc 2.26
Added tag(s) patch and fixed-upstream.

-- 
887968: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887968
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#887968: zoneminder FTBFS with glibc 2.26

2018-01-24 Thread Juhani Numminen
Control: forwarded -1 https://github.com/ZoneMinder/zoneminder/pull/1919
Control: tags -1 fixed-upstream patch

Juhani Numminen kirjoitti 23.01.2018 klo 15:03:
> On Mon, 22 Jan 2018 07:13:21 +0200 Adrian Bunk  wrote:
>> Source: zoneminder
>> ...
>> /build/1st/zoneminder-1.30.4+dfsg/src/zm_comms.h: In member function 
>> 'virtual int CommsBase::readV(const iovec*, int)':
>> /build/1st/zoneminder-1.30.4+dfsg/src/zm_comms.h:98:20: error: '::readv' has 
>> not been declared
>>  int nBytes = ::readv( mRd, iov, iovcnt );
>> ^
> 
> man readv → I think "#include " might be the solution.

Here's the upstream fix.
https://github.com/ZoneMinder/zoneminder/commit/417421b1d869d1b71c8ec1a1e3b082fcede6ce58

Juhani



Bug#888297: p7zip: Multiple Memory Corruptions via RAR and ZIP

2018-01-24 Thread Gregor Riepl
> Since they are in two different source packages let's actually create
> two bugs.

Ah, I hadn't noticed that.

Thanks for splitting and retagging.



Processed: Mark as forwarded

2018-01-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 884220 https://github.com/landscapeio/pylint-common/issues/8
Bug #884220 [src:pylint-common] pylint-common FTBFS: ImportError: cannot import 
name make_tests
Set Bug forwarded-to-address to 
'https://github.com/landscapeio/pylint-common/issues/8'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
884220: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=884220
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: Re: Bug#886820: qtcreator: FTBFS on armhf: sed: can't read builddir/src/plugins/qmldesigner/Makefile.qmldesignerplugin: No such file or directory

2018-01-24 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 patch
Bug #886820 [src:qtcreator] qtcreator: FTBFS on armhf: sed: can't read 
builddir/src/plugins/qmldesigner/Makefile.qmldesignerplugin: No such file or 
directory
Added tag(s) patch.

-- 
886820: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886820
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#886820: qtcreator: FTBFS on armhf: sed: can't read builddir/src/plugins/qmldesigner/Makefile.qmldesignerplugin: No such file or directory

2018-01-24 Thread Adrian Bunk
Control: tags -1 patch

On Wed, Jan 10, 2018 at 10:57:29AM +0100, Emilio Pozuelo Monfort wrote:
> Source: qtcreator
> Version: 4.5.0-1
> Severity: serious
> 
> Hi,
> 
> qtcreator fails to build on armhf, as it can't find the file for the -O1 hack:
> 
> # Hack over a g++ problem while using -O2 on armhf.
> # If you don't like this horrible hack please feel free to help me try to
> # reproduce it in a minimal test case so as to be able to properly fill a
> # bug against g++.
> sed -i 's/O2/O1/g' builddir/src/plugins/qmldesigner/Makefile.qmldesignerplugin
> sed: can't read builddir/src/plugins/qmldesigner/Makefile.qmldesignerplugin: 
> No such file or directory
> debian/rules:32: recipe for target 'override_dh_auto_configure' failed
> 
> Note that this was added quite a while back:
> 
> qtcreator (3.1.2+dfsg-2) unstable; urgency=medium
> [...]
>   [ Lisandro Damián Nicanor Pérez Meyer ]
>   * Add a horrible hack in debian/rules for building a few files with -O1
> instead of -O2 on armhf. If you don't like this please be sure to help
> me to get a minimal test case in order to fill a proper bug against g++.
> 
>  -- Lisandro Damián Nicanor Pérez Meyer   Sun, 03 Aug 
> 2014 13:36:05 -0300
> 
> Maybe this is no longer needed due to the new qtcreator and/or new
> compiler versions?

Yes, I've confirmed that the following builds on armhf:

--- debian/rules.old2018-01-24 21:52:37.599841492 +
+++ debian/rules2018-01-24 21:52:53.244684450 +
@@ -44,14 +44,6 @@
CONFIG+=disable_external_rpath \
$(CURDIR) IDE_LIBRARY_BASENAME=lib/$(DEB_HOST_MULTIARCH) 
IDE_PACKAGE_MODE=1 USE_SYSTEM_BOTAN=1 $(extra_configure_opts)
 
-ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), armhf))
-   # Hack over a g++ problem while using -O2 on armhf.
-   # If you don't like this horrible hack please feel free to help me try 
to
-   # reproduce it in a minimal test case so as to be able to properly fill 
a
-   # bug against g++.
-   sed -i 's/O2/O1/g' 
builddir/src/plugins/qmldesigner/Makefile.qmldesignerplugin
-endif
-
 override_dh_auto_install:
 ifneq (,$(filter qtcreator-doc, $(shell dh_listpackages)))
dh_auto_build -- qch_docs


> Cheers,
> Emilio

cu
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed



Bug#888403: u-boot: FTBFS on arm64: relocation R_AARCH64_ABS16 against `EFI_SUBSYSTEM'

2018-01-24 Thread Adam Borowski
Source: u-boot
Version: 2017.11+dfsg1-3
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Hi!
I'm afraid that u-boot fails to build on arm64, both the unstable and
experimental versions:

ld.bfd: arch/arm/lib/crt0_aarch64_efi.o: relocation R_AARCH64_ABS16 against 
`EFI_SUBSYSTEM' can not be used when making a shared object
scripts/Makefile.lib:399: recipe for target 'lib/efi_loader/helloworld_efi.so' 
failed
make[5]: *** [lib/efi_loader/helloworld_efi.so] Error 1
rm lib/efi_loader/helloworld.o
/<>/u-boot-2017.11+dfsg1/scripts/Makefile.build:425: recipe for 
target 'lib/efi_loader' failed
make[4]: *** [lib/efi_loader] Error 2

Reproduced on reproducible builds as well.  Adrian Bunk suggests it's due to
recent binutils upgrade.

Log attached.


Meow!
-- System Information:
Debian Release: buster/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental')
Architecture: arm64 (aarch64)

Kernel: Linux 4.15.0-rc9-00159-g643b0ec3477e (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C.UTF-8 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)


u-boot_arm64.build
Description: inode/symlink


Bug#853474: marked as done (khronos-opencl-clhpp: ftbfs with GCC-7)

2018-01-24 Thread Debian Bug Tracking System
Your message dated Thu, 25 Jan 2018 03:42:10 +
with message-id 
and subject line Bug#853474: fixed in khronos-opencl-clhpp 
2.0.10+git12-g5dd8bb9-1
has caused the Debian Bug report #853474,
regarding khronos-opencl-clhpp: ftbfs with GCC-7
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
853474: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853474
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:khronos-opencl-clhpp
Version: 2.0.10-1
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-7

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/khronos-opencl-clhpp_2.0.10-1_unstable_gcc7.log
The last lines of the build log are at the end of this report.

To build with GCC 7, either set CC=gcc-7 CXX=g++-7 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-7/porting_to.html

[...]
 vector* binaryStatus = NULL,
  ^
/<>/examples/src/trivialCL2.cpp: In function 'int main()':
/<>/examples/src/trivialCL2.cpp:239:18: warning: unused variable 
'clD' [-Wunused-variable]
 cl_device_id clD = d();
  ^~~
/<>/examples/src/trivialCL2.cpp:240:18: warning: unused variable 
'clD2' [-Wunused-variable]
 cl_device_id clD2 = d.get();
  ^~~~
In file included from /<>/examples/src/trivialCL2.cpp:6:0:
/<>/obj-x86_64-linux-gnu/include/CL/cl2.hpp: In instantiation of 
'cl_int cl::Kernel::setSVMPointers(const T0&, Ts ...) [with T0 = int*; Ts = {}; 
cl_int = int]':
/<>/obj-x86_64-linux-gnu/include/CL/cl2.hpp:9430:48:   required 
from 'cl_int cl::KernelFunctor::setSVMPointers(const T0&, T1s ...) [with T0 
= int*; T1s = {}; Ts = {std::unique_ptr > > >&, 
int*, std::vector > >&, 
cl::Buffer, std::vector > >&, int, 
cl::Pipe&, cl::DeviceCommandQueue}; cl_int = int]'
/<>/examples/src/trivialCL2.cpp:198:50:   required from here
/<>/obj-x86_64-linux-gnu/include/CL/cl2.hpp:5961:51: error: call 
of overloaded 'setSVMPointersHelper(std::array&, int* const&)' is 
ambiguous
 setSVMPointersHelper<0, 1 + sizeof...(Ts)>(pointerList, t0, ts...);
 ~~^~~~
/<>/obj-x86_64-linux-gnu/include/CL/cl2.hpp:5937:5: note: 
candidate: typename std::enable_if::type 
cl::Kernel::setSVMPointersHelper(std::array&, T0, Ts ...) 
[with int index = 0; int ArrayLength = 1; T0 = int*; Ts = {}; typename 
std::enable_if::type = void]
 setSVMPointersHelper(std::array , T0 t0, 
Ts... ts)
 ^~~~
/<>/obj-x86_64-linux-gnu/include/CL/cl2.hpp:5951:5: note: 
candidate: typename std::enable_if::type 
cl::Kernel::setSVMPointersHelper(std::array&, T0) [with int 
index = 0; int ArrayLength = 1; T0 = int*; typename 
std::enable_if::type = void]
 setSVMPointersHelper(std::array , T0 t0)
 ^~~~
/<>/obj-x86_64-linux-gnu/include/CL/cl2.hpp: In instantiation of 
'cl_int cl::Kernel::setSVMPointers(const T0&, Ts ...) [with T0 = 
std::unique_ptr > > >; Ts = {}; cl_int = int]':
/<>/obj-x86_64-linux-gnu/include/CL/cl2.hpp:9430:48:   required 
from 'cl_int cl::KernelFunctor::setSVMPointers(const T0&, T1s ...) [with T0 
= 

Processed: Version tracking fix

2018-01-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> fixed 880885 1.0.0-5
Bug #880885 {Done: Lumin } [src:caffe-contrib] 
caffe-contrib: B-D on obsolete compiler gcc-5 not available in testing
Marked as fixed in versions caffe-contrib/1.0.0-5.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
880885: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880885
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: Not a problem in stretch

2018-01-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 888322 buster sid
Bug #888322 [src:medusa] medusa: migrate to freerdp2
Added tag(s) sid and buster.
> tags 888321 buster sid
Bug #888321 [src:guacamole-server] guacamole-server: migrate to freerdp2
Added tag(s) buster and sid.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
888321: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888321
888322: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888322
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#885753: New upload planned

2018-01-24 Thread Ian Jackson
FYI Harald Dunkel has emailed me to say he plans to provide a fixed
version, which I intend to sponsor.

Ian.

-- 
Ian Jackson    These opinions are my own.

If I emailed you from an address @fyvzl.net or @evade.org.uk, that is
a private address which bypasses my fierce spamfilter.



Bug#888323: marked as done (vlc: migrate to freerdp2)

2018-01-24 Thread Debian Bug Tracking System
Your message dated Wed, 24 Jan 2018 23:52:38 +
with message-id 
and subject line Bug#888323: fixed in vlc 3.0.0~rc7-2
has caused the Debian Bug report #888323,
regarding vlc: migrate to freerdp2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
888323: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888323
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: vlc
Version: 3.0.0~rc6-1
Severity: serious

freerdp is scheduled for removal from buster. Please migrate to freerdp2.

Emilio
--- End Message ---
--- Begin Message ---
Source: vlc
Source-Version: 3.0.0~rc7-2

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

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 888...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastian Ramacher  (supplier of updated vlc package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 25 Jan 2018 00:15:17 +0100
Source: vlc
Binary: vlc libvlc-dev libvlc5 libvlccore-dev libvlccore9 libvlc-bin vlc-bin 
vlc-data vlc-l10n vlc-plugin-base vlc-plugin-access-extra 
vlc-plugin-video-output vlc-plugin-video-splitter vlc-plugin-visualization 
vlc-plugin-skins2 vlc-plugin-qt vlc-plugin-fluidsynth vlc-plugin-jack 
vlc-plugin-notify vlc-plugin-svg vlc-plugin-samba vlc-plugin-zvbi
Architecture: source
Version: 3.0.0~rc7-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 

Changed-By: Sebastian Ramacher 
Description:
 libvlc-bin - tools for VLC's base library
 libvlc-dev - development files for libvlc
 libvlc5- multimedia player and streamer library
 libvlccore-dev - development files for libvlccore
 libvlccore9 - base library for VLC and its modules
 vlc- multimedia player and streamer
 vlc-bin- binaries from VLC
 vlc-data   - common data for VLC
 vlc-l10n   - translations for VLC
 vlc-plugin-access-extra - multimedia player and streamer (extra access plugins)
 vlc-plugin-base - multimedia player and streamer (base plugins)
 vlc-plugin-fluidsynth - FluidSynth plugin for VLC
 vlc-plugin-jack - JACK audio plugins for VLC
 vlc-plugin-notify - LibNotify plugin for VLC
 vlc-plugin-qt - multimedia player and streamer (Qt plugin)
 vlc-plugin-samba - Samba plugin for VLC
 vlc-plugin-skins2 - multimedia player and streamer (Skins2 plugin)
 vlc-plugin-svg - SVG plugin for VLC
 vlc-plugin-video-output - multimedia player and streamer (video output plugins)
 vlc-plugin-video-splitter - multimedia player and streamer (video splitter 
plugins)
 vlc-plugin-visualization - multimedia player and streamer (visualization 
plugins)
 vlc-plugin-zvbi - transitional dummy package
Closes: 888323
Changes:
 vlc (3.0.0~rc7-2) unstable; urgency=medium
 .
   * debian/: Disable freerdp plugin. freerdp2 is currently not supported.
 (Closes: #888323)
Checksums-Sha1:
 7c9ba0db4a1a966c0c0dd55d4c53857cb85c2fd0 6192 vlc_3.0.0~rc7-2.dsc
 ed9e3eef37d86baa21fa3bd368b6de6f9ef3694f 62536 vlc_3.0.0~rc7-2.debian.tar.xz
Checksums-Sha256:
 9336b1c1815deb8505ddbc63a533574c5d54765ca74eecdee743c74726fd43cb 6192 
vlc_3.0.0~rc7-2.dsc
 457a334c8a5f314317a5e325f6d00f68e563b43b8b3d0c97fc27c7995cb53f3b 62536 
vlc_3.0.0~rc7-2.debian.tar.xz
Files:
 b3c4d8f9fcbdecd7a06e5a2d73953aee 6192 video optional vlc_3.0.0~rc7-2.dsc
 50fd4fadadf4e806ae0a9bf35007f3db 62536 video optional 
vlc_3.0.0~rc7-2.debian.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEE94y6B4F7sUmhHTOQafL8UW6nGZMFAlppFfQACgkQafL8UW6n
GZMTLA//fBWDUGI+VaH8RiRvv8FBXT5oRRsPTOHmSzimPmYLI+zoluv+T5LoPOdR
tsLMF5W57AlIrdAthgIQf5iI4HAfch7wjTnCe71HabelE/3ZBwEMq+uAFPse8ow9
lbEN3LhSHZAZw+yGyfZwVx8EihWNA7Grg97/xCqgu6/pdrHrbcY6WuyjvVIxegoL
RLXadclehQlQTCqtwx/wrhpIOapDrFpsr2cNX8ureoA7B+qYkkigC25Nkmh1zCQN
eaGJ1Ds8mmYpgzKcdhwhM7j2/ilTycAwTTFOrxPRzikY+rvsLe3BQMxNBgd5PzLu
2M9ayMF+D7uCF2SSr5pzsS+usRVVlqJMt+7xMJpE7S+Yy4QrT359EXxaIwKWvsBk
bkrk2iI2gZ8cVYk+3hX7TlJhom34F3E48W2Y5dhMNph9lDt4MwiwlAyRlF+iTo52
Tv+V/bI4u9SahB4RyL+/0VVKYx0BBWMU5+JQFeycE+925B1dpjjYkoQTtOPijBsP

Bug#785565: marked as done (python-ns3: Python-pygoocanvas deprecated)

2018-01-24 Thread Debian Bug Tracking System
Your message dated Wed, 24 Jan 2018 23:51:12 +
with message-id 
and subject line Bug#785565: fixed in ns3 3.27+dfsg-1
has caused the Debian Bug report #785565,
regarding python-ns3: Python-pygoocanvas deprecated
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
785565: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785565
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-ns3
Version: 3.22+dfsg-1
Severity: important

Dear Maintainer,

The latest version of goocanvas (2.0.2) has been sitting in experimental for
some time. Now that Jessie has been released, I am looking at all the reverse
dependencies to see what would be required to start the transition.

Python-pygoocanvas is one of the reverse dependencies that blocks the
transition. It has been deprecated upstream, and all software projects using
pygoocanvas are encouraged to port their applications to use the GObject
Introspection library provided in the latest goocanvas package and to move away
from GTK+2 to GTK+3.

Are there any plans to switch to gir1.2-goocanvas-2.0?

Regards,

Ross



-- System Information:
Debian Release: jessie/sid
  APT prefers utopic-updates
  APT policy: (500, 'utopic-updates'), (500, 'utopic-security'), (500, 
'utopic'), (100, 'utopic-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-37-generic (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
--- End Message ---
--- Begin Message ---
Source: ns3
Source-Version: 3.27+dfsg-1

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

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 785...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Martin Quinson  (supplier of updated ns3 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 24 Jan 2018 20:46:00 +0100
Source: ns3
Binary: ns3 ns3-doc libns3-3v5 libns3-dev python-ns3
Architecture: source amd64 all
Version: 3.27+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Network Simulators Team 

Changed-By: Martin Quinson 
Description:
 libns3-3v5 - shared libraries of ns-3
 libns3-dev - Static and header files of ns-3
 ns3- discrete-event network simulator for Internet systems
 ns3-doc- documentation for ns3
 python-ns3 - Python binding of ns3
Closes: 785565
Changes:
 ns3 (3.27+dfsg-1) unstable; urgency=medium
 .
   * New upstream release (see /usr/share/doc/ns3/RELEASE_NOTES.gz).
   * Drop build-dep on python-pygoocanvas (closes: #785565).
   * New lintian override: this package is not multiarch yet.
   * d/control:
 - Add build-dep on dh-python as we are using it.
 - Use secure URI for Vcs-* fields.
 - Change to Priority: Optional as requested by lintian
   * d/rules: obey the nodoc DEB_BUILD_OPTIONS, if provided.
   * d/rules: use SOURCE_DATE_EPOCH to simplify how be build reproducibly.
   * d/rules: install the libraries correctly wrt multi-arch
Checksums-Sha1:
 436b71dbdf9e1031e570a4b70a615718a8ff0d1f 2653 ns3_3.27+dfsg-1.dsc
 ad641580bfff4d2593b1c0286c3f9a375cc27440 31575773 ns3_3.27+dfsg.orig.tar.gz
 202e89af1f6e1b90ce8281058826638468e7a9e4 16292 ns3_3.27+dfsg-1.debian.tar.xz
 249833af48f1ec9d7bd993bb7fd9abc746e482af 86529480 
libns3-3v5-dbgsym_3.27+dfsg-1_amd64.deb
 6b9dedb3fbfce349c5734361e8361112d63a2304 7808736 
libns3-3v5_3.27+dfsg-1_amd64.deb
 b997cbcfc0652dc653c86c75455aa32f995576e3 889424 
libns3-dev_3.27+dfsg-1_amd64.deb
 a72322d2b474a36c0cd6e234a386a14259bba00b 717520 
ns3-dbgsym_3.27+dfsg-1_amd64.deb
 3f79abcb2b5c3665bb9a87a047e88840ff2b1c2d 8399352 ns3-doc_3.27+dfsg-1_all.deb
 543d967fe05841e158bcfba9131d709e4e8b9cf7 14859 ns3_3.27+dfsg-1_amd64.buildinfo
 b28e17cba3ca0948465f580fa39ba37ee7372ea0 182540 ns3_3.27+dfsg-1_amd64.deb
 528b084de0f0d279a8730972b567a5e2494ec119 32539952 
python-ns3-dbgsym_3.27+dfsg-1_amd64.deb
 e7e7dfdcd2d44048079f76d059ce24aa4893ccf1 3360040 
python-ns3_3.27+dfsg-1_amd64.deb

Bug#888322: medusa: migrate to freerdp2

2018-01-24 Thread Emilio Pozuelo Monfort
Source: medusa
Version: 2.2-4
Severity: serious

freerdp is scheduled for removal from buster. Please migrate to freerdp2.

Emilio



Bug#888323: vlc: migrate to freerdp2

2018-01-24 Thread Emilio Pozuelo Monfort
Source: vlc
Version: 3.0.0~rc6-1
Severity: serious

freerdp is scheduled for removal from buster. Please migrate to freerdp2.

Emilio



Bug#888321: guacamole-server: migrate to freerdp2

2018-01-24 Thread Emilio Pozuelo Monfort
Source: guacamole-server
Version: 0.9.9-2
Severity: serious

freerdp is scheduled for removal from buster. Please migrate to freerdp2.

Emilio



Bug#888251: does not allow certain characters in filenames

2018-01-24 Thread Wouter Verhelst
On Wed, Jan 24, 2018 at 08:21:00PM +, Niels Thykier wrote:
> (Technically, you can also escape the brace as a work around for
> debhelper - but I suspect it will still cause breakage as dh-exec then
> might create the file with a literal backslash).

Been there, done that. It did :-)

-- 
Could you people please use IRC like normal people?!?

  -- Amaya Rodrigo Sastre, trying to quiet down the buzz in the DebConf 2008
 Hacklab



Bug#888318: jackson-databind: CVE-2017-17485

2018-01-24 Thread Salvatore Bonaccorso
On Wed, Jan 24, 2018 at 11:11:13PM +0100, Salvatore Bonaccorso wrote:
> Source: jackson-databind
> Version: 2.9.1-1
> Severity: grave
> Tags: security upstream
> Forwarded: https://github.com/FasterXML/jackson-databind/issues/1855
> 
> Hi,
> 
> the following vulnerability was published for jackson-databind.
> 
> CVE-2017-17485[0]:
> | FasterXML jackson-databind through 2.8.10 and 2.9.x through 2.9.3
> | allows unauthenticated remote code execution because of an incomplete
> | fix for the CVE-2017-7525 deserialization flaw. This is exploitable by
> | sending maliciously crafted JSON input to the readValue method of the
> | ObjectMapper, bypassing a blacklist that is ineffective if the Spring
> | libraries are available in the classpath.
> 
> Please note in the security-tracker we initially marked this issue as
> not-affected, since Red Hat claimed in [2] that it was a incomplete
> fix specific to some Red Hat packages.
> Could you double-check this and in case this bug was wronly open
> report back? But it looks that the corresponding changes would as well
> be missing from the Debian package.

>From a quick skimm over the applied patches in stable I would say we
missed those as well. 

Regards,
Salvatore



Bug#888318: jackson-databind: CVE-2017-17485

2018-01-24 Thread Salvatore Bonaccorso
Source: jackson-databind
Version: 2.9.1-1
Severity: grave
Tags: security upstream
Forwarded: https://github.com/FasterXML/jackson-databind/issues/1855

Hi,

the following vulnerability was published for jackson-databind.

CVE-2017-17485[0]:
| FasterXML jackson-databind through 2.8.10 and 2.9.x through 2.9.3
| allows unauthenticated remote code execution because of an incomplete
| fix for the CVE-2017-7525 deserialization flaw. This is exploitable by
| sending maliciously crafted JSON input to the readValue method of the
| ObjectMapper, bypassing a blacklist that is ineffective if the Spring
| libraries are available in the classpath.

Please note in the security-tracker we initially marked this issue as
not-affected, since Red Hat claimed in [2] that it was a incomplete
fix specific to some Red Hat packages.
Could you double-check this and in case this bug was wronly open
report back? But it looks that the corresponding changes would as well
be missing from the Debian package.

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-2017-17485
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-17485
[1] https://github.com/FasterXML/jackson-databind/issues/1855
[2] https://bugzilla.redhat.com/show_bug.cgi?id=1528565#c0

Please adjust the affected versions in the BTS as needed, in
particular no check for stable and oldstable has been done yet.

Regards,
Salvatore



Bug#888317: src:gcc-mingw-w64: gcc-mingw-w64 FTBFS with gcc-7-source 7.2.0-20

2018-01-24 Thread Stephen Kitt
Package: src:gcc-mingw-w64
Version: 20.1
Severity: serious

Dear Maintainer,

gcc-mingw-w64 20.1 fails to apply its patches on gcc-7-source
7.2.0-20, failing the build.

Regards,

The Maintainer


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

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



Bug#883030: marked as done (firefox: Text in many sites including localhost/pages are not being displayed)

2018-01-24 Thread Debian Bug Tracking System
Your message dated Thu, 25 Jan 2018 06:24:57 +0900
with message-id <20180124212457.jxwn3qjytxuod...@glandium.org>
and subject line Re: Bug#883030: Acknowledgement (firefox: Text in many sites 
including localhost/pages are not being
has caused the Debian Bug report #883030,
regarding firefox: Text in many sites including localhost/pages are not being 
displayed
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
883030: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=883030
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: firefox
Version: 58.0~b4-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

When I updated my system, I got firefox 57. It does appear
to work faster. But, I noticed that the sites I frequent, do not
display the text: distrocwatch.com, slashdot.org, gmail, etc. Removed
$HOME/.mozilla and checked again. Same problem :-(

The screenshots can be seen here:

https://imgur.com/lwjhGGu, https://imgur.com/Jcdo1Wg, https://imgur.com/KPyxmFN

Anyone else facing a similar problem?

If it matters, except uBlock, I do not have any other extensions. Even
with the extension removed, the behaviour is the same.

I tried finding a solution on debian-user, and found no answer. 
https://lists.debian.org/debian-user/2017/11/msg00536.html

As per one of the suggestions, I tried a localhost page also. Same
proble: no text :-(

Regards,


-- Package-specific info:

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (800, 'testing'), (600, 'unstable'), (400, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.13.0-16.1-liquorix-amd64 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_IN.UTF8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_IN.UTF8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages firefox depends on:
ii  debianutils   4.8.3
ii  fontconfig2.12.6-0.1
ii  libatk1.0-0   2.26.0-2
ii  libc6 2.25-2
ii  libcairo-gobject2 1.15.8-2
ii  libcairo2 1.15.8-2
ii  libdbus-1-3   1.12.2-1
ii  libdbus-glib-1-2  0.108-3
ii  libevent-2.1-62.1.8-stable-4
ii  libffi6   3.2.1-6
ii  libfontconfig12.12.6-0.1
ii  libfreetype6  2.8.1-0.1
ii  libgcc1   1:7.2.0-16
ii  libgdk-pixbuf2.0-02.36.11-1
ii  libglib2.0-0  2.54.1-1
ii  libgtk-3-03.22.24-3
ii  libgtk2.0-0   2.24.31-2
ii  libhunspell-1.6-0 1.6.2-1
ii  libjsoncpp1   1.7.4-3
ii  libnspr4  2:4.16-1
ii  libnss3   2:3.34-1
ii  libpango-1.0-01.40.12-1
ii  libsqlite3-0  3.21.0-1
ii  libstartup-notification0  0.12-4+b2
ii  libstdc++67.2.0-16
ii  libvpx4   1.6.1-3
ii  libx11-6  2:1.6.4-3
ii  libx11-xcb1   2:1.6.4-3
ii  libxcb-shm0   1.12-1
ii  libxcb1   1.12-1
ii  libxcomposite11:0.4.4-2
ii  libxdamage1   1:1.1.4-3
ii  libxext6  2:1.3.3-1+b2
ii  libxfixes31:5.0.3-1
ii  libxrender1   1:0.9.10-1
ii  libxt61:1.1.5-1
ii  procps2:3.3.12-3
ii  zlib1g1:1.2.8.dfsg-5

firefox recommends no packages.

Versions of packages firefox suggests:
pn  fonts-lmodern  
ii  fonts-stix [otf-stix]  1.1.1-4
ii  libcanberra0   0.30-4
ii  libgssapi-krb5-2   1.15.2-2
pn  mozplugger 

-- no debconf information

-- 
Sridhar M. A.
--- End Message ---
--- Begin Message ---
Version: 58.0~b14-1

Closing the bug, then.

Thanks

On Wed, Jan 24, 2018 at 06:40:17PM +0530, Sridhar M. A. wrote:
> Installed the latest version of firefox from experimental today. All the
> sites are working properly. 
> 
> $ apt-cache policy firefox
> firefox:
>   Installed: 58.0~b14-1
>   Candidate: 58.0~b14-1
>   Version table:
>  *** 58.0~b14-1 800
> 400 http://ftp.de.debian.org/debian experimental/main amd64 Packages
> 100 /var/lib/dpkg/status
>  57.0.4-1 600
> 600 http://ftp.de.debian.org/debian unstable/main amd64 Packages
> 
> Other info (if needed):
> 
> System:Host: brahman Kernel: 4.14.0-14.1-liquorix-amd64 x86_64 bits: 64 
> Desktop: Openbox 3.6.1
>Distro: Debian GNU/Linux buster/sid
> Graphics:  Card: NVIDIA GK208 [GeForce GT 710B]
>Display Server: X.Org 

Bug#888316: jackson-databind: CVE-2018-5968

2018-01-24 Thread Salvatore Bonaccorso
Source: jackson-databind
Version: 2.9.1-1
Severity: grave
Tags: patch security upstream
Forwarded: https://github.com/FasterXML/jackson-databind/issues/1899
Control: found -1 2.8.6-1+deb9u2
Control: found -1 2.4.2-2+deb8u2

Hi,

the following vulnerability was published for jackson-databind.

CVE-2018-5968[0]:
| FasterXML jackson-databind through 2.8.11 and 2.9.x through 2.9.3
| allows unauthenticated remote code execution because of an incomplete
| fix for the CVE-2017-7525 and CVE-2017-17485 deserialization flaws.
| This is exploitable via two different gadgets that bypass a blacklist.

The upstream issue is at [1], with upstrema fix [2]. If I see it
correctly with commit [3] the code was shuffled a bit around, so the
patched file is different in meanwhile. If you disagree on the
analysis, given I'm unfamiliar iwth jackson-databind let me know.

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-2018-5968
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-5968
[1] https://github.com/FasterXML/jackson-databind/issues/1899
[2] 
https://github.com/FasterXML/jackson-databind/commit/038b471e2efde2e8f96b4e0be958d3e5a1ff1d05
[3] 
https://github.com/FasterXML/jackson-databind/commit/2235894210c75f624a3d0cd60bfb0434a20a18bf

Regards,
Salvatore



Processed: jackson-databind: CVE-2018-5968

2018-01-24 Thread Debian Bug Tracking System
Processing control commands:

> found -1 2.8.6-1+deb9u2
Bug #888316 [src:jackson-databind] jackson-databind: CVE-2018-5968
Marked as found in versions jackson-databind/2.8.6-1+deb9u2.
> found -1 2.4.2-2+deb8u2
Bug #888316 [src:jackson-databind] jackson-databind: CVE-2018-5968
Marked as found in versions jackson-databind/2.4.2-2+deb8u2.

-- 
888316: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888316
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: Re: Bug#888315: blender: segfault on start

2018-01-24 Thread Debian Bug Tracking System
Processing control commands:

> severity -1 important
Bug #888315 [blender] blender: segfault on start
Severity set to 'important' from 'grave'
> tag -1 + moreinfo unreproducible
Bug #888315 [blender] blender: segfault on start
Added tag(s) unreproducible and moreinfo.

-- 
888315: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888315
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#888315: blender: segfault on start

2018-01-24 Thread Matteo F. Vescovi
Control: severity -1 important
Control: tag -1 + moreinfo unreproducible

Hi!

On 2018-01-24 at 22:41 (+0100), Rob van den Berg wrote:

[...]

> output of /tmp/blender.crash.txt 
> # Blender 2.79 (sub 0), Unknown revision
>
> # backtrace
> blender(BLI_system_backtrace+0x37) [0x19ca067]
> blender(+0xabb637) [0xf44637]
> linux-gate.so.1(__kernel_sigreturn+0) [0xb7efdd04]
> [0xa3578257]
> /usr/lib/i386-linux-gnu/dri/r300_dri.so(+0x4bb148) [0x99793148

This smells like a graphics card issue; in fact I cannot reproduce it
here on my Intel-based laptop.

Could you please test the same version on a different machine?

Thanks.


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


signature.asc
Description: PGP signature


Bug#887482: marked as done (xorg-server: FTBFS: dh_autoreconf can only be run once)

2018-01-24 Thread Debian Bug Tracking System
Your message dated Wed, 24 Jan 2018 21:50:43 +
with message-id 
and subject line Bug#887482: fixed in dh-autoreconf 16
has caused the Debian Bug report #887482,
regarding xorg-server: FTBFS: dh_autoreconf can only be run once
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
887482: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887482
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: xorg-server
Version: 2:1.19.5-1
Severity: serious

>From my pbuilder build log:

...
make[6]: Leaving directory
'/build/xorg-server-1.19.5/debian/build/udeb/test/xi2'
make[5]: Leaving directory '/build/xorg-server-1.19.5/debian/build/udeb/test'
make[4]: Leaving directory '/build/xorg-server-1.19.5/debian/build/udeb/test'
make[4]: Entering directory '/build/xorg-server-1.19.5/debian/build/udeb'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/build/xorg-server-1.19.5/debian/build/udeb'
make[3]: Leaving directory '/build/xorg-server-1.19.5/debian/build/udeb'
make[2]: Leaving directory '/build/xorg-server-1.19.5'
  debian/rules override_dh_auto_test
make[2]: Entering directory '/build/xorg-server-1.19.5'
dh_auto_test -- -j1 VERBOSE=1
make[2]: Leaving directory '/build/xorg-server-1.19.5'
make[1]: Leaving directory '/build/xorg-server-1.19.5'
  dh_quilt_patch -O--parallel -Nxserver-common -Nxorg-server-source
File series fully applied, ends at patch 06_use-intel-only-on-pre-gen4.diff
  dh_update_autotools_config -O--parallel -Nxserver-common -Nxorg-server-source
  dh_autoreconf -O--parallel -Nxserver-common -Nxorg-server-source
dh_autoreconf: Can only be run once, see dh-autoreconf(7)
debian/rules:8: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

On further testing, it seems that on a freshly unpacked source, either
"dpkg-buildpackage -B" or "dpkg-buildpackage -A" separately will work;
but "dpkg-buildpackage -b" will fail with the above error.
-- 
Daniel Schepler
--- End Message ---
--- Begin Message ---
Source: dh-autoreconf
Source-Version: 16

We believe that the bug you reported is fixed in the latest version of
dh-autoreconf, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 887...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julian Andres Klode  (supplier of updated dh-autoreconf 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 24 Jan 2018 22:26:43 +0100
Source: dh-autoreconf
Binary: dh-autoreconf
Architecture: source
Version: 16
Distribution: unstable
Urgency: medium
Maintainer: Julian Andres Klode 
Changed-By: Julian Andres Klode 
Description:
 dh-autoreconf - debhelper add-on to call autoreconf and clean up after the 
build
Closes: 882479 887482
Changes:
 dh-autoreconf (16) unstable; urgency=medium
 .
   * Do not fail, only warn, if run multiple times (Closes: #887482)
   * Also clean up symlinks (Closes: #882479)
   * Run dh_autoreconf after dh_update_autotools_config,
 not before dh_auto_configure
Checksums-Sha1:
 c9bf7a920013021dad5fbd898dfd5a79c7a150f9 1578 dh-autoreconf_16.dsc
 58459600164398ad6807ddd877a6f814c799c62c 7372 dh-autoreconf_16.tar.xz
 ac9708e6f60aef4f9a6305004b41e128b87fcc80 4983 dh-autoreconf_16_source.buildinfo
Checksums-Sha256:
 1c1b2ab5f1ae5496bd50dbb3c30e9b7d181a06c8d02ee8d7e9c35ed6f2a69b5f 1578 
dh-autoreconf_16.dsc
 5c6a6a362907327bec77a867ff3fd0eceba8015d1b881b48275aff7e4ce0f629 7372 
dh-autoreconf_16.tar.xz
 cb95435376f713675c83edf4da20abe848578218c77b2e397032cfee309a4833 4983 
dh-autoreconf_16_source.buildinfo
Files:
 6576a28fe1918ce10bd31543ba545901 1578 devel optional dh-autoreconf_16.dsc
 302c8bf43db02412e3f2197fd0f2ee0f 7372 devel optional dh-autoreconf_16.tar.xz
 0d23df9377d98dc0d9b7437817fd9ab5 4983 devel optional 
dh-autoreconf_16_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJDBAEBCgAtFiEEzeVhi4gF/W4gLOnC1zw55WWAs4YFAlpo+pEPHGpha0BkZWJp
YW4ub3JnAAoJENc8OeVlgLOG4dgP/joeOfhyTgn9qBMbV+SbSRMHi9qrOSC5AqNj

Bug#888315: blender: segfault on start

2018-01-24 Thread Rob van den Berg
Package: blender
Version: 2.79+dfsg0-3+b2
Severity: grave
Justification: renders package unusable


output of /tmp/blender.crash.txt 
# Blender 2.79 (sub 0), Unknown revision

# backtrace
blender(BLI_system_backtrace+0x37) [0x19ca067]
blender(+0xabb637) [0xf44637]
linux-gate.so.1(__kernel_sigreturn+0) [0xb7efdd04]
[0xa3578257]
/usr/lib/i386-linux-gnu/dri/r300_dri.so(+0x4bb148) [0x99793148

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

Kernel: Linux 4.14.0-3-rt-686-pae (SMP w/1 CPU core; PREEMPT)
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8), 
LANGUAGE=nl_NL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages blender depends on:
ii  blender-data   2.79+dfsg0-3
ii  fonts-dejavu   2.37-1
ii  libavcodec57   7:3.4.1-1+b2
ii  libavdevice57  7:3.4.1-1+b2
ii  libavformat57  7:3.4.1-1+b2
ii  libavutil557:3.4.1-1+b2
ii  libboost-atomic1.62.0  1.62.0+dfsg-5
ii  libboost-chrono1.62.0  1.62.0+dfsg-5
ii  libboost-date-time1.62.0   1.62.0+dfsg-5
ii  libboost-filesystem1.62.0  1.62.0+dfsg-5
ii  libboost-iostreams1.62.0   1.62.0+dfsg-5
ii  libboost-locale1.62.0  1.62.0+dfsg-5
ii  libboost-regex1.62.0   1.62.0+dfsg-5
ii  libboost-system1.62.0  1.62.0+dfsg-5
ii  libboost-thread1.62.0  1.62.0+dfsg-5
ii  libc6  2.26-4
ii  libfftw3-double3   3.3.7-1
ii  libfontconfig1 2.12.6-0.1
ii  libfreetype6   2.8.1-1
ii  libgcc11:7.2.0-19
ii  libgl1 1.0.0-1.1
ii  libglew2.0 2.0.0-5
ii  libglu1-mesa [libglu1] 9.0.0-2.1
ii  libgomp1   7.2.0-19
ii  libilmbase23   2.2.1-2
ii  libjack-jackd2-0   2:1.9.12-1~kxstudio1v5
ii  libjemalloc1   3.6.0-11
ii  libjpeg62-turbo1:1.5.2-2+b1
ii  libopenal1 1:1.18.2-1
ii  libopencolorio1v5  1.0.9~dfsg0-12
ii  libopenexr22   2.2.0-11.1+b1
ii  libopenimageio1.8  1.8.7~dfsg0-1
ii  libopenjp2-7   2.3.0-1
ii  libopenvdb5.0  5.0.0-1+b1
ii  libpcre3   2:8.39-8
ii  libpng16-161.6.34-1
ii  libpython3.6   3.6.4-3
ii  libsndfile11.0.28-4
ii  libspnav0  0.2.3-1
ii  libstdc++6 7.2.0-19
ii  libswscale47:3.4.1-1+b2
ii  libtbb22017~U7-8
ii  libtiff5   4.0.9-3
ii  libx11-6   2:1.6.4-3
ii  libxi6 2:1.7.9-1
ii  libxml22.9.4+dfsg1-6.1
ii  libxxf86vm11:1.1.4-1+b2
ii  python33.6.4-1
ii  zlib1g 1:1.2.8.dfsg-5

blender recommends no packages.

blender suggests no packages.

-- no debconf information



Processed: Re: Bug#888297: p7zip: Multiple Memory Corruptions via RAR and ZIP

2018-01-24 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 - newcomer
Bug #888297 [p7zip] p7zip: Multiple Memory Corruptions via RAR and ZIP
Removed tag(s) newcomer.
> clone -1 -2
Bug #888297 [p7zip] p7zip: Multiple Memory Corruptions via RAR and ZIP
Bug 888297 cloned as bug 888314
> retitle -1 p7zip: CVE-2017-17969: ZIP Shrink: Heap Buffer Overflow
Bug #888297 [p7zip] p7zip: Multiple Memory Corruptions via RAR and ZIP
Changed Bug title to 'p7zip: CVE-2017-17969: ZIP Shrink: Heap Buffer Overflow' 
from 'p7zip: Multiple Memory Corruptions via RAR and ZIP'.
> reassign -2 p7zip-rar
Bug #888314 [p7zip] p7zip: Multiple Memory Corruptions via RAR and ZIP
Bug reassigned from package 'p7zip' to 'p7zip-rar'.
No longer marked as found in versions p7zip/16.02+dfsg-4.
Ignoring request to alter fixed versions of bug #888314 to the same values 
previously set
> retitle -2 p7zip-rar: CVE-2018-5996: Memory Corruptions via RAR PPMd
Bug #888314 [p7zip-rar] p7zip: Multiple Memory Corruptions via RAR and ZIP
Changed Bug title to 'p7zip-rar: CVE-2018-5996: Memory Corruptions via RAR 
PPMd' from 'p7zip: Multiple Memory Corruptions via RAR and ZIP'.

-- 
888297: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888297
888314: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888314
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#888297: p7zip: Multiple Memory Corruptions via RAR and ZIP

2018-01-24 Thread Salvatore Bonaccorso
Control: tags -1 - newcomer
Control: clone -1 -2
Control: retitle -1 p7zip: CVE-2017-17969: ZIP Shrink: Heap Buffer Overflow
Control: reassign -2 p7zip-rar
Control: retitle -2 p7zip-rar: CVE-2018-5996: Memory Corruptions via RAR PPMd

Hi

On Wed, Jan 24, 2018 at 07:45:30PM +0100, Gregor Riepl wrote:
> Package: p7zip
> Version: 16.02+dfsg-4
> Severity: grave
> Tags: upstream newcomer security
> Justification: user security hole
> 
> Dear Maintainer,
> 
> p7zip, p7zip-full and the non-free component p7zip-rar are affected by two
> vulnerabilities:
> https://landave.io/2018/01/7-zip-multiple-memory-corruptions-via-rar-and-
> zip/?hn

Since they are in two different source packages let's actually create
two bugs.

Regards,
Salvatore



Bug#887530: cen64-qt FTBFS with libquazip5-headers 0.7.3-3

2018-01-24 Thread Juhani Numminen
John Paul Adrian Glaubitz kirjoitti 24.01.2018 klo 23:06:
> On 01/24/2018 09:42 PM, Juhani Numminen wrote:
>> Fixed in this upstream commit:
>> https://github.com/dh4/cen64-qt/commit/2592c4f977a798e9787f9f50f5d1d334db9ad94d
> 
> Thanks.
> 
> If you could release a new upstream release. I could go ahead and package that
> version. Then I wouldn't have to carry the patch in the Debian package.

To clear a possible misunderstanding, I am not the upstream, rather I was
connecting upstream fixes to FTBFS bugs in Debian ("Bug squasher view" at
https://udd.debian.org/bugs/).

In the case of this bug, I reported the problem for mupen64plus-qt first
https://github.com/dh4/mupen64plus-qt/issues/33#issuecomment-359922529
and then the upstream developer fixed both mupen64plus-qt and cen64-qt.

Cheers,
Juhani



Bug#887482: in dh-autoreconf marked as pending

2018-01-24 Thread Julian Andres Klode
Control: tag 887482 pending

Hello,

Bug #887482 in dh-autoreconf reported by you has been fixed in the Git 
repository. You can
see the commit message below, and you can check the diff of the fix at:


https://anonscm.debian.org/cgit/collab-maint/dh-autoreconf.git/diff/?id=b49ce83

(this message was generated automatically based on the git commit message)
---
commit b49ce83be98e7990c1f5ad1ddecfb95d4efd91e6
Author: Julian Andres Klode 
Date:   Wed Jan 24 22:22:21 2018 +0100

Do not fail, only warn, if run multiple times

This is annoying.

Closes: #887482



Processed: Bug#887482 in dh-autoreconf marked as pending

2018-01-24 Thread Debian Bug Tracking System
Processing control commands:

> tag 887482 pending
Bug #887482 [src:xorg-server] xorg-server: FTBFS: dh_autoreconf can only be run 
once
Added tag(s) pending.

-- 
887482: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887482
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#888301: marked as done (appstream-doc: fails to upgrade from 'testing' - trying to overwrite /usr/share/doc/appstream/NEWS.gz)

2018-01-24 Thread Debian Bug Tracking System
Your message dated Wed, 24 Jan 2018 21:20:39 +
with message-id 
and subject line Bug#888301: fixed in appstream 0.11.8-3
has caused the Debian Bug report #888301,
regarding appstream-doc: fails to upgrade from 'testing' - trying to overwrite 
/usr/share/doc/appstream/NEWS.gz
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
888301: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888301
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: appstream-doc
Version: 0.11.8-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package fails to upgrade from
'testing'.
It installed fine in 'testing', then the upgrade to 'sid' fails
because it tries to overwrite other packages files without declaring a
Breaks+Replaces relation.

See policy 7.6 at
https://www.debian.org/doc/debian-policy/#overwriting-files-and-replacing-packages-replaces

>From the attached log (scroll to the bottom...):

  Selecting previously unselected package appstream-doc.
  Preparing to unpack .../appstream-doc_0.11.8-1_all.deb ...
  Unpacking appstream-doc (0.11.8-1) ...
  dpkg: error processing archive 
/var/cache/apt/archives/appstream-doc_0.11.8-1_all.deb (--unpack):
   trying to overwrite '/usr/share/doc/appstream/NEWS.gz', which is also in 
package appstream 0.11.7-1
  dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
  Errors were encountered while processing:
   /var/cache/apt/archives/appstream-doc_0.11.8-1_all.deb

This is probably caused by a behavior change in dh_installdocs in
debhelper compat level 11.


cheers,

Andreas


appstream=0.11.7-1_appstream-doc=0.11.8-1.log.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---
Source: appstream
Source-Version: 0.11.8-3

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

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 888...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klumpp  (supplier of updated appstream package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 24 Jan 2018 20:50:20 +0100
Source: appstream
Binary: appstream libappstream4 libappstream-dev gir1.2-appstream-1.0 
libappstreamqt2 libappstreamqt-dev appstream-doc
Architecture: source amd64 all
Version: 0.11.8-3
Distribution: unstable
Urgency: medium
Maintainer: Matthias Klumpp 
Changed-By: Matthias Klumpp 
Description:
 appstream  - Software component metadata management
 appstream-doc - Developer documentation for AppStream
 gir1.2-appstream-1.0 - Library to access AppStream services (introspection 
data)
 libappstream-dev - Library to access AppStream services (development files)
 libappstream4 - Library to access AppStream services
 libappstreamqt-dev - Qt5 library to access AppStream services (development 
files)
 libappstreamqt2 - Qt5 library to access AppStream services
Closes: 888301
Changes:
 appstream (0.11.8-3) unstable; urgency=medium
 .
   * appstream-doc breaks older appstream package versions (Closes: #888301)
 - The upstream NEWS file accidentally moved from appstream to
   appstream-doc, and now that it is there it makes sense to
   keep it in the -doc package.
Checksums-Sha1:
 11d474684924de1714781f393327e88c91d1edc9 2570 appstream_0.11.8-3.dsc
 b6506b7c70d521f65532250c0989d5dcbc26f321 10092 appstream_0.11.8-3.debian.tar.xz
 7151ae5fdb1ca425c5dfc608b340362bf4cd480c 48824 
appstream-dbgsym_0.11.8-3_amd64.deb
 f251a24628c65150fc2773b4920cae2431379864 1683712 appstream-doc_0.11.8-3_all.deb
 96fe65fe697ccaa52b7253a7a8f1059518afa5d0 14549 
appstream_0.11.8-3_amd64.buildinfo
 79d0f3e61be75e01e8cbf7798c0486c0b8ff69db 97876 appstream_0.11.8-3_amd64.deb
 d66b3ed192b9fc7520bd48a6d705a36802e349f9 15968 
gir1.2-appstream-1.0_0.11.8-3_amd64.deb
 800a41be6be99f371c3983a691caa01b643c4f3f 40668 
libappstream-dev_0.11.8-3_amd64.deb
 b841ae9cf5bb8952d2da2af3e7a7d3027d7867fe 347492 
libappstream4-dbgsym_0.11.8-3_amd64.deb
 302ec1437f453036e886111e547479e560f295a4 

Processed: reassign 865572 to ruby-autoparse, fixed 865572 in 0.3.3-2, affects 865572 ...

2018-01-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 865572 ruby-autoparse 0.3.3-1
Bug #865572 {Done: Balasankar C } 
[ruby-autoparse,ruby-signet] ruby-signet and ruby-autoparse: error when trying 
to install together
Bug reassigned from package 'ruby-autoparse,ruby-signet' to 'ruby-autoparse'.
No longer marked as found in versions ruby-autoparse/0.3.3-1 and 
ruby-signet/0.7.3-2.
No longer marked as fixed in versions ruby-autoparse/0.3.3-2.
Bug #865572 {Done: Balasankar C } [ruby-autoparse] 
ruby-signet and ruby-autoparse: error when trying to install together
Marked as found in versions ruby-autoparse/0.3.3-1.
> fixed 865572 0.3.3-2
Bug #865572 {Done: Balasankar C } [ruby-autoparse] 
ruby-signet and ruby-autoparse: error when trying to install together
Marked as fixed in versions ruby-autoparse/0.3.3-2.
> affects 865572 + ruby-signet
Bug #865572 {Done: Balasankar C } [ruby-autoparse] 
ruby-signet and ruby-autoparse: error when trying to install together
Added indication that 865572 affects ruby-signet
> reassign 878602 src:iproute2 1:4.9.0-1
Bug #878602 {Done: Luca Boccassi } [iproute,iproute-doc] 
please drop transitional package iproute and iproute-doc
Bug reassigned from package 'iproute,iproute-doc' to 'src:iproute2'.
No longer marked as found in versions 1:4.9.0-1.
No longer marked as fixed in versions iproute2/4.14.1-2.
Bug #878602 {Done: Luca Boccassi } [src:iproute2] please drop 
transitional package iproute and iproute-doc
The source 'iproute2' and version '1:4.9.0-1' do not appear to match any binary 
packages
Marked as found in versions iproute2/1:4.9.0-1.
> fixed 878602 4.14.1-2
Bug #878602 {Done: Luca Boccassi } [src:iproute2] please drop 
transitional package iproute and iproute-doc
The source 'iproute2' and version '4.14.1-2' do not appear to match any binary 
packages
Marked as fixed in versions iproute2/4.14.1-2.
> notfound 888054 2.12-1
Bug #888054 {Done: Jakub Wilk } [apparmor] apparmor: 
abstractions/audio should whitelist /etc/pulse/client.conf.d/*
Bug #882070 {Done: intrigeri } [apparmor] apparmor: 
AppArmor should allow to read /etc/pulse subdirectories
No longer marked as found in versions apparmor/2.12-1.
No longer marked as found in versions apparmor/2.12-1.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
865572: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865572
878602: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=878602
882070: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=882070
888054: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888054
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#887530: cen64-qt FTBFS with libquazip5-headers 0.7.3-3

2018-01-24 Thread John Paul Adrian Glaubitz
On 01/24/2018 09:42 PM, Juhani Numminen wrote:
> Fixed in this upstream commit:
> https://github.com/dh4/cen64-qt/commit/2592c4f977a798e9787f9f50f5d1d334db9ad94d

Thanks.

If you could release a new upstream release. I could go ahead and package that
version. Then I wouldn't have to carry the patch in the Debian package.

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



Bug#888072: volume-key FTBFS with cryptsetup 2:2.0.0-1

2018-01-24 Thread Milan Broz
The upstream patch (that is compatible with older libcryptsetup as well so can 
be applied globally) is here

https://pagure.io/volume_key/c/ecef526a51c5a276681472fd6df239570c9ce518?branch=master

Thanks,
Milan



Processed: reassign 887629 to python2.7-minimal,python3.6-minimal,dh-python

2018-01-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 887629 python2.7-minimal,python3.6-minimal,dh-python
Bug #887629 [python2.7-minimal,python3.6-minimal,debhelper] python: Wants to be 
used like Essential:yes but does not follow its requirements
Bug reassigned from package 'python2.7-minimal,python3.6-minimal,debhelper' to 
'python2.7-minimal,python3.6-minimal,dh-python'.
Ignoring request to alter found versions of bug #887629 to the same values 
previously set
Ignoring request to alter fixed versions of bug #887629 to the same values 
previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
887629: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887629
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#887530: cen64-qt FTBFS with libquazip5-headers 0.7.3-3

2018-01-24 Thread Juhani Numminen
Control: tags -1 fixed-upstream patch

On Wed, 17 Jan 2018 20:33:45 +0200 Adrian Bunk  wrote:
> Source: cen64-qt
> ...
> src/common.cpp:43:10: fatal error: quazip/quazip.h: No such file or directory
>  #include 

Fixed in this upstream commit:
https://github.com/dh4/cen64-qt/commit/2592c4f977a798e9787f9f50f5d1d334db9ad94d

Regards,
Juhani



Processed: Re: cen64-qt FTBFS with libquazip5-headers 0.7.3-3

2018-01-24 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 fixed-upstream patch
Bug #887530 [src:cen64-qt] cen64-qt FTBFS with libquazip5-headers 0.7.3-3
Added tag(s) patch and fixed-upstream.

-- 
887530: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887530
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: found 887733 in 1.4.22-1

2018-01-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> found 887733 1.4.22-1
Bug #887733 [src:unbound] unbound: CVE-2017-15105: vulnerability in the 
processing of wildcard synthesized NSEC records
Marked as found in versions unbound/1.4.22-1.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
887733: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887733
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: limit source to debhelper, tagging 888251

2018-01-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> limit source debhelper
Limiting to bugs with field 'source' containing at least one of 'debhelper'
Limit currently set to 'source':'debhelper'

> tags 888251 + pending
Bug #888251 [debhelper] does not allow certain characters in filenames
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
888251: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888251
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: Re: does not allow certain characters in filenames

2018-01-24 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 confirmed
Bug #888251 [debhelper] does not allow certain characters in filenames
Added tag(s) confirmed.
> severity -1 grave
Bug #888251 [debhelper] does not allow certain characters in filenames
Severity set to 'grave' from 'normal'
> found -1 10.6
Bug #888251 [debhelper] does not allow certain characters in filenames
Marked as found in versions debhelper/10.6.

-- 
888251: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888251
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#888144: marked as done (frameworkintegration FTBFS with libappstreamqt-dev 0.11.8-1: c++: error: AppStreamQt-NOTFOUND: No such file or directory)

2018-01-24 Thread Debian Bug Tracking System
Your message dated Wed, 24 Jan 2018 19:49:34 +
with message-id 
and subject line Bug#888144: fixed in appstream 0.11.8-2
has caused the Debian Bug report #888144,
regarding frameworkintegration FTBFS with libappstreamqt-dev 0.11.8-1: c++: 
error: AppStreamQt-NOTFOUND: No such file or directory
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
888144: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888144
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: frameworkintegration
Version: 5.37.0-2
Severity: serious

https://buildd.debian.org/status/package.php?p=frameworkintegration=sid

...
cd 
/<>/obj-x86_64-linux-gnu/src/kpackage-install-handlers/appstream 
&& /usr/bin/cmake -E cmake_link_script CMakeFiles/appstreamhandler.dir/link.txt 
--verbose=1
/usr/bin/c++  -g -O2 -fdebug-prefix-map=/<>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++0x 
-fno-operator-names -fno-exceptions -Wall -Wextra -Wcast-align 
-Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef 
-Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time 
-pedantic -Wsuggest-override  -Wl,--enable-new-dtags -Wl,-z,relro 
-Wl,--as-needed -Wl,--no-undefined -rdynamic 
CMakeFiles/appstreamhandler.dir/main.cpp.o 
CMakeFiles/appstreamhandler.dir/appstreamhandler_autogen/mocs_compilation.cpp.o 
 -o appstreamhandler /usr/lib/x86_64-linux-gnu/libpackagekitqt5.so.1.0.1 
AppStreamQt-NOTFOUND /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5.9.2 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5.9.2 
c++: error: AppStreamQt-NOTFOUND: No such file or directory
src/kpackage-install-handlers/appstream/CMakeFiles/appstreamhandler.dir/build.make:123:
 recipe for target 'src/kpackage-install-handlers/appstream/appstreamhandler' 
failed
make[4]: *** [src/kpackage-install-handlers/appstream/appstreamhandler] Error 1
--- End Message ---
--- Begin Message ---
Source: appstream
Source-Version: 0.11.8-2

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

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 888...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klumpp  (supplier of updated appstream package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 24 Jan 2018 20:32:40 +0100
Source: appstream
Binary: appstream libappstream4 libappstream-dev gir1.2-appstream-1.0 
libappstreamqt2 libappstreamqt-dev appstream-doc
Architecture: source amd64 all
Version: 0.11.8-2
Distribution: unstable
Urgency: medium
Maintainer: Matthias Klumpp 
Changed-By: Matthias Klumpp 
Description:
 appstream  - Software component metadata management
 appstream-doc - Developer documentation for AppStream
 gir1.2-appstream-1.0 - Library to access AppStream services (introspection 
data)
 libappstream-dev - Library to access AppStream services (development files)
 libappstream4 - Library to access AppStream services
 libappstreamqt-dev - Qt5 library to access AppStream services (development 
files)
 libappstreamqt2 - Qt5 library to access AppStream services
Closes: 888144
Changes:
 appstream (0.11.8-2) unstable; urgency=medium
 .
   * qt-define-locations-nodebug.patch: Allow finding the Qt library
 for non-debug builds correctly again (Closes: #888144)
Checksums-Sha1:
 ebab09a6cb851ecb2f87e8570071bba87d12cae0 2570 appstream_0.11.8-2.dsc
 4043167f1dcb30fdecd5e4fa9bfbacd1c3b6a993 10016 appstream_0.11.8-2.debian.tar.xz
 7bcd12bc55bbb664320502053cefafafb43d61b8 48828 
appstream-dbgsym_0.11.8-2_amd64.deb
 1b726f4c0021606cb386728fec8fb70a3caa228f 1683452 appstream-doc_0.11.8-2_all.deb
 e2e9c047529ce8b260ebd897d58180dfe22f1324 14549 
appstream_0.11.8-2_amd64.buildinfo
 0181a4766849723ea6f957ae4eb7c68c123632eb 97640 appstream_0.11.8-2_amd64.deb
 70a7025660f1f8d0a7962ce749ef4d3ec50cac67 15944 
gir1.2-appstream-1.0_0.11.8-2_amd64.deb
 43a79de4a89a0607454a02e557bcff17517eb8bb 40568 
libappstream-dev_0.11.8-2_amd64.deb
 

Bug#886847: Patch fixing the issue

2018-01-24 Thread Willem van den Akker
On Wed, 2018-01-24 at 12:12 +0100, Thomas Goirand wrote:
> Hi Willem,
> 
> Indeed, we shall add a transition package. However, I would prefer to
> simply remove the python-pyldap source package, and have the python-ldap
> source package to carry it. Once uploaded, we can open a bug against
> ftp.debian.org for the removal of the python-pyldap package.
> 
> I have attached to this message a debdiff of the proposed changes
> against python-ldap. Do you agree that I upload this?
> 
> Also, could we maintain python-ldap as a team, so I could upload it?
> 
> Cheers,
> 
> Thomas Goirand (zigo)

Yes, no problem you can upload this
Also maintain as team is a good idea. Can you make me also member of
the team?

/Willem



Bug#888302: recollgui,recollcmd: missing Breaks+Replaces: recoll (<< 1.23.7-2)

2018-01-24 Thread Andreas Beckmann
Package: recollgui,recollcmd
Version: 1.23.7-2
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package fails to upgrade from
'sid' to 'experimental'.
It installed fine in 'sid', then the upgrade to 'experimental' fails
because it tries to overwrite other packages files without declaring a
Breaks+Replaces relation.

See policy 7.6 at
https://www.debian.org/doc/debian-policy/#overwriting-files-and-replacing-packages-replaces

>From the attached log (scroll to the bottom...):

  Selecting previously unselected package recollcmd.
  Preparing to unpack .../8-recollcmd_1.23.7-2_amd64.deb ...
  Unpacking recollcmd (1.23.7-2) ...
  dpkg: error processing archive 
/tmp/apt-dpkg-install-k0Z6Ai/8-recollcmd_1.23.7-2_amd64.deb (--unpack):
   trying to overwrite '/usr/bin/recollindex', which is also in package recoll 
1.23.7-1
  dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
  Selecting previously unselected package recollgui.
  Preparing to unpack .../9-recollgui_1.23.7-2_amd64.deb ...
  Unpacking recollgui (1.23.7-2) ...
  dpkg: error processing archive 
/tmp/apt-dpkg-install-k0Z6Ai/9-recollgui_1.23.7-2_amd64.deb (--unpack):
   trying to overwrite '/usr/bin/recoll', which is also in package recoll 
1.23.7-1
  dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
  Errors were encountered while processing:
   /tmp/apt-dpkg-install-k0Z6Ai/8-recollcmd_1.23.7-2_amd64.deb
   /tmp/apt-dpkg-install-k0Z6Ai/9-recollgui_1.23.7-2_amd64.deb


cheers,

Andreas


recoll=1.23.7-1_recollgui=1.23.7-2.log.gz
Description: application/gzip


Bug#888301: appstream-doc: fails to upgrade from 'testing' - trying to overwrite /usr/share/doc/appstream/NEWS.gz

2018-01-24 Thread Andreas Beckmann
Package: appstream-doc
Version: 0.11.8-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package fails to upgrade from
'testing'.
It installed fine in 'testing', then the upgrade to 'sid' fails
because it tries to overwrite other packages files without declaring a
Breaks+Replaces relation.

See policy 7.6 at
https://www.debian.org/doc/debian-policy/#overwriting-files-and-replacing-packages-replaces

>From the attached log (scroll to the bottom...):

  Selecting previously unselected package appstream-doc.
  Preparing to unpack .../appstream-doc_0.11.8-1_all.deb ...
  Unpacking appstream-doc (0.11.8-1) ...
  dpkg: error processing archive 
/var/cache/apt/archives/appstream-doc_0.11.8-1_all.deb (--unpack):
   trying to overwrite '/usr/share/doc/appstream/NEWS.gz', which is also in 
package appstream 0.11.7-1
  dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
  Errors were encountered while processing:
   /var/cache/apt/archives/appstream-doc_0.11.8-1_all.deb

This is probably caused by a behavior change in dh_installdocs in
debhelper compat level 11.


cheers,

Andreas


appstream=0.11.7-1_appstream-doc=0.11.8-1.log.gz
Description: application/gzip


Processed: found 887733 in 1.4.22-3, severity of 887733 is serious

2018-01-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> found 887733 1.4.22-3
Bug #887733 [src:unbound] unbound: CVE-2017-15105: vulnerability in the 
processing of wildcard synthesized NSEC records
Marked as found in versions unbound/1.4.22-3.
> severity 887733 serious
Bug #887733 [src:unbound] unbound: CVE-2017-15105: vulnerability in the 
processing of wildcard synthesized NSEC records
Severity set to 'serious' from 'important'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
887733: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887733
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#888199: To severity normal

2018-01-24 Thread Thomas Renard
Control: severity -1 normal

more stable without notifications



Processed: To severity normal

2018-01-24 Thread Debian Bug Tracking System
Processing control commands:

> severity -1 normal
Bug #888199 [gnome-shell] gnome-shell crashes at different circumstances (not 
usable anymore)
Severity set to 'normal' from 'grave'

-- 
888199: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888199
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#888271: marked as done (libpanel-applet-dev,libpanel-applet-doc: both ship /usr/share/doc/libpanel-applet-dev/AUTHORS)

2018-01-24 Thread Debian Bug Tracking System
Your message dated Wed, 24 Jan 2018 19:07:16 +
with message-id 
and subject line Bug#888271: fixed in gnome-panel 3.26.0-4
has caused the Debian Bug report #888271,
regarding libpanel-applet-dev,libpanel-applet-doc: both ship 
/usr/share/doc/libpanel-applet-dev/AUTHORS
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
888271: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888271
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libpanel-applet-dev,libpanel-applet-doc
Version: 3.26.0-3
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package failed to install
because it tries to overwrite other packages files without declaring a
Breaks+Replaces relation.

See policy 7.6 at
https://www.debian.org/doc/debian-policy/#overwriting-files-and-replacing-packages-replaces

>From the attached log (scroll to the bottom...):

  Selecting previously unselected package libpanel-applet-doc.
  Preparing to unpack .../libpanel-applet-doc_3.26.0-3_all.deb ...
  Unpacking libpanel-applet-doc (3.26.0-3) ...
  dpkg: error processing archive 
/var/cache/apt/archives/libpanel-applet-doc_3.26.0-3_all.deb (--unpack):
   trying to overwrite '/usr/share/doc/libpanel-applet-dev/AUTHORS', which is 
also in package libpanel-applet-dev 3.26.0-3
  dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
  Errors were encountered while processing:
   /var/cache/apt/archives/libpanel-applet-doc_3.26.0-3_all.deb

This could be an effect of dh_installdocs in debhelper compat 11.


cheers,

Andreas


libpanel-applet-dev=3.26.0-3_libpanel-applet-doc=3.26.0-3.log.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---
Source: gnome-panel
Source-Version: 3.26.0-4

We believe that the bug you reported is fixed in the latest version of
gnome-panel, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 888...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dmitry Shachnev  (supplier of updated gnome-panel package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 24 Jan 2018 21:25:36 +0300
Source: gnome-panel
Binary: gnome-panel gnome-panel-data libpanel-applet3 libpanel-applet-dev 
libpanel-applet-doc
Architecture: source
Version: 3.26.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Dmitry Shachnev 
Description:
 gnome-panel - launcher and docking facility for GNOME
 gnome-panel-data - common files for the GNOME Panel
 libpanel-applet-dev - library for GNOME Panel applets - development files
 libpanel-applet-doc - library for GNOME Panel applets - documentation files
 libpanel-applet3 - library for GNOME Panel applets
Closes: 888271
Changes:
 gnome-panel (3.26.0-4) unstable; urgency=medium
 .
   * Run dh_installdocs without -A option to workaround a debhelper bug
 (closes: #888271).
   * Bump Standards-Version to 4.1.3, no changes needed.
Checksums-Sha1:
 13aea530276381c1b17311b6f72a015ef48f3e14 2903 gnome-panel_3.26.0-4.dsc
 867ac121b8daefa2305ff98e766982df4f3387ad 30788 
gnome-panel_3.26.0-4.debian.tar.xz
 96b8c45d3c1ef176cfca2fc73820323c82601355 5606 
gnome-panel_3.26.0-4_source.buildinfo
Checksums-Sha256:
 ca258b6d0b654ebfcca739220270fcb4e69d74d8ecdb992fb975ba37a4605ad4 2903 
gnome-panel_3.26.0-4.dsc
 e5d980015389db8eed3bad31a7ff2ffe9f0f6208805a7f191c7b9b21e1a0911d 30788 
gnome-panel_3.26.0-4.debian.tar.xz
 e84aee60c9625d9f5743db09d101127d7b26a52170b6551b16d153813f11f528 5606 
gnome-panel_3.26.0-4_source.buildinfo
Files:
 a0a1a1e58326401cc536eb08c723a070 2903 gnome optional gnome-panel_3.26.0-4.dsc
 8e798a7265eece8f518e58cb294a9865 30788 gnome optional 
gnome-panel_3.26.0-4.debian.tar.xz
 d7a608d0cb0b3623df812836531a335c 5606 gnome optional 
gnome-panel_3.26.0-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEbEPcK+5mZmLK5jNU1v5xA2P4XdMFAlpo0eAACgkQ1v5xA2P4
XdPKQQ//eE1EC7G1me0bvAj2oT6DJjRPkmEqfzba97GYouKS2wx7HovMB4xvTwSL

Bug#888297: p7zip: Multiple Memory Corruptions via RAR and ZIP

2018-01-24 Thread Gregor Riepl
Package: p7zip
Version: 16.02+dfsg-4
Severity: grave
Tags: upstream newcomer security
Justification: user security hole

Dear Maintainer,

p7zip, p7zip-full and the non-free component p7zip-rar are affected by two
vulnerabilities:
https://landave.io/2018/01/7-zip-multiple-memory-corruptions-via-rar-and-
zip/?hn

In particular, the RAR3 and LZW algorithm implementations are susceptible to
memory corruption and may compromise a system through specially crafted
archives.

These issues have already been fixed upstream, and a new version of p7zip
(18.0) is available.

Please update all p7zip* packages to their latest versions as soon as possible.

Thank you.



-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (990, 'testing'), (900, 'stable'), (500, 'unstable-debug'), (500, 
'testing-debug'), (300, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.14.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8), LANGUAGE=en_GB:en (charmap=UTF-8) (ignored: LC_ALL set to 
en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages p7zip depends on:
ii  libc6   2.26-2
ii  libgcc1 1:7.2.0-19
ii  libstdc++6  7.2.0-19

p7zip recommends no packages.

Versions of packages p7zip suggests:
ii  p7zip-full  16.02+dfsg-4

-- no debconf information



Processed: Bug #888271 in gnome-panel marked as pending

2018-01-24 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #888271 [libpanel-applet-dev,libpanel-applet-doc] 
libpanel-applet-dev,libpanel-applet-doc: both ship 
/usr/share/doc/libpanel-applet-dev/AUTHORS
Added tag(s) pending.

-- 
888271: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888271
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#888271: Bug #888271 in gnome-panel marked as pending

2018-01-24 Thread mitya57
Control: tag -1 pending

Hello,

Bug #888271 in gnome-panel reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below, and you can check the diff of the fix at:

https://salsa.debian.org/gnome-team/gnome-panel/commit/88e80886ebbc327a9e3cdd92480088cb5d6951e3


Run dh_installdocs without -A option to workaround a debhelper bug.

Closes: #888271.



(this message was generated automatically)
-- 
Greetings



Processed: Re: Bug#888271: libpanel-applet-dev,libpanel-applet-doc: both ship /usr/share/doc/libpanel-applet-dev/AUTHORS

2018-01-24 Thread Debian Bug Tracking System
Processing control commands:

> clone -1 -2
Bug #888271 [libpanel-applet-dev,libpanel-applet-doc] 
libpanel-applet-dev,libpanel-applet-doc: both ship 
/usr/share/doc/libpanel-applet-dev/AUTHORS
Bug 888271 cloned as bug 888294
> reassign -2 debhelper 11.1.3
Bug #888294 [libpanel-applet-dev,libpanel-applet-doc] 
libpanel-applet-dev,libpanel-applet-doc: both ship 
/usr/share/doc/libpanel-applet-dev/AUTHORS
Bug reassigned from package 'libpanel-applet-dev,libpanel-applet-doc' to 
'debhelper'.
No longer marked as found in versions 3.26.0-3.
Ignoring request to alter fixed versions of bug #888294 to the same values 
previously set
Bug #888294 [debhelper] libpanel-applet-dev,libpanel-applet-doc: both ship 
/usr/share/doc/libpanel-applet-dev/AUTHORS
Marked as found in versions debhelper/11.1.3.
> retitle -2 debhelper: dh_installdocs main package functionality does not play 
> well with -A option
Bug #888294 [debhelper] libpanel-applet-dev,libpanel-applet-doc: both ship 
/usr/share/doc/libpanel-applet-dev/AUTHORS
Changed Bug title to 'debhelper: dh_installdocs main package functionality does 
not play well with -A option' from 'libpanel-applet-dev,libpanel-applet-doc: 
both ship /usr/share/doc/libpanel-applet-dev/AUTHORS'.
> severity -2 important
Bug #888294 [debhelper] debhelper: dh_installdocs main package functionality 
does not play well with -A option
Severity set to 'important' from 'serious'

-- 
888271: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888271
888294: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888294
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#888271: libpanel-applet-dev,libpanel-applet-doc: both ship /usr/share/doc/libpanel-applet-dev/AUTHORS

2018-01-24 Thread Dmitry Shachnev
Control: clone -1 -2
Control: reassign -2 debhelper 11.1.3
Control: retitle -2 debhelper: dh_installdocs main package functionality does 
not play well with -A option
Control: severity -2 important

On Wed, Jan 24, 2018 at 02:37:56PM +0100, Andreas Beckmann wrote:
> Package: libpanel-applet-dev,libpanel-applet-doc
> Version: 3.26.0-3
> Severity: serious
> User: debian...@lists.debian.org
> Usertags: piuparts
>
> Hi,
>
> during a test with piuparts I noticed your package failed to install
> because it tries to overwrite other packages files without declaring a
> Breaks+Replaces relation.
>
> See policy 7.6 at
> https://www.debian.org/doc/debian-policy/#overwriting-files-and-replacing-packages-replaces
>
> From the attached log (scroll to the bottom...):
>
>   Selecting previously unselected package libpanel-applet-doc.
>   Preparing to unpack .../libpanel-applet-doc_3.26.0-3_all.deb ...
>   Unpacking libpanel-applet-doc (3.26.0-3) ...
>   dpkg: error processing archive 
> /var/cache/apt/archives/libpanel-applet-doc_3.26.0-3_all.deb (--unpack):
>trying to overwrite '/usr/share/doc/libpanel-applet-dev/AUTHORS', which is 
> also in package libpanel-applet-dev 3.26.0-3
>   dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
>   Errors were encountered while processing:
>/var/cache/apt/archives/libpanel-applet-doc_3.26.0-3_all.deb
>
> This could be an effect of dh_installdocs in debhelper compat 11.

Indeed it is. In gnome-panel, we have the following code:

override_dh_installdocs:
dh_installdocs -A ./AUTHORS ./NEWS ./README

But then debhelper detects that the main package for libpanel-applet-doc is
libpanel-applet-dev, and both these packages install
/usr/share/doc/libpanel-applet-dev/{AUTHORS,NEWS,README}.

This looks like a debhelper bug to me. But I will work around it in
gnome-panel, so cloning instead of reassigning.

--
Dmitry Shachnev


signature.asc
Description: PGP signature


Bug#886203: marked as done (scour and dh_scour should go into an own binary package)

2018-01-24 Thread Debian Bug Tracking System
Your message dated Wed, 24 Jan 2018 17:02:22 +
with message-id 
and subject line Bug#886203: fixed in scour 0.36-2
has caused the Debian Bug report #886203,
regarding scour and dh_scour should go into an own binary package
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
886203: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886203
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: wavbreaker
Version: 0.11-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Hi!
I'm afraid that your package fails to build on current unstable:

dh clean --parallel --with=autotools_dev,scour
dh: Compatibility levels before 9 are deprecated (level 7 in use)
dh: The autotools-dev sequence is deprecated and replaced by dh in debhelper 
(>= 9.20160115)
dh: This feature will be removed in compat 12.
dh: unable to load addon scour: Can't locate Debian/Debhelper/Sequence/scour.pm 
in @INC (you may need to install t
he Debian::Debhelper::Sequence::scour module) (@INC contains: /etc/perl 
/usr/local/lib/arm-linux-gnueabihf/perl/5.
26.1 /usr/local/share/perl/5.26.1 /usr/lib/arm-linux-gnueabihf/perl5/5.26 
/usr/share/perl5 /usr/lib/arm-linux-gnue
abihf/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl 
/usr/lib/arm-linux-gnueabihf/perl-base) at (eval 3) 
line 1.
BEGIN failed--compilation aborted at (eval 3) line 1.

Tried on armhf amd64.  Log attached.


Meow!
-- System Information:
Debian Release: buster/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (500, 'testing'), (1, 
'experimental')
Architecture: armhf (armv7l)

Kernel: Linux 4.15.0-rc6-00023-g1414bf97abd7 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE=C.UTF-8 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)


wavbreaker_armhf.build
Description: inode/symlink
--- End Message ---
--- Begin Message ---
Source: scour
Source-Version: 0.36-2

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

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 886...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Martin Pitt  (supplier of updated scour package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 23 Jan 2018 10:21:21 +0100
Source: scour
Binary: python-scour python3-scour scour
Architecture: source all
Version: 0.36-2
Distribution: unstable
Urgency: medium
Maintainer: Martin Pitt 
Changed-By: Martin Pitt 
Description:
 python-scour - SVG scrubber and optimizer (Python 2 module)
 python3-scour - SVG scrubber and optimizer (Python 3 module)
 scour  - SVG scrubber and optimizer (CLI and debhelper)
Closes: 886203
Changes:
 scour (0.36-2) unstable; urgency=medium
 .
   * debian/control: Update Vcs-* for anonscm and https
   * Bump Standards-Version to 4.1.3
   * Split CLI and debhelper into new "scour" package.
 The previous migration from python-scour to python3-scour caused build
 failures and confusion with reverse build dependencies and on upgrades.
 Put these parts into a new "scour" binary package.
 Add a temporary scour dependency to python-scour until all reverse build
 dependencies get updated and after the buster release. (Closes: #886203)
Checksums-Sha1:
 7a76bb35a898249862ac29e38a8750faa937b649 2123 scour_0.36-2.dsc
 76c730be4dac75fd0f552d81913df3789a207fbf 7380 scour_0.36-2.debian.tar.xz
 99db0b36868170df8a0050771c6da1f41978b7cd 52828 python-scour_0.36-2_all.deb
 ffc4b6994337bf6c4e1f6bbaf9fe60aaf52c77b6 52888 python3-scour_0.36-2_all.deb
 4e8784a3d7cda7ebc3604e2aceefc71283c25a83 17448 scour_0.36-2_all.deb
 5c568161314c2bd888b8db01fcfc18f97ade6088 6720 scour_0.36-2_amd64.buildinfo
Checksums-Sha256:
 87ce495251f3104879dbb73b8111c0bac7da748a03b3d42dd2d1470b747ecb40 2123 
scour_0.36-2.dsc
 08b7a0c357242eea4f44213c5408d1b8c588fc7af19fd5184aaa0a252ea7bd7d 7380 
scour_0.36-2.debian.tar.xz
 3cea0960f41780c915ccbd58160b469da6e0327f869e3807fd30a0cb933cd0f3 

Processed: volkey cryptsetup 2.x build fix

2018-01-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> limit source volume-key
Limiting to bugs with field 'source' containing at least one of 'volume-key'
Limit currently set to 'source':'volume-key'

> tags 888072 + pending
Bug #888072 [src:volume-key] volume-key FTBFS with cryptsetup 2:2.0.0-1
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
888072: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888072
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: Re: mblaze: File conflict at /usr/bin/{msort,mprev}

2018-01-24 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #887988 [mblaze] mblaze: File conflict at /usr/bin/msort, /usr/bin/mprev
Added tag(s) pending.

-- 
887988: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887988
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#887988: mblaze: File conflict at /usr/bin/{msort,mprev}

2018-01-24 Thread Nicolas Braud-Santoni
Control: tag -1 pending

On Tue, Jan 23, 2018 at 01:33:39AM +0100, Andreas Beckmann wrote:
> 
> let the new package figure out what it want's to do here ...

As I had an upload ready for the new upstream version,
I just added a conflict for now.

I will figure out what we can do to solve this in a more satisfying way,
though I guess it's not the end of the world if a couple of obscure packages
conflict.


Best,

  nicoo


signature.asc
Description: PGP signature


Bug#888085: marked as done (cpl-plugin-muse FTBFS on amd64/arm64: FAIL: muse_test_processing (segfault))

2018-01-24 Thread Debian Bug Tracking System
Your message dated Wed, 24 Jan 2018 15:50:14 +
with message-id 
and subject line Bug#888085: fixed in cpl-plugin-muse 2.2+dfsg-2
has caused the Debian Bug report #888085,
regarding cpl-plugin-muse FTBFS on amd64/arm64: FAIL: muse_test_processing 
(segfault)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
888085: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888085
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: cpl-plugin-muse
Version: 2.2+dfsg-1
Severity: serious

Some recent change in unstabla makes cpl-plugin-muse FTBFS on amd64/arm64:

https://tests.reproducible-builds.org/debian/history/cpl-plugin-muse.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/cpl-plugin-muse.html

...
[ INFO  ] MUSE Instrument Pipeline v2.2
[ INFO  ] MUSE Instrument Pipeline v2.2
[ INFO  ] MUSE Instrument Pipeline v2.2
[ INFO  ] MUSE Instrument Pipeline v2.2
[ INFO  ] MUSE Instrument Pipeline v2.2
[ INFO  ] [tid=000] loaded "/tmp/muse_test_processing_tf2efr/raw.fits[CHAN01]" 
(extension 1)
[ INFO  ] [tid=000] Converting 1 exposures from adu to count (= electron) units 
in IFU 1
[ INFO  ] [tid=000] Loaded table from file 
"/tmp/muse_test_processing_tf2efr/table.fits" (ext 1).
[ INFO  ] [tid=000] Loaded table from file 
"/tmp/muse_test_processing_tf2efr/tableifu.fits" (ext 1).
[ INFO  ] [tid=000] loaded HEADER from file 
"/tmp/muse_test_processing_tf2efr/header.fits"
[ INFO  ] [tid=000] Saving image as processing_muse_image-01.fits
[ INFO  ] [tid=000] Saving image as processing_cpl_image_0001-01.fits
[ INFO  ] [tid=000] Saving table as "processing_cpl_table-01.fits"
[WARNING] [tid=000] Table saved as "processing_cpl_table" has no rows!
[WARNING] [tid=000] Property AFLOAT (A float value) not used
[ INFO  ] [tid=000] Saving table as "processing_muse_table-00.fits"
[WARNING] [tid=000] Frame tag processing_muse_table_BAD is not defined
[ INFO  ] [tid=000] Saving table as "processing_muse_table_BAD_0001-00.fits"
[ ERROR ] [tid=000] Saving table failed: Null input data
[ INFO  ] [tid=000] Saving header as processing_header-01.fits
[ INFO  ] [tid=000] Saving pixel table as "processing_pixel_table-01.fits"
/bin/bash: line 5: 48036 Segmentation fault  MAKE="make" CC="gcc" 
CFLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security 
--std=c99 -Wno-overlength-strings -fopenmp" CPPFLAGS="-Wdate-time 
-D_FORTIFY_SOURCE=2" LD="/usr/bin/ld -m elf_x86_64" LDFLAGS="-Wl,-z,relro 
-fopenmp" LIBS="-lgomp  -lm -lnsl" LN_S="ln -s" NM="/usr/bin/nm -B" 
RANLIB="ranlib" OBJEXT="o" EXEEXT="" ${dir}$tst
FAIL: muse_test_processing


Backtrace:

#0  cpl_table_get_ncol (table=0x20) at cpl_table.c:2910
#1  0x77b5864e in _cpl_table_save_legacy (mode=4, 
filename=0x55783a70 "processing_pixel_table-01.fits", 
header=0x55794210, pheader=0x0, table=0x20) at cpl_table.c:25101
#2  cpl_table_save (table=0x20, pheader=pheader@entry=0x0, 
header=header@entry=0x55794210, 
filename=filename@entry=0x55783a70 "processing_pixel_table-01.fits", 
mode=mode@entry=4) at cpl_table.c:28592
#3  0x773de9e1 in muse_pixtable_save_ffspec (aPixtable=0x55772a10, 
aFilename=0x55783a70 "processing_pixel_table-01.fits")
at muse_pixtable.c:1086
#4  0x773dfedd in muse_pixtable_save_image (
aFilename=0x55783a70 "processing_pixel_table-01.fits", 
aPixtable=0x55772a10) at muse_pixtable.c:1163
#5  muse_pixtable_save (aPixtable=aPixtable@entry=0x55772a10, 
aFilename=0x55783a70 "processing_pixel_table-01.fits")
at muse_pixtable.c:1216
#6  0x773e7f77 in muse_processing_save_table (
aProcessing=0x557a9fa0, aIFU=, aTable=0x55772a10, 
aHeader=, aTag=, aType=)
at muse_processing.c:735
#7  0xb6ea in muse_test_processing_compute (
aProcessing=aProcessing@entry=0x557a9fa0, 
aParams=aParams@entry=0x7fffd070) at muse_test_processing.c:577
#8  0xa08f in muse_test_processing_exec (aPlugin=0x557a4390)
at muse_test_processing_z.c:457
#9  0x8eaa in main (argc=, argv=)
at muse_test_processing.c:407
--- End Message ---
--- Begin Message ---
Source: cpl-plugin-muse
Source-Version: 2.2+dfsg-2

We believe that the bug you reported is fixed in the latest version of
cpl-plugin-muse, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments 

Processed: Re: starplot FTBFS: error: 'starstrings' has not been declared

2018-01-24 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 patch
Bug #887769 [src:starplot] starplot FTBFS: error: 'starstrings' has not been 
declared
Added tag(s) patch.

-- 
887769: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887769
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#887769: starplot FTBFS: error: 'starstrings' has not been declared

2018-01-24 Thread Juhani Numminen
Control: tags -1 patch

On Fri, 19 Jan 2018 20:40:27 +0200 Adrian Bunk  wrote:
> Source: starplot
> ...
> classes/specclass.cc: In function 'double roman_to_int(const string&)':
> classes/specclass.cc:23:7: error: 'starstrings' has not been declared
>if (starstrings::compare_n(roman_num, "VI", 2)) return 6.0;

I think that src/classes/strings.h did not get included because its header
guard _STRINGS_H conflicted with /usr/include/strings.h. Patch attached.

In combination with the other patch
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=862065#10
the package compiles and the program can be started.

Regards,
Juhani
Description: Fix FTBFS: error: 'starstrings' has not been declared
 src/classes/strings.h did not get included because its header guard
 _STRINGS_H conflicted with /usr/include/strings.h.
Author: Juhani Numminen 
Bug-Debian: https://bugs.debian.org/887769
Last-Update: 2018-01-24

--- a/src/classes/strings.h
+++ b/src/classes/strings.h
@@ -1,5 +1,5 @@
-#ifndef _STRINGS_H
-#define _STRINGS_H
+#ifndef STARPLOT_STRINGS_H
+#define STARPLOT_STRINGS_H
 
 #include "../../lib/compat.h"
 #include "cxx_macros.h"


Bug#887631: marked as done (ocfs2-tools FTBFS with glibc 2.26)

2018-01-24 Thread Debian Bug Tracking System
Your message dated Wed, 24 Jan 2018 15:29:51 +
with message-id 
and subject line Bug#887631: fixed in ocfs2-tools 1.8.5-4
has caused the Debian Bug report #887631,
regarding ocfs2-tools FTBFS with glibc 2.26
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
887631: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887631
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ocfs2-tools
Version: 1.8.5-3
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/ocfs2-tools.html

...
In file included from /usr/include/string.h:431:0,
 from ../include/ocfs2/ocfs2.h:41,
 from pass4.c:32:
include/strings.h:37:1: error: unknown type name 'errcode_t'; did you mean 
'mode_t'?
 errcode_t o2fsck_strings_insert(o2fsck_strings *strings, char *string,
 ^
 mode_t
../Postamble.make:40: recipe for target 'pass4.o' failed
make[2]: *** [pass4.o] Error 1
--- End Message ---
--- Begin Message ---
Source: ocfs2-tools
Source-Version: 1.8.5-4

We believe that the bug you reported is fixed in the latest version of
ocfs2-tools, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 887...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Valentin Vidic  (supplier of updated ocfs2-tools 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 24 Jan 2018 15:09:31 +0100
Source: ocfs2-tools
Binary: ocfs2-tools ocfs2-tools-dev
Architecture: source
Version: 1.8.5-4
Distribution: unstable
Urgency: medium
Maintainer: Debian HA Maintainers 

Changed-By: Valentin Vidic 
Description:
 ocfs2-tools - tools for managing OCFS2 cluster filesystems
 ocfs2-tools-dev - tools for managing OCFS2 cluster filesystems - development 
files
Closes: 887631
Changes:
 ocfs2-tools (1.8.5-4) unstable; urgency=medium
 .
   * Set Multi-Arch: same for ocfs2-tools-dev
   * debian/control: drop ocfs2-tools Depends from ocfs2-tools-dev
   * debian/patches: fix glibc 2.26 FTBFS (Closes: #887631)
   * Move upstream init scripts to /usr/lib/ocfs2-tools
   * debian/patches: fix makedev build warning
   * debian/rules: enable hardened build
   * Update Standards-Version to 4.1.3 with no changes
   * debian/patches: document and cleanup patches
   * debian/rules: cleanup autoreconf and configure rules
   * debian/compat: use debhelper v11
   * debian/patches: fix spelling errors reported by lintian
   * debian/patches: fix error printed by o2cb stop
   * debian/ocfs2-tools.postinst: stop debconf after reading data
Checksums-Sha1:
 eb68f2352f7ac5dd1b7b9c872df0b1e14412f38e 2372 ocfs2-tools_1.8.5-4.dsc
 9cbc343c5ed57d1c26f639d600c575a8163ff8b1 32048 
ocfs2-tools_1.8.5-4.debian.tar.xz
 27abfda6c0cc5af2de380d57f0a83fe1991d839a 7076 
ocfs2-tools_1.8.5-4_source.buildinfo
Checksums-Sha256:
 68605afcee3931bb08624d59e76ca84766623eba24f6c340efc01bacfae860f7 2372 
ocfs2-tools_1.8.5-4.dsc
 a65c1488ec6522c8adf4108f2b5a6c449ab7f0dd1c1aa846d17a31fefa2bfc4d 32048 
ocfs2-tools_1.8.5-4.debian.tar.xz
 2b271803e55ea4e2e227085024196ea48b7f9c5ec10eadb441979cbec7c797ce 7076 
ocfs2-tools_1.8.5-4_source.buildinfo
Files:
 4aeae6cae9b3b64688ef19a4e0d66862 2372 admin optional ocfs2-tools_1.8.5-4.dsc
 9c961a5694ddb2bd6e11d0a84b2cadf3 32048 admin optional 
ocfs2-tools_1.8.5-4.debian.tar.xz
 220d1571e75cdc54936fb46aa1891989 7076 admin optional 
ocfs2-tools_1.8.5-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJNBAEBCgA3FiEExaW53cM9k/u2PWfIMofYmpfNqHsFAlpomdwZHHZhbGVudGlu
LnZpZGljQGNhcm5ldC5ocgAKCRAyh9ial82oe/7dEAC46hiy6X/rCjMwUVNZasKS
bLHbmajeKWsP2UYRNjOxUKLXd84g035Whw3YEYmpnbCPnAUHjWOw4IyA3ocW05mb
NAxZLVr27NhrARTpl/SEoZkPdJB7WCm+etNkztJ/JDEcYBatpx2FEwPdrYajR8lQ
/9m1J7UB/dwt5gWiSlzb/WyUrTm+1+062U9VRiD0yyHLVSvJjRMGml966r2yrCVh
ICmBtUujO2Pfe41g1TiuCcmdIBw4IHI/AILEscPAUn6VDmPbQMtJVt6WAGQmiscM
vE2mf37C/0dmZzW5u9FB79j8cquhXEfNoCAMDMF1qU05ZYek7VBIlr5scpZPZPm5
IZQG/LObJDbFCANJc5XlBLE9yo/tPG6c9ZaYSpWmHJ4UCM5OorWMW7SOOSgRjity
S2qz+ElZ7DfBeWg72FYNlLpsZKGenzbi4xOhKiuzUTi1YVSrV0uQRCFh8Crs1bze

Bug#845987: [Python-apps-team] Bug#845987: Makes planet not work at all

2018-01-24 Thread Abhijith PA
Hello.

I prepared NMU for this bug. Debdiff is attached. Please review and
acknowledge. If there is no objection, I could upload after two days.


Thanks.
diff -Nru planet-venus-0~git9de2109/debian/changelog 
planet-venus-0~git9de2109/debian/changelog
--- planet-venus-0~git9de2109/debian/changelog  2016-02-17 16:25:44.0 
+
+++ planet-venus-0~git9de2109/debian/changelog  2018-01-06 06:22:51.0 
+
@@ -1,3 +1,13 @@
+planet-venus (0~git9de2109-4.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Incorporate a patch along with html5lib-no_XHTMLSerializer.patch,
+ for fixing python-html5lib version bug. ( Closes: #845987)
+  * Switch to compact version 9 
+  * Refresh removevendordeps.patch
+
+ -- Abhijith PA   Sat, 06 Jan 2018 11:52:51 +0530
+
 planet-venus (0~git9de2109-4) unstable; urgency=medium
 
   * Team upload.
diff -Nru 
planet-venus-0~git9de2109/debian/patches/html5lib-no_XHTMLSerializer.patch 
planet-venus-0~git9de2109/debian/patches/html5lib-no_XHTMLSerializer.patch
--- planet-venus-0~git9de2109/debian/patches/html5lib-no_XHTMLSerializer.patch  
2014-05-08 14:05:25.0 +
+++ planet-venus-0~git9de2109/debian/patches/html5lib-no_XHTMLSerializer.patch  
2018-01-06 06:22:51.0 +
@@ -1,12 +1,18 @@
 Description: Adjust to html5lib 0.999
  There are several changes in html5lib (and feedparser) that need some
  adaptations (tested to comply with the test suite mainly).
-Author: Olivier Berger 
+ --
+ edit: A patch from #845987 is incorporated along with this patch. Thanks
+ to Jakob Haufe .  
 
-diff --git a/planet/scrub.py b/planet/scrub.py
-index fef5c22..bd707f1 100644
 a/planet/scrub.py
-+++ b/planet/scrub.py
+Date: 2018-01-06
+Author: Olivier Berger , 
+Abhijith PA 
+
+Index: planet-venus-0~git9de2109/planet/scrub.py
+===
+--- planet-venus-0~git9de2109.orig/planet/scrub.py
 planet-venus-0~git9de2109/planet/scrub.py
 @@ -128,24 +128,23 @@ def scrub(feed_uri, data):
  node['value'] = feedparser._resolveRelativeURIs(
  node.value, node.base, 'utf-8', node.type)
@@ -19,12 +25,25 @@
 -doc = minidom.parseString(node['value'])
 -  except:
 -node['type']='text/html'
--
++if node['value']:
++# Run this through HTML5's sanitizer
++doc = None
++if 'xhtml' in node['type']:
++try:
++from xml.dom import minidom
++doc = minidom.parseString(node['value'])
++except:
++node['type']='text/html'
+ 
 -if not doc:
 -  from html5lib import html5parser, treebuilders
 -  
p=html5parser.HTMLParser(tree=treebuilders.getTreeBuilder('dom'))
 -  doc = p.parseFragment(node['value'], encoding='utf-8')
--
++if not doc:
++from html5lib import html5parser, treebuilders
++
p=html5parser.HTMLParser(tree=treebuilders.getTreeBuilder('dom'))
++doc = p.parseFragment(node['value'])
+ 
 -from html5lib import treewalkers, serializer
 -from html5lib.filters import sanitizer
 -walker = sanitizer.Filter(treewalkers.getTreeWalker('dom')(doc))
@@ -32,28 +51,15 @@
 -tree = xhtml.serialize(walker, encoding='utf-8')
 -
 -node['value'] = ''.join([str(token) for token in tree])
-+if node['value']:
-+# Run this through HTML5's sanitizer
-+doc = None
-+if 'xhtml' in node['type']:
-+try:
-+from xml.dom import minidom
-+doc = minidom.parseString(node['value'])
-+except:
-+node['type']='text/html'
-+
-+if not doc:
-+from html5lib import html5parser, treebuilders, sanitizer
-+
p=html5parser.HTMLParser(tree=treebuilders.getTreeBuilder('dom'), 
tokenizer=sanitizer.HTMLSanitizer)
-+doc = p.parseFragment(node['value'], encoding='utf-8')
-+
 +from html5lib import treewalkers, serializer
 +walker = treewalkers.getTreeWalker('dom')(doc)
-+xhtml = serializer.HTMLSerializer(inject_meta_charset = False)
++xhtml = serializer.HTMLSerializer(inject_meta_charset = 
False, sanitize=True)
 +tree = xhtml.serialize(walker, encoding='utf-8')
 +node['value'] = ''.join([str(token) for token in tree])
 a/planet/reconstitute.py
-+++ b/planet/reconstitute.py
+Index: planet-venus-0~git9de2109/planet/reconstitute.py
+===

Bug#888182: qemu-system-arm: qemu-system-arm crashes when run as part of the nbdkit testsuite

2018-01-24 Thread Richard W.M. Jones
The test failure looks like a problem in libguestfs (or maybe qemu)
rather than nbdkit.

TBH in Fedora we disable nbdkit tests on 32-bit armv7, 32-bit i686
and all POWER:

  
https://src.fedoraproject.org/rpms/nbdkit/blob/44518f07e0b28a799fa683f1f5ec2ca9c000ac01/f/nbdkit.spec#_419

Now that's not because they shouldn't work eventually, it's because we
don't routinely test nbdkit upstream on these architectures.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-top is 'top' for virtual machines.  Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://people.redhat.com/~rjones/virt-top



Bug#888271: libpanel-applet-dev,libpanel-applet-doc: both ship /usr/share/doc/libpanel-applet-dev/AUTHORS

2018-01-24 Thread Andreas Beckmann
Package: libpanel-applet-dev,libpanel-applet-doc
Version: 3.26.0-3
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package failed to install
because it tries to overwrite other packages files without declaring a
Breaks+Replaces relation.

See policy 7.6 at
https://www.debian.org/doc/debian-policy/#overwriting-files-and-replacing-packages-replaces

>From the attached log (scroll to the bottom...):

  Selecting previously unselected package libpanel-applet-doc.
  Preparing to unpack .../libpanel-applet-doc_3.26.0-3_all.deb ...
  Unpacking libpanel-applet-doc (3.26.0-3) ...
  dpkg: error processing archive 
/var/cache/apt/archives/libpanel-applet-doc_3.26.0-3_all.deb (--unpack):
   trying to overwrite '/usr/share/doc/libpanel-applet-dev/AUTHORS', which is 
also in package libpanel-applet-dev 3.26.0-3
  dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
  Errors were encountered while processing:
   /var/cache/apt/archives/libpanel-applet-doc_3.26.0-3_all.deb

This could be an effect of dh_installdocs in debhelper compat 11.


cheers,

Andreas


libpanel-applet-dev=3.26.0-3_libpanel-applet-doc=3.26.0-3.log.gz
Description: application/gzip


Bug#880332: marked as done (libgudev: FTBFS: Test failures)

2018-01-24 Thread Debian Bug Tracking System
Your message dated Wed, 24 Jan 2018 13:23:59 +
with message-id 
and subject line Bug#880332: fixed in libgudev 232-2
has caused the Debian Bug report #880332,
regarding libgudev: FTBFS: Test failures
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
880332: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880332
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libgudev
Version: 232-1
Severity: serious
Tags: buster sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20171030 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> gtkdoc-mkhtml 2>&1 --help | grep  >/dev/null "\-\-path"; \
> if test "$?" = "0"; then \
>   mkhtml_options="$mkhtml_options --path=\"/<>/docs\""; \
> fi; \
> cd html && gtkdoc-mkhtml $mkhtml_options --path=/<>/docs 
> --path=/<>/docs gudev ../gudev-docs.xml
> gtkdoc-fixxref --module=gudev --module-dir=html 
> --html-dir=/usr/share/gtk-doc/html >/dev/null 2>&1
> touch html-build.stamp
> Making all in tests
> gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include/umockdev-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I.. -g -O2 
> -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -c -o test_enumerator_filter-test-enumerator-filter.o 
> `test -f 'test-enumerator-filter.c' || echo './'`test-enumerator-filter.c
> /bin/bash ../libtool  --tag=CC   --mode=link gcc -I/usr/include/umockdev-1.0 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I.. -g 
> -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
> -Werror=format-security  -Wl,-z,relro -o test-enumerator-filter 
> test_enumerator_filter-test-enumerator-filter.o -lumockdev -lgobject-2.0 
> -lglib-2.0 ../libgudev-1.0.la 
> libtool: link: gcc -I/usr/include/umockdev-1.0 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I.. -g -O2 
> -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wl,-z -Wl,relro -o .libs/test-enumerator-filter 
> test_enumerator_filter-test-enumerator-filter.o  -lumockdev -lgobject-2.0 
> -lglib-2.0 ../.libs/libgudev-1.0.so -pthread
> TEST: test-enumerator-filter... (pid=87060)
> **
> ERROR:test-enumerator-filter.c:77:main: assertion failed: 
> (umockdev_in_mock_environment ())
> FAIL: test-enumerator-filter
> Makefile:646: recipe for target 'test' failed

The full build log is available from:
   http://aws-logs.debian.net/2017/10/30/libgudev_232-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: libgudev
Source-Version: 232-2

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

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 880...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jeremy Bicha  (supplier of updated libgudev package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 24 Jan 2018 07:57:46 -0500
Source: libgudev
Binary: libgudev-1.0-0 gir1.2-gudev-1.0 libgudev-1.0-dev
Architecture: source
Version: 232-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 

Changed-By: Jeremy Bicha 
Description:
 gir1.2-gudev-1.0 - libgudev-1.0 introspection data
 libgudev-1.0-0 - GObject-based wrapper library for libudev
 libgudev-1.0-dev - libgudev-1.0 development files
Closes: 880332
Changes:
 libgudev (232-2) unstable; urgency=medium
 .
   * Update Vcs fields and debian/gbp.conf for Debian GNOME conventions
   * Bump Standards-Version to 4.1.3
   * Bump debhelper compat to 11
   * 

Bug#888263: Spectre : release kernel 4.9.77 to stretch before p-u

2018-01-24 Thread Julien Aubin
Le 24 janv. 2018 14:07, "Yves-Alexis Perez"  a écrit :

On Wed, 2018-01-24 at 14:03 +0100, Julien Aubin wrote:
> I know it... :'( But as you rebuild the kernel image the updated compiler
> may come a bit later w/o needing another kernel update ?

I'm not really sure we will do a kernel binNMU in stretch-pu, but in any
case
that's a discussion for when we will actually have a fix.
>
> Anyway if you want someone to test the updates please push the updated
> packages to stretch-p-u and I'll tell you if it works on my four boxes
which
> are :
> - An Intel Core i7 4790 w/ NVidia blob 384.111
> - An AMD Phenom 9850 w/ NVidia blob 384.111
> - An Intel Core i7 4800MQ laptop
> - An Intel NUC Atom Apollo Lake

You'll be notified when the upload is done and this bug is closed, so you'll
be able to test at that point.

Regards,
--
Yves-Alexis


Okay so whatever you decide w/ security team (retpoline fixes only or full
4.9.77) I can test if it helps.


Bug#883030: Acknowledgement (firefox: Text in many sites including localhost/pages are not being

2018-01-24 Thread Sridhar M. A.
Installed the latest version of firefox from experimental today. All the
sites are working properly. 

$ apt-cache policy firefox
firefox:
  Installed: 58.0~b14-1
  Candidate: 58.0~b14-1
  Version table:
 *** 58.0~b14-1 800
400 http://ftp.de.debian.org/debian experimental/main amd64 Packages
100 /var/lib/dpkg/status
 57.0.4-1 600
600 http://ftp.de.debian.org/debian unstable/main amd64 Packages

Other info (if needed):

System:Host: brahman Kernel: 4.14.0-14.1-liquorix-amd64 x86_64 bits: 64 
Desktop: Openbox 3.6.1
   Distro: Debian GNU/Linux buster/sid
Graphics:  Card: NVIDIA GK208 [GeForce GT 710B]
   Display Server: X.Org 1.19.5 driver: nvidia Resolution: 
1920x1080@60.00hz
   OpenGL: renderer: GeForce GT 710/PCIe/SSE2 version: 4.5.0 NVIDIA 
390.12

--
Sridhar M.A.

In 1962, you could buy a pair of SHARKSKIN SLACKS, with a "Continental
Belt," for $10.99!!



Bug#888263: Spectre : release kernel 4.9.77 to stretch before p-u

2018-01-24 Thread Yves-Alexis Perez
On Wed, 2018-01-24 at 14:03 +0100, Julien Aubin wrote:
> I know it... :'( But as you rebuild the kernel image the updated compiler
> may come a bit later w/o needing another kernel update ?

I'm not really sure we will do a kernel binNMU in stretch-pu, but in any case
that's a discussion for when we will actually have a fix.
> 
> Anyway if you want someone to test the updates please push the updated
> packages to stretch-p-u and I'll tell you if it works on my four boxes which
> are :
> - An Intel Core i7 4790 w/ NVidia blob 384.111
> - An AMD Phenom 9850 w/ NVidia blob 384.111
> - An Intel Core i7 4800MQ laptop
> - An Intel NUC Atom Apollo Lake

You'll be notified when the upload is done and this bug is closed, so you'll
be able to test at that point.

Regards,
-- 
Yves-Alexis

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


Bug#888263: Spectre : release kernel 4.9.77 to stretch before p-u

2018-01-24 Thread Julien Aubin
2018-01-24 13:52 GMT+01:00 Yves-Alexis Perez :

> On Wed, 2018-01-24 at 13:43 +0100, Julien Aubin wrote:
> > Package: linux-image-4.9.0-5-amd64
> > Version: 4.9.65-3+deb9u2
> > Severity: serious
> > Tags: security
> > Justification: root security hole
> >
> > Hi,
> >
> > Now that kernel release 4.9.77 has been released and contains the full
> > retpoline fixes, could you please bring it to stretch before the next
> p-u ?
>
> Hi,
>
> work on 4.9.77 is mostly done, so yes I'd like to push it to stretch before
> next point relase. 4.9.78 is just out but I'm unsure if we want to hold it
> or
> not.
> >
> > I know this situation is quite exceptionnal, but all the Spectre story
> is.
> > I'm not sure backporting only the required changes for retpoline would be
> > that easy.
>
> That beeing said, retpoline support in the kernel is not enough. It also
> needs
> gcc fixes, which are not yet available, as far as I can tell. So while we
> can
> push an updated kernel to stretch, spectre won't be mitigated.
>

I know it... :'( But as you rebuild the kernel image the updated compiler
may come a bit later w/o needing another kernel update ?

Anyway if you want someone to test the updates please push the updated
packages to stretch-p-u and I'll tell you if it works on my four boxes
which are :
- An Intel Core i7 4790 w/ NVidia blob 384.111
- An AMD Phenom 9850 w/ NVidia blob 384.111
- An Intel Core i7 4800MQ laptop
- An Intel NUC Atom Apollo Lake

Rgds,

>
> Regards,
> --
> Yves-Alexis


Bug#880332: Bug #880332 in libgudev marked as pending

2018-01-24 Thread jbicha
Control: tag -1 pending

Hello,

Bug #880332 in libgudev reported by you has been fixed in the
Git repository and is awaiting an upload. You can see the commit
message below, and you can check the diff of the fix at:

https://salsa.debian.org/gnome-team/libgudev/commit/633a7aeefe60ca2ffb599482d75d9e104a0108db


Cherry-pick patch to fix build with umockdev 0.9.4 (Closes: #880332)



(this message was generated automatically)
-- 
Greetings



Processed: Bug #880332 in libgudev marked as pending

2018-01-24 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #880332 [src:libgudev] libgudev: FTBFS: Test failures
Added tag(s) pending.

-- 
880332: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880332
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#888263: Spectre : release kernel 4.9.77 to stretch before p-u

2018-01-24 Thread Yves-Alexis Perez
On Wed, 2018-01-24 at 13:43 +0100, Julien Aubin wrote:
> Package: linux-image-4.9.0-5-amd64
> Version: 4.9.65-3+deb9u2
> Severity: serious
> Tags: security
> Justification: root security hole
> 
> Hi,
> 
> Now that kernel release 4.9.77 has been released and contains the full
> retpoline fixes, could you please bring it to stretch before the next p-u ?

Hi,

work on 4.9.77 is mostly done, so yes I'd like to push it to stretch before
next point relase. 4.9.78 is just out but I'm unsure if we want to hold it or
not.
> 
> I know this situation is quite exceptionnal, but all the Spectre story is.
> I'm not sure backporting only the required changes for retpoline would be
> that easy.

That beeing said, retpoline support in the kernel is not enough. It also needs
gcc fixes, which are not yet available, as far as I can tell. So while we can
push an updated kernel to stretch, spectre won't be mitigated.

Regards,
-- 
Yves-Alexis

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


Bug#888263: marked as done (Spectre : release kernel 4.9.77 to stretch before p-u)

2018-01-24 Thread Debian Bug Tracking System
Your message dated Wed, 24 Jan 2018 13:49:02 +0100
with message-id <3928bf89-9133-6935-1433-dd7af60f0...@debian.org>
and subject line Re: Bug#888263: Spectre : release kernel 4.9.77 to stretch 
before p-u
has caused the Debian Bug report #888263,
regarding Spectre : release kernel 4.9.77 to stretch before p-u
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
888263: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888263
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: linux-image-4.9.0-5-amd64
Version: 4.9.65-3+deb9u2
Severity: serious
Tags: security
Justification: root security hole

Hi,

Now that kernel release 4.9.77 has been released and contains the full
retpoline fixes, could you please bring it to stretch before the next p-u ?

I know this situation is quite exceptionnal, but all the Spectre story is.
I'm not sure backporting only the required changes for retpoline would be
that easy.

Thanks a lot,
--- End Message ---
--- Begin Message ---
On 01/24/2018 01:43 PM, Julien Aubin wrote:
> Package: linux-image-4.9.0-5-amd64
> Version: 4.9.65-3+deb9u2
> Severity: serious
> Tags: security
> Justification: root security hole
> 
> Hi,
> 
> Now that kernel release 4.9.77 has been released and contains the full
> retpoline fixes, could you please bring it to stretch before the next p-u ?
> 
> I know this situation is quite exceptionnal, but all the Spectre story
> is. I'm not sure backporting only the required changes for retpoline
> would be that easy.
> 
Really really hoping the peanut gallery can stay out of this and leave
the kernel and security team to do their jobs.  Closing.

Cheers,
Julien--- End Message ---


Bug#888263: Spectre : release kernel 4.9.77 to stretch before p-u

2018-01-24 Thread Julien Aubin
Package: linux-image-4.9.0-5-amd64
Version: 4.9.65-3+deb9u2
Severity: serious
Tags: security
Justification: root security hole

Hi,

Now that kernel release 4.9.77 has been released and contains the full
retpoline fixes, could you please bring it to stretch before the next p-u ?

I know this situation is quite exceptionnal, but all the Spectre story is.
I'm not sure backporting only the required changes for retpoline would be
that easy.

Thanks a lot,


Processed: closing 888235

2018-01-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> close 888235
Bug #888235 [dash] dash breaks debootstrap
Bug #888227 [dash] dash: Dash update remove /bin/sh symlink
Marked Bug as done
Marked Bug as done
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
888227: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888227
888235: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888235
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#888235: closing 888235

2018-01-24 Thread Andrew Shadura
close 888235 
thanks
-- 
-- 
Cheers,
  Andrew



Bug#886539: marked as done (gajim-pgp (1.2.1-2~bpo9+1) depends on python3-gnupg (>= 0.4.1), that is not available)

2018-01-24 Thread Debian Bug Tracking System
Your message dated Wed, 24 Jan 2018 12:42:32 +0100
with message-id 
<20180124124232.horde.g056fxffsnpfjtyci309...@webmail.in-berlin.de>
and subject line python3-gnupg 0.4.1-1~bpo9+1 is now in stretch-backports
has caused the Debian Bug report #886539,
regarding gajim-pgp (1.2.1-2~bpo9+1) depends on python3-gnupg (>= 0.4.1), that 
is not available
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
886539: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886539
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gajim-pgp
Version: 1.2.1-2~bpo9+1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

when trying to install gajim-pgp from stretch-backports I get the following:

$ apt install -t stretch-backports gajim-pgp
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 gajim-pgp : Depends: python3-gnupg (>= 0.4.1) but 0.3.9-1 is to be installed
E: Unable to correct problems, you have held broken packages.

Thanks for your help.

Patrik


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

Kernel: Linux 4.9.0-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
--- End Message ---
--- Begin Message ---

python3-gnupg 0.4.1-1~bpo9+1 is now in stretch-backports--- End Message ---


Processed: your mail

2018-01-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 888236 https://github.com/micahflee/torbrowser-launcher/issues/306
Bug #888236 [torbrowser-launcher] torbrowser-launcher: broken by Tor Browser 
7.5: No such file or directory: '.../Docs/sources/versions'
Set Bug forwarded-to-address to 
'https://github.com/micahflee/torbrowser-launcher/issues/306'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
888236: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888236
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: Setting asdf bug forwarded

2018-01-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 887531 https://github.com/spacetelescope/asdf/issues/429
Bug #887531 [src:python-asdf] python-asdf FTBFS: test failures
Set Bug forwarded-to-address to 
'https://github.com/spacetelescope/asdf/issues/429'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
887531: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887531
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#886847: Patch fixing the issue

2018-01-24 Thread Thomas Goirand
Hi Willem,

Indeed, we shall add a transition package. However, I would prefer to
simply remove the python-pyldap source package, and have the python-ldap
source package to carry it. Once uploaded, we can open a bug against
ftp.debian.org for the removal of the python-pyldap package.

I have attached to this message a debdiff of the proposed changes
against python-ldap. Do you agree that I upload this?

Also, could we maintain python-ldap as a team, so I could upload it?

Cheers,

Thomas Goirand (zigo)
diff -Nru python-ldap-3.0.0~b4/debian/changelog 
python-ldap-3.0.0~b4/debian/changelog
--- python-ldap-3.0.0~b4/debian/changelog   2018-01-10 07:38:36.0 
+0100
+++ python-ldap-3.0.0~b4/debian/changelog   2018-01-24 11:49:33.0 
+0100
@@ -1,3 +1,11 @@
+python-ldap (3.0.0~b4-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Add Provides, Conflicts, Replaces for python{3,}-pyldap.
+(Closes: #886847, #886847)
+
+ -- Thomas Goirand   Wed, 24 Jan 2018 11:49:33 +0100
+
 python-ldap (3.0.0~b4-1) unstable; urgency=medium
 
   * New upstream version.
diff -Nru python-ldap-3.0.0~b4/debian/control 
python-ldap-3.0.0~b4/debian/control
--- python-ldap-3.0.0~b4/debian/control 2018-01-10 07:38:36.0 +0100
+++ python-ldap-3.0.0~b4/debian/control 2018-01-24 11:49:33.0 +0100
@@ -20,10 +20,10 @@
 Package: python-ldap
 Architecture: any
 Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
-Provides: ${python:Provides}
+Provides: python-pyldap, ${python:Provides}
 Suggests: python-ldap-doc, python-pyasn1
-Conflicts: python2.3-ldap (<< 2.2.0-1.1), python2.4-ldap (<< 2.2.0-1.1), 
python2.3-ldap-tls
-Replaces: python2.3-ldap (<< 2.2.0-1.1), python2.4-ldap (<< 2.2.0-1.1), 
python2.3-ldap-tls
+Conflicts: python-pyldap (<< 3), python2.3-ldap (<< 2.2.0-1.1), python2.4-ldap 
(<< 2.2.0-1.1), python2.3-ldap-tls
+Replaces: python-pyldap, python2.3-ldap (<< 2.2.0-1.1), python2.4-ldap (<< 
2.2.0-1.1), python2.3-ldap-tls
 Description: LDAP interface module for Python
  This module provides a Python interface to the OpenLDAP client library
  (LDAP is the Lightweight Directory Access Protocol).
@@ -31,7 +31,9 @@
 Package: python3-ldap
 Architecture: any
 Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
-Provides: ${python3:Provides}
+Provides: python3-pyldap, ${python3:Provides}
+Conflicts: python3-pyldap (<< 3)
+Replaces: python3-pyldap
 Suggests: python-ldap-doc, python3-pyasn1
 Description: LDAP interface module for Python3
  This module provides a Python3 interface to the OpenLDAP client library
@@ -60,3 +62,25 @@
  (LDAP is the Lightweight Directory Access Protocol).
  .
  This package contains the extension built for the Python debug interpreter.
+
+Package: python-pyldap
+Section: oldlib
+Architecture: any
+Depends: python-ldap (>= 3), ${misc:Depends}
+Description: LDAP interface module for Python 2.7 - transition package
+ This module provides a Python3 interface to the OpenLDAP client library
+ (LDAP is the Lightweight Directory Access Protocol).
+ .
+ This transition dummy package for Python 2.7 can be safely removed, since the
+ ldap module has merged changes in the pyldap fork.
+
+Package: python3-pyldap
+Section: oldlib
+Architecture: any
+Depends: python3-ldap (>= 3), ${misc:Depends}
+Description: LDAP interface module for Python 3.x - transition package
+ This module provides a Python3 interface to the OpenLDAP client library
+ (LDAP is the Lightweight Directory Access Protocol).
+ .
+ This transition dummy package for Python 3.x can be safely removed, since the
+ ldap module has merged changes in the pyldap fork.


Bug#828451: netty fix released, netty-tcnative patch accepted

2018-01-24 Thread debian
Upstream have accepted both patches. netty 4.1.20 has been released,
which will run against a patched netty-tcnative. There hasn't been a
netty-tcnative release.

netty-3.9 is still in Debian, which also depends on netty-tcnative.
netty-3.9 has 14 build-rdeps. Eurgh.



Bug#884052: marked as done (python-oslo.log FTBFS: AssertionError: Expected '_log' to be called once. Called 0 times.)

2018-01-24 Thread Debian Bug Tracking System
Your message dated Wed, 24 Jan 2018 10:52:39 +
with message-id 
and subject line Bug#884052: fixed in python-oslo.log 3.30.2-1
has caused the Debian Bug report #884052,
regarding python-oslo.log FTBFS: AssertionError: Expected '_log' to be called 
once. Called 0 times.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
884052: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=884052
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-oslo.log
Version: 3.30.0-2
Severity: serious

Some recent change in unstable makes python-oslo.log FTBFS:

https://tests.reproducible-builds.org/debian/history/python-oslo.log.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-oslo.log.html

...
==
FAIL: 
oslo_log.tests.unit.test_log.KeywordArgumentAdapterTestCase.test_pass_args_to_log
oslo_log.tests.unit.test_log.KeywordArgumentAdapterTestCase.test_pass_args_to_log
--
_StringException: Traceback (most recent call last):
  File "/build/1st/python-oslo.log-3.30.0/oslo_log/tests/unit/test_log.py", 
line 1684, in test_pass_args_to_log
exc_info=exc_message
  File "/usr/lib/python3/dist-packages/mock/mock.py", line 947, in 
assert_called_once_with
raise AssertionError(msg)
AssertionError: Expected '_log' to be called once. Called 0 times.


==
FAIL: 
oslo_log.tests.unit.test_log.KeywordArgumentAdapterTestCase.test_pass_args_via_debug
oslo_log.tests.unit.test_log.KeywordArgumentAdapterTestCase.test_pass_args_via_debug
--
_StringException: Traceback (most recent call last):
  File "/build/1st/python-oslo.log-3.30.0/oslo_log/tests/unit/test_log.py", 
line 1710, in test_pass_args_via_debug
exc_info=exc_message
  File "/usr/lib/python3/dist-packages/mock/mock.py", line 947, in 
assert_called_once_with
raise AssertionError(msg)
AssertionError: Expected '_log' to be called once. Called 0 times.


--
Ran 168 tests in 14.053s

FAILED (failures=2, skipped=1)
debian/rules:28: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1
--- End Message ---
--- Begin Message ---
Source: python-oslo.log
Source-Version: 3.30.2-1

We believe that the bug you reported is fixed in the latest version of
python-oslo.log, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 884...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand  (supplier of updated python-oslo.log package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 24 Jan 2018 11:09:46 +0100
Source: python-oslo.log
Binary: python-oslo.log python-oslo.log-doc python3-oslo.log
Architecture: source all
Version: 3.30.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack 
Changed-By: Thomas Goirand 
Description:
 python-oslo.log - OpenStack logging configuration library - Python 2.x
 python-oslo.log-doc - OpenStack logging configuration library - doc
 python3-oslo.log - OpenStack logging configuration library - Python 3.x
Closes: 884052
Changes:
 python-oslo.log (3.30.2-1) unstable; urgency=medium
 .
   * New upstream release.
   * Build-depends on python-openstackdocstheme (>= 1.16.0).
   * (Build-)depends on python{,}3-oslo.serialization (>= 2.20.2).
   * Using pkgos-dh_auto_{install,test}.
   * Switched to debhelper 10.
   * Updated VCS fields to use salsa.
   * Standards-Version is now 4.1.3.
   * Temporarily removed failing Py 3.6 tests (Closes: #884052).
Checksums-Sha1:
 6b7793673e4398dee665a866001687ce09bef0a5 3134 python-oslo.log_3.30.2-1.dsc
 b87fd17273d9f6a2d16f0474193a9c76d637841e 56164 
python-oslo.log_3.30.2.orig.tar.xz
 588cdf0d8053fa69978ce0920c633f75c4555982 4456 
python-oslo.log_3.30.2-1.debian.tar.xz
 

Processed: Fwd: Raising severity

2018-01-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # Starplot fails to start at all, which makes the package unusable
> severity 862065 grave
Bug #862065 [starplot] starplot: does not start due to invalid pointer error
Severity set to 'grave' from 'important'
> tags 862065 + patch
Bug #862065 [starplot] starplot: does not start due to invalid pointer error
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
862065: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=862065
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#888252: py-radix: Incomplete debian/copyright?

2018-01-24 Thread Chris Lamb
Source: py-radix
Version: 0.10.0-1
Severity: serious
Justication: Policy 12.5
X-Debbugs-CC: Aggelos Avgerinos 

Hi,

I just ACCEPTed py-radix from NEW but noticed it was missing 
attribution in debian/copyright for at least Michael J. Schultz

(This is not exhaustive so please check over the entire package 
carefully and address these on your next upload.)


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-



Processed: fixed 888227 in 0.5.8-2.9

2018-01-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> fixed 888227 0.5.8-2.9
Bug #888227 [dash] dash: Dash update remove /bin/sh symlink
Bug #888235 [dash] dash breaks debootstrap
There is no source info for the package 'dash' at version '0.5.8-2.9' with 
architecture ''
Unable to make a source version for version '0.5.8-2.9'
Marked as fixed in versions 0.5.8-2.9.
Marked as fixed in versions 0.5.8-2.9.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
888227: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888227
888235: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888235
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: fixed 888227 in 0.5.8-2.8

2018-01-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> fixed 888227 0.5.8-2.8
Bug #888227 [dash] dash: Dash update remove /bin/sh symlink
Bug #888235 [dash] dash breaks debootstrap
There is no source info for the package 'dash' at version '0.5.8-2.8' with 
architecture ''
Unable to make a source version for version '0.5.8-2.8'
Marked as fixed in versions 0.5.8-2.8.
Marked as fixed in versions 0.5.8-2.8.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
888227: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888227
888235: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888235
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: forcibly merging 888227 888235

2018-01-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forcemerge 888227 888235
Bug #888227 [dash] dash: Dash update remove /bin/sh symlink
Bug #888235 {Done: Andrew Shadura } [dash] dash breaks 
debootstrap
Severity set to 'critical' from 'serious'
'reopen' may be inappropriate when a bug has been closed with a version;
all fixed versions will be cleared, and you may need to re-add them.
Bug reopened
No longer marked as fixed in versions dash/0.5.8-2.8 and dash/0.5.8-2.9.
Marked as found in versions dash/0.5.8-2.6.
Bug #888227 [dash] dash: Dash update remove /bin/sh symlink
The source dash and version 0.5.8-2.8 do not appear to match any binary packages
The source dash and version 0.5.8-2.9 do not appear to match any binary packages
Marked as fixed in versions dash/0.5.8-2.8 and dash/0.5.8-2.9.
Marked as found in versions dash/0.5.8-2.7.
Added tag(s) patch.
Bug #888235 [dash] dash breaks debootstrap
The source dash and version 0.5.8-2.8 do not appear to match any binary packages
The source dash and version 0.5.8-2.9 do not appear to match any binary packages
Marked as fixed in versions dash/0.5.8-2.9 and dash/0.5.8-2.8.
Merged 888227 888235
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
888227: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888227
888235: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888235
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed (with 1 error): Re: Bug#888227: dash: Dash update remove /bin/sh symlink

2018-01-24 Thread Debian Bug Tracking System
Processing control commands:

> severity 888227 critical
Bug #888227 [dash] dash: Dash update remove /bin/sh symlink
Severity set to 'critical' from 'important'
> merge 888227 888235
Bug #888227 [dash] dash: Dash update remove /bin/sh symlink
Unable to merge bugs because:
severity of #888235 is 'serious' not 'critical'
done of #888235 is 'Andrew Shadura ' not ''
Failed to merge 888227: Did not alter merged bugs.


-- 
888227: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888227
888235: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888235
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#860479: marked as done (openvswitch-datapath-dkms (and openvswitch-datapath-source) fail compiling on fresh install of 7.11)

2018-01-24 Thread Debian Bug Tracking System
Your message dated Wed, 24 Jan 2018 09:22:02 +0100
with message-id 
and subject line Closing bug
has caused the Debian Bug report #860479,
regarding openvswitch-datapath-dkms (and openvswitch-datapath-source) fail 
compiling on fresh install of 7.11
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
860479: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860479
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: openvswitch-datapath-dkms
Version: 1.4.2+git20120612-9.1~deb7u1.1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

Installing openvswitch-datapath-dkms (OR openvswitch-datapath-source) is
currently broken in Wheezy 7.11.

I have tested both on a fresh install and an upgraded (from 7.8 to 7.11)
install.

The issue seems present in "datapath/linux/tunnel.c":

/var/lib/dkms/openvswitch/1.4.2+git20120612/build/datapath/linux/tunnel.c:
In function ‘ecn_decapsulate’:
/var/lib/dkms/openvswitch/1.4.2+git20120612/build/datapath/linux/tunnel.c:395:4:
warning: passing argument 1 of ‘IP6_ECN_set_ce’ from incompatible pointer
type [enabled by default]
/usr/src/linux-headers-3.2.0-4-common/include/net/inet_ecn.h:118:19: note:
expected ‘struct sk_buff *’ but argument is of type ‘struct ipv6hdr *’
/var/lib/dkms/openvswitch/1.4.2+git20120612/build/datapath/linux/tunnel.c:395:4:
error: too few arguments to function ‘IP6_ECN_set_ce’
/usr/src/linux-headers-3.2.0-4-common/include/net/inet_ecn.h:118:19: note:
declared here
/var/lib/dkms/openvswitch/1.4.2+git20120612/build/datapath/linux/tunnel.c:
In function ‘ovs_tnl_send’:
/var/lib/dkms/openvswitch/1.4.2+git20120612/build/datapath/linux/tunnel.c:1304:3:
warning: passing argument 2 of ‘ip_select_ident’ from incompatible pointer
type [enabled by default]
/usr/src/linux-headers-3.2.0-4-common/include/net/ip.h:293:20: note:
expected ‘struct sock *’ but argument is of type ‘struct dst_entry *’
make[4]: ***
[/var/lib/dkms/openvswitch/1.4.2+git20120612/build/datapath/linux/tunnel.o]
Error 1
make[3]: ***
[_module_/var/lib/dkms/openvswitch/1.4.2+git20120612/build/datapath/linux]
Error 2
make[2]: *** [sub-make] Error 2
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.2.0-4-amd64'
make: *** [default] Error 2
make: Leaving directory
`/var/lib/dkms/openvswitch/1.4.2+git20120612/build/datapath/linux'

Both "dkms autoinstal" and "m-a -t a-i openvswitch-datapath" fail on the
same issue.

Removing the ipv6-related code between

  #if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE)

and

  #endif

allows the module to be built without errors, but obviously with broken
ipv6 support.

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

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

Versions of packages openvswitch-datapath-dkms depends on:
ii  dkms   2.2.0.3-1.2
ii  libc6-dev  2.13-38+deb7u11
ii  make   3.81-8.2

openvswitch-datapath-dkms recommends no packages.

openvswitch-datapath-dkms suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
This bug is only relevant to oldoldstable, and therefore shall be
closed, as this is no longer supported.

Cheers,

Thomas Goirand (zigo)--- End Message ---


Bug#886177: closing 886177

2018-01-24 Thread Jonas Smedegaard
close 886177 0.2.3h+dfsg-2
thanks

xul-ext-sieve depends on thunderbird/icedove since release 0.2.3h+dfsg-2.

 - Jonas

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

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



Processed: closing 886177

2018-01-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> close 886177 0.2.3h+dfsg-2
Bug #886177 [xul-ext-sieve] xul-ext-sieve: Please depend on thunderbird | 
icedove
Marked as fixed in versions sieve-extension/0.2.3h+dfsg-2.
Bug #886177 [xul-ext-sieve] xul-ext-sieve: Please depend on thunderbird | 
icedove
Marked Bug as done
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
886177: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886177
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#880885: marked as done (caffe-contrib: B-D on obsolete compiler gcc-5 not available in testing)

2018-01-24 Thread Debian Bug Tracking System
Your message dated Wed, 24 Jan 2018 08:04:35 +
with message-id 

and subject line Fixed in 1.0.0-5
has caused the Debian Bug report #880885,
regarding caffe-contrib: B-D on obsolete compiler gcc-5 not available in testing
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
880885: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880885
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: caffe-contrib
Version: 1.0.0-4
Severity: serious
Justification: fails to build from source

caffe-contrib cannot be rebuilt in testing since gcc-5 is not available
in testing (and won't return there).


Andreas
--- End Message ---
--- Begin Message ---
This bug is fixed in 1.0.0-5
Marking as done.

-- 
Best,--- End Message ---