Bug#880554: xen domu freezes with kernel linux-image-4.9.0-4-amd64

2017-11-16 Thread Valentin Vidic
Hi,

The problem seems to be caused by the new multi-queue xen blk driver
and I was advised by the Xen devs to increase the gnttab_max_frames=256
parameter for the hypervisor.  This has solved the blocking issue
for me and it has been running without problems for a few months now.

I/O to LUNs hang / stall under high load when using xen-blkfront
https://www.novell.com/support/kb/doc.php?id=7018590

-- 
Valentin



Bug#881857: add CVE

2017-11-16 Thread Salvatore Bonaccorso
Hi Ferenc,

On Thu, Nov 16, 2017 at 11:44:32PM +0100, Ferenc Wágner wrote:
> retitle 881857 shibboleth-sp2: CVE-2017-16852: Dynamic MetadataProvider fails 
> to install security filters (SSCPP-763)

Thanks, need to check why my mail for 881857 did not went trough
(since I retitled both with the CVE assignments).

Regards,
Salvatore



Bug#881018: marked as done (cegui-mk2: FTBFS with xerces-c3.2)

2017-11-16 Thread Debian Bug Tracking System
Your message dated Fri, 17 Nov 2017 03:50:03 +
with message-id 
and subject line Bug#881018: fixed in cegui-mk2 0.8.7-2
has caused the Debian Bug report #881018,
regarding cegui-mk2: FTBFS with xerces-c3.2
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.)


-- 
881018: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881018
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: cegui-mk2
Version: 0.8.7-1.3
Severity: normal
Tags: patch


xerces-c will be transitioning from 3.1 to 3.2 soon.  However, cegui-mk2
fails to build when built against libcerces-c3.2.

Patch attached.
diff -Nuar cegui-mk2-0.8.7/debian/control cegui-mk2-0.8.7_modified/debian/control
--- cegui-mk2-0.8.7/debian/control	2016-08-21 11:48:42.0 -0400
+++ cegui-mk2-0.8.7_modified/debian/control	2017-11-07 00:20:08.832430196 -0500
@@ -59,7 +59,7 @@
 Architecture: any
 Suggests: libcegui-mk2-0.8.7-doc
 Depends: ${shlibs:Depends}, ${misc:Depends}, libcegui-mk2-0.8.7 (= ${binary:Version}),
- libdevil-dev, libxerces-c3.1, libpng-dev,
+ libdevil-dev, libxerces-c3.2, libpng-dev,
  libtiff5-dev | libtiff-dev, libjpeg-dev, libmng-dev,
  zlib1g-dev | libz-dev, libfreetype6-dev, lua-expat-dev, liblcms2-dev,
  libpcre3-dev, libfreeimage-dev, ${python:Depends}
diff -Nuar cegui-mk2-0.8.7/debian/patches/series cegui-mk2-0.8.7_modified/debian/patches/series
--- cegui-mk2-0.8.7/debian/patches/series	2016-08-21 11:48:42.0 -0400
+++ cegui-mk2-0.8.7_modified/debian/patches/series	2017-11-06 21:23:34.461148759 -0500
@@ -1,3 +1,4 @@
 doxygenout
 cmakelistchanges
 SimpleTimer_kfreebsd
+xerces32_changes
diff -Nuar cegui-mk2-0.8.7/debian/patches/xerces32_changes cegui-mk2-0.8.7_modified/debian/patches/xerces32_changes
--- cegui-mk2-0.8.7/debian/patches/xerces32_changes	1969-12-31 19:00:00.0 -0500
+++ cegui-mk2-0.8.7_modified/debian/patches/xerces32_changes	2017-11-06 22:31:10.738418876 -0500
@@ -0,0 +1,33 @@
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -72,7 +72,7 @@ endif()
+ 
+ if ((CMAKE_CXX_COMPILER_ID STREQUAL "GNU") OR (CMAKE_CXX_COMPILER_ID STREQUAL "Clang"))
+ set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c99")
+-set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++03")
++set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
+ elseif (NOT CMAKE_VERSION VERSION_LESS "3.1")
+ set (CMAKE_C_STANDARD_REQUIRED TRUE)
+ set (CMAKE_C_STANDARD "99")
+--- a/cegui/src/XMLParserModules/TinyXML/XMLParser.cpp
 b/cegui/src/XMLParserModules/TinyXML/XMLParser.cpp
+@@ -130,7 +130,7 @@ namespace CEGUI
+ processElement(childNode->ToElement());
+ break;
+ case TiXmlNode::CEGUI_TINYXML_TEXT:
+-if (childNode->ToText()->Value() != '\0')
++if (childNode->ToText()->Value() != nullptr)
+ d_handler->text((encoded_char*)childNode->ToText()->Value());
+ break;
+ 
+--- a/cegui/src/XMLParserModules/RapidXML/XMLParser.cpp
 b/cegui/src/XMLParserModules/RapidXML/XMLParser.cpp
+@@ -144,7 +144,7 @@ void RapidXMLDocument::processElement(co
+ break;
+ 
+ case rapidxml::node_data:
+-if (childNode->value() != '\0')
++if (childNode->value() != nullptr)
+ d_handler->text(
+ reinterpret_cast(childNode->value()));
+ 
--- End Message ---
--- Begin Message ---
Source: cegui-mk2
Source-Version: 0.8.7-2

We believe that the bug you reported is fixed in the latest version of
cegui-mk2, 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 881...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Muammar El Khatib  (supplier of updated cegui-mk2 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, 16 Nov 2017 21:43:47 -0500
Source: cegui-mk2
Binary: libcegui-mk2-0.8.7 libcegui-mk2-0.8.7-dbg libcegui-mk2-dev 
libcegui-mk2-doc
Architecture: source amd64 all
Version: 0.8.7-2
Distribution: unstable
Urgency: medium
Maintainer: Muammar El Khatib 

Bug#822594: marked as done (gkdebconf: depends on gksu which is deprecated)

2017-11-16 Thread Debian Bug Tracking System
Your message dated Fri, 17 Nov 2017 03:21:40 +
with message-id 
and subject line Bug#822594: fixed in gkdebconf 2.0.0
has caused the Debian Bug report #822594,
regarding gkdebconf: depends on gksu which is 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.)


-- 
822594: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822594
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gkdebconf
Severity: important
Tags: sid stretch
User: pkg-gnome-maintain...@lists.alioth.debian.org
Usertags: oldlibs gksu

Hi,

gkdebconf depends on gksu, which is deprecated and unmaintained. Thus
we want to remove it from the archive.

gkdebconf should switch to a supported and securer way to become
root, particularly one that doesn't mean running your whole
application as root (including the GUI), e.g. using polkit.

Please try to do this before the Stretch release as we're going to
try to remove gksu this cycle.

We'll bump this to serious when the list of rdeps is small and we're
getting ready to removing gksu completely.

If you have any question don't hesitate to ask.

https://www.freedesktop.org/wiki/Software/polkit/
https://wiki.debian.org/PolicyKit

Cheers, Emilio 
--- End Message ---
--- Begin Message ---
Source: gkdebconf
Source-Version: 2.0.0

We believe that the bug you reported is fixed in the latest version of
gkdebconf, 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 822...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Axel Beckert  (supplier of updated gkdebconf 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: Fri, 17 Nov 2017 02:31:44 +0100
Source: gkdebconf
Binary: gkdebconf
Architecture: source amd64
Version: 2.0.0
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group 
Changed-By: Axel Beckert 
Description:
 gkdebconf  - Helper to reconfigure packages with Debconf
Closes: 755706 803896 822594
Changes:
 gkdebconf (2.0.0) unstable; urgency=low
 .
   * QA upload
   * Set Maintainer to Debian QA Group. (c.f. #852526)
   * Apply "wrap-and-sort -a".
   * Drop gksu support, use sudo + ssh-askpass instead.
 + Add NEWS.Debian entry.
 + Bump major version.
 + Add dependencies on ssh-askpass and sudo.
 + Closes: #822594
   * Switch to source format "3.0 (native)".
   * Switch to minimal "dh $@" style debian/rules and dh compat level 10.
 + Update versioned debhelper build-dependency accordingly.
 + Fix scripts/Makefile.am. (command vs phony target)
 + Install .desktop file via debian/install.
 + Remove all generated files from git repository and source package.
 + Remove po/stamp-po, scripts/*.gmo and ABOUT-NLS in clean target.
 + Fixes several issues in the build system. (Closes: #755706, #803896)
   * Add a .gitignore file.
   * Remove trailing whitespace and double blank lines from ancient
 debian/changelog entries.
   * Enable all hardening build flags.
   * Add Vcs-* headers for newly created collab-maint git repository.
   * Declare compliance with Debian Policy 4.1.1.
   * Fix section in menu file.
   * Run Emacs' whitespace-cleanup over src/*.c and some other files.
   * Convert debian/copyright to machine-readable DEP5 format.
   * Fix cdebconf support.
   * Drop obsolete Encoding key from .desktop file.
   * Add some keywords to .desktop file.
   * Set "Rules-Requires-Root: no".
Checksums-Sha1:
 e2c226fa9d082141a6068d6c953abec409d7bb87 1598 gkdebconf_2.0.0.dsc
 c81e2d2e2b1f35a608d3c1598707b4ebc263d0d6 230772 gkdebconf_2.0.0.tar.xz
 92ab9dc6107dd1023694fd6226c6fd9b79bed38b 57304 gkdebconf-dbgsym_2.0.0_amd64.deb
 49d303ef18c56bbb9afa0ad5dbd1b2439f061bb1 11355 gkdebconf_2.0.0_amd64.buildinfo
 d41fe00383be6ce83163ee674281bc92ceb5c9c5 82188 gkdebconf_2.0.0_amd64.deb
Checksums-Sha256:
 0c2aabbebb6e91afa07cb5c5990e866bcb8b8ee49163cab3c8d6419eaa83ff77 1598 
gkdebconf_2.0.0.dsc
 f5b5ebcb07d3f41b7ce68b9477bec22c18284897f247b28fd7b8eab09c816f6f 230772 
gkdebconf_2.0.0.tar.xz
 00352f4c85d376eec0cd9cd8883e99402fc99cde53934167cfa6398f6f787428 57304 

Bug#881904: xul-ext-useragentswitcher: does not work with modern versions of Firefox

2017-11-16 Thread Christoph Anton Mitterer
Package: xul-ext-useragentswitcher
Version: 0.7.3-3
Followup-For: Bug #881904


Hi.

I've just contacted the upstream author. He in fact plans to make a 
WebExtensions
version sooner or later:
On Thu, 2017-11-16 at 17:02 -0800, Chris Pederick wrote:
> I was focused on updating Web Developer up to this point. The new
> version of Firefox will essentially require starting entirely from
> scratch for User Agent Switcher, so while I hope to create a
> WebExtension version at some point I am not sure how soon that will
> be.


Cheers,
Chris.



Bug#881968: libidn2-doc: fails to upgrade from 'testing' - trying to overwrite /usr/share/info/libidn2.info.gz

2017-11-16 Thread Andreas Beckmann
Package: libidn2-doc
Version: 2.0.4-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/ch-relationships.html#s-replaces

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

  Selecting previously unselected package libidn2-doc.
  Preparing to unpack .../libidn2-doc_2.0.4-1_all.deb ...
  Unpacking libidn2-doc (2.0.4-1) ...
  dpkg: error processing archive 
/var/cache/apt/archives/libidn2-doc_2.0.4-1_all.deb (--unpack):
   trying to overwrite '/usr/share/info/libidn2.info.gz', which is also in 
package libidn2-dev:amd64 2.0.2-5
  Errors were encountered while processing:
   /var/cache/apt/archives/libidn2-doc_2.0.4-1_all.deb


cheers,

Andreas


libidn2-dev=2.0.2-5_libidn2-doc=2.0.4-1.log.gz
Description: application/gzip


Bug#881967: libopenmpi3: ships libpmix.so.* which has a different SOVERSION than all other libs

2017-11-16 Thread Andreas Beckmann
Package: libopenmpi3
Version: 3.0.0-1
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/ch-relationships.html#s-replaces

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

  Selecting previously unselected package libopenmpi3:amd64.
  Preparing to unpack .../9-libopenmpi3_3.0.0-1_amd64.deb ...
  Unpacking libopenmpi3:amd64 (3.0.0-1) ...
  dpkg: error processing archive 
/tmp/apt-dpkg-install-EFFXvG/9-libopenmpi3_3.0.0-1_amd64.deb (--unpack):
   trying to overwrite '/usr/lib/x86_64-linux-gnu/libpmix.so.2', which is also 
in package libpmix2:amd64 2.0.1-1
  Errors were encountered while processing:
   /tmp/apt-dpkg-install-EFFXvG/9-libopenmpi3_3.0.0-1_amd64.deb

Given that libpmix.so.2 has SOVERSION 2, but all other libraries in
libopenmpi3 have SOVERSION 40, this should be in a separate package as in sid.


cheers,

Andreas


libpmix2=2.0.1-1_libopenmpi3=3.0.0-1.log.gz
Description: application/gzip


Processed: tagging 822594

2017-11-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 822594 + pending
Bug #822594 [src:gkdebconf] gkdebconf: depends on gksu which is deprecated
Added tag(s) pending.
> thanks
Stopping processing here.

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



Bug#881864: marked as done (luksmeta FTBFS: test failures)

2017-11-16 Thread Debian Bug Tracking System
Your message dated Thu, 16 Nov 2017 23:13:24 +
with message-id 
and subject line Bug#881864: fixed in luksmeta 8-3
has caused the Debian Bug report #881864,
regarding luksmeta 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.)


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

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

...
/usr/bin/make  check-TESTS
make[3]: Entering directory '/<>'
make[4]: Entering directory '/<>'
PASS: test-crc32c
FAIL: test-lm-assumptions
FAIL: test-lm-init
FAIL: test-lm-one
FAIL: test-lm-two
FAIL: test-lm-big
FAIL: test-luksmeta

Testsuite summary for luksmeta 8

# TOTAL: 7
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  6
# XPASS: 0
# ERROR: 0

See ./test-suite.log

Makefile:995: recipe for target 'test-suite.log' failed
make[4]: *** [test-suite.log] Error 1
--- End Message ---
--- Begin Message ---
Source: luksmeta
Source-Version: 8-3

We believe that the bug you reported is fixed in the latest version of
luksmeta, 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 881...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christoph Biedl  (supplier of updated luksmeta 
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: Thu, 16 Nov 2017 23:34:04 +0100
Source: luksmeta
Binary: libluksmeta0 libluksmeta-dev luksmeta
Architecture: source powerpc
Version: 8-3
Distribution: unstable
Urgency: medium
Maintainer: Christoph Biedl 
Changed-By: Christoph Biedl 
Description:
 libluksmeta-dev - library to access metadata in the LUKSv1 header - 
development fil
 libluksmeta0 - library to access metadata in the LUKSv1 header
 luksmeta   - Utility to access metadata in a LUKSv1 header
Closes: 881864
Changes:
 luksmeta (8-3) unstable; urgency=medium
 .
   * Restrict to linux-any as cryptsetup is available only there
   * Don't fail test if the cryptsetup backend fails. Closes: #881864
Checksums-Sha1:
 1fbe5584f1191d8ed1c12df5e50d958b3ba697e1 1885 luksmeta_8-3.dsc
 b0c90f74dc96bc89adb1f4c5113036ebda7853cd 3520 luksmeta_8-3.debian.tar.xz
 c124f17e83f8910b0d003bd0c9dbd7058f60d968 3440 libluksmeta-dev_8-3_powerpc.deb
 28e9a40afb4e3400914568276046366e50b6f04a 11080 
libluksmeta0-dbgsym_8-3_powerpc.deb
 c412e8bd33b28fc12ea33b307a69b66c4359b902 7720 libluksmeta0_8-3_powerpc.deb
 083946c1b975f7579920010af291624476678fa5 12592 luksmeta-dbgsym_8-3_powerpc.deb
 ef9610f6abc894e9d9c8c104b125938b41d87051 5494 luksmeta_8-3_powerpc.buildinfo
 f76d4442a6a286b9c456ecf2fc8ce7df3ad745e7 11844 luksmeta_8-3_powerpc.deb
Checksums-Sha256:
 7360e2156b1760a1885bf885b0c4e6950b7bfba13653c250d5597e47f72b1f27 1885 
luksmeta_8-3.dsc
 edaa565074cd6ff00ea352946ef77c763871764ad4987a6a0247abeb153f5c96 3520 
luksmeta_8-3.debian.tar.xz
 36c22ef38d87d1966bc9e161cfc7a6e469c590f4b8873a9da6d086e6705fb90b 3440 
libluksmeta-dev_8-3_powerpc.deb
 cbdaff7ff7c5369a34eb9d0a70f8228706b23d9c6af572fb29357940cb4fc09c 11080 
libluksmeta0-dbgsym_8-3_powerpc.deb
 84e97f7505441619a377bf734fd5fad41ca2527c4b1db8b69bd2c3985aba9e20 7720 
libluksmeta0_8-3_powerpc.deb
 88bab974affdaeda53e72112676eb08c19e0b9f2f59f1ec406dac93f3d71d841 12592 
luksmeta-dbgsym_8-3_powerpc.deb
 b6dde5b09a74e59dc9a35caac0b5104299243dd03f4c64995a21f27040488562 5494 
luksmeta_8-3_powerpc.buildinfo
 313607548f62520c945937939a04580aef63a788f2710565c1752818849202b6 11844 
luksmeta_8-3_powerpc.deb
Files:
 e23a65ab53a018fd2e5b1be186618582 1885 net optional luksmeta_8-3.dsc
 c68d2cba1cf9be1fd4092a0727036af8 3520 net optional luksmeta_8-3.debian.tar.xz
 4057e4f740e65940279710784c6f9ca7 3440 libdevel optional 

Bug#880441: marked as done (linux-image-4.13.0-1-amd64: silently enabled AppArmor breaks other programs)

2017-11-16 Thread Debian Bug Tracking System
Your message dated Thu, 16 Nov 2017 23:13:10 +
with message-id 
and subject line Bug#880441: fixed in linux 4.13.13-1
has caused the Debian Bug report #880441,
regarding linux-image-4.13.0-1-amd64: silently enabled AppArmor breaks other 
programs
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.)


-- 
880441: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880441
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:linux
Version: 4.13.10-1
Severity: critical
Justification: breaks unrelated software


Hi.

Apparently AppArmor was enabled per default in the last version.

While I'm usually in favour of anything that improves security
(leaving aside the question here whether SELinux wouldn't be the much
more powerful solution ;-) )... this happened too silent (e.g. no
NEWS entry)... peopl may not even have installed the userland tools.

Also it breaks unrelated software, e.g. tor no longer starts and some
more as well.


Cheers,
Chris.
--- End Message ---
--- Begin Message ---
Source: linux
Source-Version: 4.13.13-1

We believe that the bug you reported is fixed in the latest version of
linux, 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.
Ben Hutchings  (supplier of updated linux 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: Thu, 16 Nov 2017 21:04:10 +
Source: linux
Binary: linux-source-4.13 linux-support-4.13.0-1 linux-doc-4.13 
linux-kbuild-4.13 linux-cpupower libcpupower1 libcpupower-dev linux-perf-4.13 
usbip hyperv-daemons lockdep liblockdep4.13 liblockdep-dev 
linux-headers-4.13.0-1-common linux-libc-dev linux-headers-4.13.0-1-all 
linux-headers-4.13.0-1-all-alpha kernel-image-4.13.0-1-alpha-generic-di 
nic-modules-4.13.0-1-alpha-generic-di 
nic-wireless-modules-4.13.0-1-alpha-generic-di 
nic-shared-modules-4.13.0-1-alpha-generic-di 
serial-modules-4.13.0-1-alpha-generic-di 
usb-serial-modules-4.13.0-1-alpha-generic-di 
ppp-modules-4.13.0-1-alpha-generic-di pata-modules-4.13.0-1-alpha-generic-di 
cdrom-core-modules-4.13.0-1-alpha-generic-di 
scsi-core-modules-4.13.0-1-alpha-generic-di 
scsi-modules-4.13.0-1-alpha-generic-di loop-modules-4.13.0-1-alpha-generic-di 
btrfs-modules-4.13.0-1-alpha-generic-di ext4-modules-4.13.0-1-alpha-generic-di 
isofs-modules-4.13.0-1-alpha-generic-di jfs-modules-4.13.0-1-alpha-generic-di
 xfs-modules-4.13.0-1-alpha-generic-di fat-modules-4.13.0-1-alpha-generic-di 
md-modules-4.13.0-1-alpha-generic-di 
multipath-modules-4.13.0-1-alpha-generic-di 
usb-modules-4.13.0-1-alpha-generic-di 
usb-storage-modules-4.13.0-1-alpha-generic-di 
fb-modules-4.13.0-1-alpha-generic-di input-modules-4.13.0-1-alpha-generic-di 
event-modules-4.13.0-1-alpha-generic-di mouse-modules-4.13.0-1-alpha-generic-di 
nic-pcmcia-modules-4.13.0-1-alpha-generic-di 
pcmcia-modules-4.13.0-1-alpha-generic-di 
nic-usb-modules-4.13.0-1-alpha-generic-di 
sata-modules-4.13.0-1-alpha-generic-di i2c-modules-4.13.0-1-alpha-generic-di 
crc-modules-4.13.0-1-alpha-generic-di crypto-modules-4.13.0-1-alpha-generic-di 
crypto-dm-modules-4.13.0-1-alpha-generic-di 
ata-modules-4.13.0-1-alpha-generic-di nbd-modules-4.13.0-1-alpha-generic-di 
squashfs-modules-4.13.0-1-alpha-generic-di 
virtio-modules-4.13.0-1-alpha-generic-di zlib-modules-4.13.0-1-alpha-generic-di 
fuse-modules-4.13.0-1-alpha-generic-di
 srm-modules-4.13.0-1-alpha-generic-di linux-image-4.13.0-1-alpha-generic 
linux-headers-4.13.0-1-alpha-generic linux-image-4.13.0-1-alpha-generic-dbg 
linux-image-4.13.0-1-alpha-smp linux-headers-4.13.0-1-alpha-smp 
linux-image-4.13.0-1-alpha-smp-dbg linux-headers-4.13.0-1-all-amd64 
kernel-image-4.13.0-1-amd64-di nic-modules-4.13.0-1-amd64-di 
nic-wireless-modules-4.13.0-1-amd64-di nic-shared-modules-4.13.0-1-amd64-di 
serial-modules-4.13.0-1-amd64-di usb-serial-modules-4.13.0-1-amd64-di 
ppp-modules-4.13.0-1-amd64-di pata-modules-4.13.0-1-amd64-di 
cdrom-core-modules-4.13.0-1-amd64-di firewire-core-modules-4.13.0-1-amd64-di 
scsi-core-modules-4.13.0-1-amd64-di 

Processed: add CVE

2017-11-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 881857 shibboleth-sp2: CVE-2017-16852: Dynamic MetadataProvider fails 
> to install security filters (SSCPP-763)
Bug #881857 [shibboleth-sp2] shibboleth-sp2: Dynamic MetadataProvider fails to 
install security filters (SSCPP-763)
Changed Bug title to 'shibboleth-sp2: CVE-2017-16852: Dynamic MetadataProvider 
fails to install security filters (SSCPP-763)' from 'shibboleth-sp2: Dynamic 
MetadataProvider fails to install security filters (SSCPP-763)'.
>
End of message, stopping processing here.

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



Bug#881962: revolt: missed dependency from gir1.2-webkit2-4.0

2017-11-16 Thread Boris Pek
Package: revolt
Version: 0.0+git20170627.3f5112b-1
Severity: serious
Justification: Policy 3.5


Hi,

$ revolt  
Traceback (most recent call last): 
  File "/usr/bin/revolt", line 23, in  
from revolt import main 
  File "/usr/share/revolt/py/revolt/__init__.py", line 12, in  
GLib="2.0")) 
  File "/usr/lib/python3/dist-packages/gi/__init__.py", line 141, in 
require_versions 
require_version(module_name, module_version) 
  File "/usr/lib/python3/dist-packages/gi/__init__.py", line 118, in 
require_version 
raise ValueError('Namespace %s not available' % namespace) 
ValueError: Namespace WebKit2 not available

But after:
$ sudo apt-get install gir1.2-webkit2-4.0
all work as expected.

Best regards,
Boris


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

Debian Release: buster/sid

--- Package information. ---
Depends (Version) | Installed
=-+-==
python3:any (>= 3.3.2-2~) | 
python3-gi| 3.24.1-6
libwebkit2gtk-4.0-37  | 2.18.3-1
dconf-gsettings-backend   | 0.26.1-1
 OR gsettings-backend | 


Package's Recommends field is empty.

Package's Suggests field is empty.



Bug#681726: Time to remove eclipse from Testing?

2017-11-16 Thread Emmanuel Bourg
Le 15/11/2017 à 17:56, Emmanuel Bourg a écrit :

> I suspect we build the aspectj eclipse plugin but don't even install it
> in the binary package. I'll see if this can be disabled.

Long story short, it can't. aspectj deeply depends on eclipse jdt. Also
upgrading to the latest version isn't possible without updating Eclipse.

This is turning into a nightmare, we can neither upgrade nor remove
Eclipse and it's going to block the Java 9 transition :(

Emmanuel Bourg



Bug#858436: marked as done (eiskaltdcpp: Please migrate to openssl1.1 in buster)

2017-11-16 Thread Debian Bug Tracking System
Your message dated Thu, 16 Nov 2017 21:54:07 +
with message-id 
and subject line Bug#858436: fixed in eiskaltdcpp 2.2.9-5
has caused the Debian Bug report #858436,
regarding eiskaltdcpp: Please migrate to openssl1.1 in buster
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.)


-- 
858436: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=858436
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: eiskaltdcpp
Version: 2.2.9-4
Severity: important
Control: block 827061 by -1

Hi,

OpenSSL 1.1.0 is about to released.  During a rebuild of all packages using
OpenSSL this package fail to build.  A log of that build can be found at:
https://breakpoint.cc/openssl-1.1-rebuild-2016-05-29/Attempted/eiskaltdcpp_2.2.9-4_amd64-20160529-1416

On https://wiki.openssl.org/index.php/1.1_API_Changes you can see various of the
reasons why it might fail.  There are also updated man pages at
https://www.openssl.org/docs/manmaster/ that should contain useful information.

There is a libssl-dev package available in experimental that contains a recent
snapshot, I suggest you try building against that to see if everything works.

If you have problems making things work, feel free to contact us.


Kurt
--- End Message ---
--- Begin Message ---
Source: eiskaltdcpp
Source-Version: 2.2.9-5

We believe that the bug you reported is fixed in the latest version of
eiskaltdcpp, 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 858...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Boris Pek  (supplier of updated eiskaltdcpp 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: Fri, 17 Nov 2017 00:04:22 +0300
Source: eiskaltdcpp
Binary: eiskaltdcpp eiskaltdcpp-common eiskaltdcpp-emoticons 
eiskaltdcpp-scripts eiskaltdcpp-sounds libeiskaltdcpp2.2 libeiskaltdcpp-dev 
eiskaltdcpp-qt eiskaltdcpp-qt-data eiskaltdcpp-gtk eiskaltdcpp-gtk-data 
eiskaltdcpp-daemon eiskaltdcpp-cli
Architecture: source
Version: 2.2.9-5
Distribution: experimental
Urgency: medium
Maintainer: Boris Pek 
Changed-By: Boris Pek 
Description:
 eiskaltdcpp - EiskaltDC++ metapackage
 eiskaltdcpp-cli - EiskaltDC++ command-line interface
 eiskaltdcpp-common - common files for EiskaltDC++
 eiskaltdcpp-daemon - EiskaltDC++ daemon
 eiskaltdcpp-emoticons - emoticons for EiskaltDC++
 eiskaltdcpp-gtk - EiskaltDC++ GUI based on GTK+
 eiskaltdcpp-gtk-data - data files for EiskaltDC++ Gtk
 eiskaltdcpp-qt - EiskaltDC++ GUI based on Qt
 eiskaltdcpp-qt-data - data files for EiskaltDC++ Qt
 eiskaltdcpp-scripts - scripts examples for EiskaltDC++
 eiskaltdcpp-sounds - sound files for EiskaltDC++
 libeiskaltdcpp-dev - DC++ kernel from EiskaltDC++ (development files)
 libeiskaltdcpp2.2 - DC++ kernel library from EiskaltDC++
Closes: 858436
Changes:
 eiskaltdcpp (2.2.9-5) experimental; urgency=medium
 .
   * Add patch add-compatibility-with-OpenSSL-1.1.x. (Closes: #858436)
   * Update debian/control:
 - bump Standards-Version to 4.1.1 (was 3.9.6)
 - delete build dependencies from chrpath and libgtk-3-dev
 - change build dependency from libssl1.0-dev to libssl-dev
 - update dependencies of eiskaltdcpp metapackage
 - set "Multi-Arch: foreign" to binary packages eiskaltdcpp-common,
   eiskaltdcpp-emoticons, eiskaltdcpp-scripts, eiskaltdcpp-sounds,
   eiskaltdcpp-gtk-data and eiskaltdcpp-qt-data
 - set "Multi-Arch: no" to binary packages libeiskaltdcpp2.2 and
   libeiskaltdcpp-dev
 - binary package eiskaltdcpp-emoticons now recommends php-cli instead of
   suggestion of php5-cli
 - move binary package libeiskaltdcpp2.2 to section libs
 - delete all *-dbg packages for migration to automatic debug packages
 - delete package eiskaltdcpp-gtk3 because build with GTK+ 3.x is not stable
   enough and it will not be supported in the future versions of program;
   package eiskaltdcpp-gtk will be used instead
 - delete package eiskaltdcpp-qt-mini for simplifying build rules;
   package eiskaltdcpp-qt will be used instead
 - 

Bug#881956: rpm2html ftbfs "error: storage size of 'lead' isn't known"

2017-11-16 Thread peter green

Package: rpm2html
Severity: serious
Tags: buster sid

From the buildd logs for the rpm transition binnmus.


   headerInitIterator
rpmopen.c: In function 'rpmOpen':
rpmopen.c:1052:20: error: storage size of 'lead' isn't known
  struct rpmlead lead;
 ^~~~
rpmopen.c:1140:9: warning: implicit declaration of function 'fdClose'; did you 
mean 'fclose'? [-Wimplicit-function-declaration]
  fdClose(fd);
  ^~~
  fclose
Makefile:514: recipe for target 'rpmopen.o' failed
make[1]: *** [rpmopen.o] Error 1
make[1]: Leaving directory '/<>'
dh_auto_build: make -j1 returned exit code 2
debian/rules:7: recipe for target 'build-arch' failed
make: *** [build-arch] Error 2


Note: this is already a removal request for this package. This bug is mostly 
here to trigger autoremoval from testing should the ftpmasters continue to 
ignore the removal bug.



Bug#859552: marked as done (pgpool2: Please migrate to openssl1.1 in buster)

2017-11-16 Thread Debian Bug Tracking System
Your message dated Thu, 16 Nov 2017 21:17:09 +
with message-id 
and subject line Bug#859552: fixed in pgpool2 3.6.7-1
has caused the Debian Bug report #859552,
regarding pgpool2: Please migrate to openssl1.1 in buster
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.)


-- 
859552: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859552
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pgpool2
Version: 3.4.3-1
Severity: important
Control: block 827061 by -1

Hi,

OpenSSL 1.1.0 is about to released.  During a rebuild of all packages using
OpenSSL this package fail to build.  A log of that build can be found at:
https://breakpoint.cc/openssl-1.1-rebuild-2016-05-29/Attempted/pgpool2_3.4.3-1_amd64-20160529-1506

On https://wiki.openssl.org/index.php/1.1_API_Changes you can see various of the
reasons why it might fail.  There are also updated man pages at
https://www.openssl.org/docs/manmaster/ that should contain useful information.

There is a libssl-dev package available in experimental that contains a recent
snapshot, I suggest you try building against that to see if everything works.

If you have problems making things work, feel free to contact us.


Kurt
--- End Message ---
--- Begin Message ---
Source: pgpool2
Source-Version: 3.6.7-1

We believe that the bug you reported is fixed in the latest version of
pgpool2, 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 859...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christoph Berg  (supplier of updated pgpool2 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, 16 Nov 2017 20:59:45 +0100
Source: pgpool2
Binary: pgpool2 libpgpool0 libpgpool-dev postgresql-10-pgpool2
Architecture: source
Version: 3.6.7-1
Distribution: unstable
Urgency: medium
Maintainer: Debian PostgreSQL Maintainers 

Changed-By: Christoph Berg 
Description:
 libpgpool-dev - pgpool control protocol library - headers
 libpgpool0 - pgpool control protocol library
 pgpool2- connection pool server and replication proxy for PostgreSQL
 postgresql-10-pgpool2 - connection pool server and replication proxy for 
PostgreSQL - mod
Closes: 859552 877851
Changes:
 pgpool2 (3.6.7-1) unstable; urgency=medium
 .
   * New upstream version.
 + Supports OpenSSL 1.1. (Closes: #859552)
   * Remove pgpool2-dbg package.
   * Fix path of pg_md5 and pcp_recovery_node in scripts. (Closes: #877851)
Checksums-Sha1:
 26d78b7ca0304eeccddcf6929002d3d1fbf1a01d 2661 pgpool2_3.6.7-1.dsc
 c46b65475988e7a6c226e068274c542118682b51 3188186 pgpool2_3.6.7.orig.tar.gz
 a5084adb8dcd3cf356777e6d612504c3174f9a0d 12744 pgpool2_3.6.7-1.debian.tar.xz
 62860503c8c37458d39ced111b24c9831daf0064 7783 pgpool2_3.6.7-1_source.buildinfo
Checksums-Sha256:
 1eda938867bd3553d2714af971b879b3cb4d6a6daefee7345398006c4caae648 2661 
pgpool2_3.6.7-1.dsc
 09cfe2cb36b9171d4a987a8b100e298e46d6a369c1b61d9e1a47d442ce16e249 3188186 
pgpool2_3.6.7.orig.tar.gz
 6020ba1c32b61c2e1ee60ed02325f6a35fa5cac7bacbdc4e5d66a664b2e121a7 12744 
pgpool2_3.6.7-1.debian.tar.xz
 0911fb3e3914007846d1cdc799365b7bdb9106138f87fbd671ea32f50e9c303a 7783 
pgpool2_3.6.7-1_source.buildinfo
Files:
 9eeeff819326e700075978e15a81790a 2661 database optional pgpool2_3.6.7-1.dsc
 cb893b8deb8bf46b020139799b1810a9 3188186 database optional 
pgpool2_3.6.7.orig.tar.gz
 1858586091617c339611e98005ba0a6e 12744 database optional 
pgpool2_3.6.7-1.debian.tar.xz
 64d6f2b25317a4b1f7800a26edf0b999 7783 database optional 
pgpool2_3.6.7-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEXEj+YVf0kXlZcIfGTFprqxLSp64FAloN9vUACgkQTFprqxLS
p67rnBAAs/p94z8DBkDuPfQCrLPSH8lv4gopbW+LvVPcCchpuS5UhMnv2Sct6JcE
WV9zS+orEMVoOju6ANCwI0cJEd8apI5GsnEICNglVA+L+K0bYd+uDDGeMufkFZeg
YYB9f3a8UzabM/SttSxOp+zu7KaNp07V6s8P0gvdZ/Kc112ATRdo8aBZMZ3v/TaR
Bs7mf9MSChpiHoZaZBKMNqvpRQcBB2u7qglEUdq80NDhlezpbjyklFr0ObU9WPMB
9RIFq38S9bBIBMUS+QtHaNwCi51m7W7XbSrSUxwp/zYRotMzDfyEkfaPr3IlDhuW
RwVeQ12UF1+1bxuLeWg1LW3HREiDTRQqB7h4Sc2JdgHt/V+ug0jr+qQGbo/SusMX

Processed: fixed 881857 in 2.5.3+dfsg-2+deb8u1, fixed 881857 in 2.6.0+dfsg1-4+deb9u1 ...

2017-11-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> fixed 881857 2.5.3+dfsg-2+deb8u1
Bug #881857 [shibboleth-sp2] shibboleth-sp2: Dynamic MetadataProvider fails to 
install security filters (SSCPP-763)
There is no source info for the package 'shibboleth-sp2' at version 
'2.5.3+dfsg-2+deb8u1' with architecture ''
Unable to make a source version for version '2.5.3+dfsg-2+deb8u1'
Marked as fixed in versions 2.5.3+dfsg-2+deb8u1.
> fixed 881857 2.6.0+dfsg1-4+deb9u1
Bug #881857 [shibboleth-sp2] shibboleth-sp2: Dynamic MetadataProvider fails to 
install security filters (SSCPP-763)
There is no source info for the package 'shibboleth-sp2' at version 
'2.6.0+dfsg1-4+deb9u1' with architecture ''
Unable to make a source version for version '2.6.0+dfsg1-4+deb9u1'
Marked as fixed in versions 2.6.0+dfsg1-4+deb9u1.
> fixed 881856 2.5.3-2+deb8u2
Bug #881856 [src:opensaml2] opensaml2: CVE-2017-16853: Dynamic MetadataProvider 
fails to install security filters (CPPOST-105)
The source 'opensaml2' and version '2.5.3-2+deb8u2' do not appear to match any 
binary packages
Marked as fixed in versions opensaml2/2.5.3-2+deb8u2.
> fixed 881856 2.6.0-4+deb9u1
Bug #881856 [src:opensaml2] opensaml2: CVE-2017-16853: Dynamic MetadataProvider 
fails to install security filters (CPPOST-105)
The source 'opensaml2' and version '2.6.0-4+deb9u1' do not appear to match any 
binary packages
Marked as fixed in versions opensaml2/2.6.0-4+deb9u1.
> thanks
Stopping processing here.

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



Bug#861445: marked as done (getdns: Incomplete debian/copyright?)

2017-11-16 Thread Debian Bug Tracking System
Your message dated Thu, 16 Nov 2017 19:00:12 +
with message-id 
and subject line Bug#861445: fixed in getdns 1.2.1-2
has caused the Debian Bug report #861445,
regarding getdns: Incomplete debian/copyright?
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.)


-- 
861445: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861445
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: getdns
Version: 1.1.0-1
Severity: serious
Justication: Policy 12.5
X-Debbugs-CC: Daniel Kahn Gillmor 

Hi,

I just ACCEPTed getdns from NEW but noticed it was missing 
attribution in debian/copyright for at least:

  m4/ax_check_compile_flag.m4
  src/compat/arc4random{,_uniform}.c
  src/compat/getentropy_{linux,osx}.c
  src/jsmn/
  src/mdns.{c,h}
  [..]

(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
   `-
--- End Message ---
--- Begin Message ---
Source: getdns
Source-Version: 1.2.1-2

We believe that the bug you reported is fixed in the latest version of
getdns, 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 861...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ondřej Surý  (supplier of updated getdns 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: Mon, 13 Nov 2017 21:18:16 +
Source: getdns
Binary: libgetdns-dev libgetdns6 getdns-utils stubby
Architecture: source amd64
Version: 1.2.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian DNS Packaging 
Changed-By: Ondřej Surý 
Description:
 getdns-utils - modern asynchronous DNS API (utils)
 libgetdns-dev - modern asynchronous DNS API (development)
 libgetdns6 - modern asynchronous DNS API (shared library)
 stubby - modern asynchronous DNS API (stub resolver)
Closes: 861445
Changes:
 getdns (1.2.1-2) unstable; urgency=medium
 .
   [ Santiago ]
   * Update d/copyright with missing information (Closes: #861445)
Checksums-Sha1:
 db6d78c740580a48754d8568643ee74d8d616797 2436 getdns_1.2.1-2.dsc
 6750d3d3d31893983faa0c5f9158ab2d1c45e5f4 16120 getdns_1.2.1-2.debian.tar.xz
 2fd168a9567d4d3e151c337c2ac6c93bede38919 32140 
getdns-utils-dbgsym_1.2.1-2_amd64.deb
 07249e128dfe9660ca689e2a4702397461375e7b 37124 getdns-utils_1.2.1-2_amd64.deb
 dd7a2b08792da8a862bb8d8acc269edc9ff5e331 8189 getdns_1.2.1-2_amd64.buildinfo
 481153a86dfd0f400bd49d36bf28c1c7c4380cc1 307540 libgetdns-dev_1.2.1-2_amd64.deb
 1a77c9c63763bca88923c20d549dd691d17c0a60 529460 
libgetdns6-dbgsym_1.2.1-2_amd64.deb
 bd2071ad01b398a27eccd5299d2cf7bccbf9883e 187824 libgetdns6_1.2.1-2_amd64.deb
 cc66ef52568ef8d7e1ff7de36429ed3c0ec40aa4 33064 stubby-dbgsym_1.2.1-2_amd64.deb
 66d0858a67f39ef0e8efda25af5030a37933abc3 37848 stubby_1.2.1-2_amd64.deb
Checksums-Sha256:
 4e65e17f79993c9c78883035b7bc6261048415f20ae15df110b3cce523f185de 2436 
getdns_1.2.1-2.dsc
 3ed6c27bfd231ba6a1354abb01a2da3723ec9147f94e654025ebbdcc440a035a 16120 
getdns_1.2.1-2.debian.tar.xz
 d486cc4bbbfacb4d3008f7ba9c7b0a02e3a4b485eacf186ac6a9b68a6a2f3dbc 32140 
getdns-utils-dbgsym_1.2.1-2_amd64.deb
 306ee2c484e0580d3fbbebd39ddb65abc9ac3dc623aa6e2f0cf82970cf3acf84 37124 
getdns-utils_1.2.1-2_amd64.deb
 965090017ef543d89cb444142dd838173a840c5f064601b98e5182c8d88c8f91 8189 
getdns_1.2.1-2_amd64.buildinfo
 6dd66aea12b15b766d87721c5e98e7cd97c275773db220e9f1b019c9049c 307540 
libgetdns-dev_1.2.1-2_amd64.deb
 411c05f4ec1a2b63bad5910a9b77f92d852820beb84b0873df9c356139451039 529460 
libgetdns6-dbgsym_1.2.1-2_amd64.deb
 f478f5ff861f8a378a16f818726f137be9c1d3774b180b5d548c3ff937c13513 187824 
libgetdns6_1.2.1-2_amd64.deb
 a9273771504c5b530e0b18122527f951d29339469f9ca769dd562c8beb2bec11 33064 
stubby-dbgsym_1.2.1-2_amd64.deb
 7712af043c89c0a942d65af35f2f339cb890d9a18728ce4488a6eb10e8f979a9 37848 
stubby_1.2.1-2_amd64.deb
Files:
 de3302a40d5377eea0777e2c382a7cc1 2436 libs extra getdns_1.2.1-2.dsc
 7c04ec0f74f74b4bec058b49cb5d928e 16120 

Processed: forwarded GCC issue

2017-11-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 881918 https://gcc.gnu.org/PR83021
Bug #881918 [gfortran-7] gfortran-7: ICE building open-coarrays
Set Bug forwarded-to-address to 'https://gcc.gnu.org/PR83021'.
> tags 881918 + upstream
Bug #881918 [gfortran-7] gfortran-7: ICE building open-coarrays
Added tag(s) upstream.
> thanks
Stopping processing here.

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



Processed: Re: Bug#881856: opensaml2: Dynamic MetadataProvider fails to install security filters (CPPOST-105)

2017-11-16 Thread Debian Bug Tracking System
Processing control commands:

> retitle -1 opensaml2: CVE-2017-16853: Dynamic MetadataProvider fails to 
> install security filters (CPPOST-105)
Bug #881856 [src:opensaml2] shibboleth-sp2: CVE-2017-16852: Dynamic 
MetadataProvider fails to install security filters (SSCPP-763)
Changed Bug title to 'opensaml2: CVE-2017-16853: Dynamic MetadataProvider fails 
to install security filters (CPPOST-105)' from 'shibboleth-sp2: CVE-2017-16852: 
Dynamic MetadataProvider fails to install security filters (SSCPP-763)'.

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



Bug#881856: opensaml2: Dynamic MetadataProvider fails to install security filters (CPPOST-105)

2017-11-16 Thread Salvatore Bonaccorso
Control: retitle -1 opensaml2: CVE-2017-16853: Dynamic MetadataProvider fails 
to install security filters (CPPOST-105)

This issue has been assigned CVE-2017-16853.

Regards,
Salvatore



Processed: Re: Bug#881856: opensaml2: Dynamic MetadataProvider fails to install security filters (CPPOST-105)

2017-11-16 Thread Debian Bug Tracking System
Processing control commands:

> retitle -1 shibboleth-sp2: CVE-2017-16852: Dynamic MetadataProvider fails to 
> install security filters (SSCPP-763)
Bug #881856 [src:opensaml2] opensaml2: Dynamic MetadataProvider fails to 
install security filters (CPPOST-105)
Changed Bug title to 'shibboleth-sp2: CVE-2017-16852: Dynamic MetadataProvider 
fails to install security filters (SSCPP-763)' from 'opensaml2: Dynamic 
MetadataProvider fails to install security filters (CPPOST-105)'.

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



Bug#881856: opensaml2: Dynamic MetadataProvider fails to install security filters (CPPOST-105)

2017-11-16 Thread Salvatore Bonaccorso
Control: retitle -1 shibboleth-sp2: CVE-2017-16852: Dynamic MetadataProvider 
fails to install security filters (SSCPP-763)

This issue has been assigned CVE-2017-16852.

Regards,
Salvatore



Bug#881084: marked as done (qmmp FTBFS: Qt5LinguistTools*.cmake moved to qttools5-dev)

2017-11-16 Thread Debian Bug Tracking System
Your message dated Thu, 16 Nov 2017 18:05:10 +
with message-id 
and subject line Bug#881084: fixed in qmmp 1.1.10-1.1
has caused the Debian Bug report #881084,
regarding qmmp FTBFS: Qt5LinguistTools*.cmake moved to qttools5-dev
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.)


-- 
881084: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881084
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: qmmp
Version: 1.1.10-1
Severity: serious

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

...
CMake Error at CMakeLists.txt:47 (find_package):
  By not providing "FindQt5LinguistTools.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "Qt5LinguistTools", but CMake did not find one.

  Could not find a package configuration file provided by "Qt5LinguistTools"
  (requested version 5.4.0) with any of the following names:

Qt5LinguistToolsConfig.cmake
qt5linguisttools-config.cmake

  Add the installation prefix of "Qt5LinguistTools" to CMAKE_PREFIX_PATH or
  set "Qt5LinguistTools_DIR" to a directory containing one of the above
  files.  If "Qt5LinguistTools" provides a separate development package or
  SDK, be sure it has been installed.


qttools-opensource-src (5.9.2-3) unstable; urgency=medium

  * Move Qt5LinguistTools*.cmake from qttools5-dev-tools to qttools5-dev.
...
--- End Message ---
--- Begin Message ---
Source: qmmp
Source-Version: 1.1.10-1.1

We believe that the bug you reported is fixed in the latest version of
qmmp, 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 881...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose  (supplier of updated qmmp 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, 16 Nov 2017 18:35:41 +0100
Source: qmmp
Binary: qmmp qmmp-plugin-projectm
Architecture: source
Version: 1.1.10-1.1
Distribution: unstable
Urgency: medium
Maintainer: Matteo Cypriani 
Changed-By: Matthias Klose 
Description:
 qmmp   - feature-rich audio player with support of many formats
 qmmp-plugin-projectm - qmmp audio player -- projectM visualization plugin
Closes: 881084
Changes:
 qmmp (1.1.10-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Build-depend on qttools5-dev. Closes: #881084.
Checksums-Sha1:
 f08f8e0c6f87a94f614d6015726eecb1f9c02386 2768 qmmp_1.1.10-1.1.dsc
 d2164f4965cecd96eccc2c059809420eb97f0e26 15280 qmmp_1.1.10-1.1.debian.tar.xz
 d306f9cac9018ffb9cca13d441a40b6c582ee02b 8381 qmmp_1.1.10-1.1_source.buildinfo
Checksums-Sha256:
 03c4480d2bc92470b9c48f5f360d025999e95c26878bf0cfa37902f85fe4059b 2768 
qmmp_1.1.10-1.1.dsc
 8732e0b48a89bbb7a759eac4f381bea07c839d968553037d43fba93c4c0456ee 15280 
qmmp_1.1.10-1.1.debian.tar.xz
 4c139d39d34a543c75739cf8d70e9901cd90a81407b9dc065948cce874cfd2ca 8381 
qmmp_1.1.10-1.1_source.buildinfo
Files:
 6bbe48be6e14dd07db3d4ae2574baef4 2768 sound optional qmmp_1.1.10-1.1.dsc
 0bb074ce6397ada22999703df6b7a2dc 15280 sound optional 
qmmp_1.1.10-1.1.debian.tar.xz
 c9d36e201c6e7a20c537f89636953f1b 8381 sound optional 
qmmp_1.1.10-1.1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJEBAEBCAAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAloNzLYQHGRva29AZGVi
aWFuLm9yZwAKCRC9fqpgd4+m9Ue5EACXhway47C1WfDnIJ3jC618e2DO06KVecx1
NFegfyUeA0+yFwK5bhuvmZjF84d0zZxTCZDMTss+8bDccGuY6XoiTbqqMAQDExPy
kZ2K2neKvmeRHhICPVHQV8psmzhiTa4nJ2P9+XpT7zZ9RijqjdOvxaWuekjatcTi
GDQBkv6S5tsBspj3YoSTprDiwmWhRhE8P0187+LKdIeepwmd3Ls0Jf5plC10AAy+
Ge2dT5LaDZNd/dhsilKr30XQeLLCZ1Viip+LHiQqq/lFRlY2A7OUBpWiZbVcjEYd
rWcXBpZPPDAQ1TJhag5KJVdNiEfVWX/2qAojwBulsa06DhzxNjhAG/dXJHfRMtM2
5RsUeKctP1hq/LS8jnm2vZP5DY6vEPIlccJaDCQfdDZwDhKe7sIIXmg6PZe3y4um
MK+mrmjC2c41vgoHpIdAUR5UAYVjrGts47flAnv7u554xlJbXEhP1wOtv3AxjOSP
oEuqdhwo+lPiHM4yb45UTP/M2O03qjWZVjdQnxaxTp0U+W6SCeAMKFYivA303vdG
/RUYg505WZVJcCsB/9jZJyMOK+BV/A7NNcYjfzTia7x7UQxj1FrZcFG7RoyfZFhZ
eIVNZ+2039KXc6g31fZ9jtgsv7r/nn1rr8diumTNBK5mMJZp4rw1WqC3QElfxYKp
FlFgcyN2qA==
=6rke
-END PGP SIGNATURE End Message ---


Bug#881898: marked as done (mariadb-10.1: Uploads rejected by dak, blocking testing migration of mariadb-10.1 and its reverse dependencies)

2017-11-16 Thread Debian Bug Tracking System
Your message dated Thu, 16 Nov 2017 17:35:01 +
with message-id 
and subject line Bug#881898: fixed in mariadb-10.1 10.1.29-1
has caused the Debian Bug report #881898,
regarding mariadb-10.1: Uploads rejected by dak, blocking testing migration of 
mariadb-10.1 and its reverse dependencies
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.)


-- 
881898: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881898
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mariadb-10.1
Version: 10.1.28-2
Severity: serious
Justification: makes the package in question unusable or mostly so

Dear Maintainer,

The recent upload of mariadb-10.1 remains in Uploaded status on various
architectures because as Mattia Rizzolo reported "the binary uploads got
rejected by dak because they tried to upload binaries with a lower
version than ones already installed (and built by mariadb-10.2)."

Please fix these issues so mariadb-10.1 can finally migrate to testing
and unblock the testing migration of its many reverse dependencies.

Maintainers of reverse dependencies will be forced to remove the
MySQL/MariaDB support in their packages if they want their packages to
migrate to testing otherwise. This is not in the interest of our users.

Kind Regards,

Bas
--- End Message ---
--- Begin Message ---
Source: mariadb-10.1
Source-Version: 10.1.29-1

We believe that the bug you reported is fixed in the latest version of
mariadb-10.1, 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 881...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ondřej Surý  (supplier of updated mariadb-10.1 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: Thu, 16 Nov 2017 15:24:36 +
Source: mariadb-10.1
Binary: libmariadbclient18 libmariadbclient-dev libmariadbclient-dev-compat 
libmariadbd18 libmariadbd-dev mariadb-common mariadb-client-core-10.1 
mariadb-client-10.1 mariadb-server-core-10.1 mariadb-server-10.1 mariadb-server 
mariadb-client mariadb-plugin-connect mariadb-plugin-oqgraph 
mariadb-plugin-tokudb mariadb-plugin-mroonga mariadb-plugin-spider 
mariadb-plugin-gssapi-server mariadb-plugin-gssapi-client 
mariadb-plugin-cracklib-password-check
Architecture: source
Version: 10.1.29-1
Distribution: unstable
Urgency: medium
Maintainer: Debian MySQL Maintainers 
Changed-By: Ondřej Surý 
Description:
 libmariadbclient-dev - MariaDB database development files
 libmariadbclient-dev-compat - MariaDB database development files 
(libmysqlclient compatibility)
 libmariadbclient18 - MariaDB database client library
 libmariadbd-dev - MariaDB embedded database, development files
 libmariadbd18 - MariaDB embedded database, shared library
 mariadb-client - MariaDB database client (metapackage depending on the latest 
vers
 mariadb-client-10.1 - MariaDB database client binaries
 mariadb-client-core-10.1 - MariaDB database core client binaries
 mariadb-common - MariaDB common metapackage
 mariadb-plugin-connect - Connect storage engine for MariaDB
 mariadb-plugin-cracklib-password-check - CrackLib Password Validation Plugin 
for MariaDB
 mariadb-plugin-gssapi-client - GSSAPI authentication plugin for MariaDB client
 mariadb-plugin-gssapi-server - GSSAPI authentication plugin for MariaDB server
 mariadb-plugin-mroonga - Mroonga storage engine for MariaDB
 mariadb-plugin-oqgraph - OQGraph storage engine for MariaDB
 mariadb-plugin-spider - Spider storage engine for MariaDB
 mariadb-plugin-tokudb - TokuDB storage engine for MariaDB
 mariadb-server - MariaDB database server (metapackage depending on the latest 
vers
 mariadb-server-10.1 - MariaDB database server binaries
 mariadb-server-core-10.1 - MariaDB database core server files
Closes: 881898
Changes:
 mariadb-10.1 (10.1.29-1) unstable; urgency=medium
 .
   * New upstream version 10.1.29
   * Remove the mariadb-test-* packages as they are now provided by
 mariadb-10.2 (Closes: #881898)
   * Rebase patches for new upstream version.
Checksums-Sha1:
 2fc030b062401e2d15ada1dd42141ec88721bf30 4353 

Bug#881628: marked as done (http-parser: Unsuitable for testing migration)

2017-11-16 Thread Debian Bug Tracking System
Your message dated Thu, 16 Nov 2017 18:28:22 +0100
with message-id <1510853...@msgid.manchmal.in-ulm.de>
and subject line Re: http-parser: Unsuitable for testing migration
has caused the Debian Bug report #881628,
regarding http-parser: Unsuitable for testing migration
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.)


-- 
881628: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881628
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: http-parser
Version: 2.7.1-1~exp1
Severity: serious

No need in denying that: My upload of http-parser last night was flawed.
Mostly, it aimed for experimental but went to unstable unfortunately.

This package should not migrate to testing before:

* The FTBFS in ruby-http-parser.rb has been resolved (#881627)
* An agreement with the release team about this failed transition has
  been reached.

Sorry for the mess,

Christoph


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Christoph Biedl wrote...

> This package should not migrate to testing before:
> 
> * The FTBFS in ruby-http-parser.rb has been resolved (#881627)
> * An agreement with the release team about this failed transition has
>   been reached.

Luckily, this went faster than feared, closing.

Christoph


signature.asc
Description: Digital signature
--- End Message ---


Bug#881929: Incompatible with Firefox >= 57

2017-11-16 Thread Moritz Muehlenhoff
Package: xine-plugin
Severity: grave

With the update to Firefox (which remove the old plugin interface), the plugin
gets disabled.

It's still usable with firefox-esr, but only for a limited time frame (until
ESR switches to 59 in February) and given that it's dead upstream, let's remove
it from the archive.

Cheers,
Moritz



Bug#881677: marked as done (wims: fails to upgrade from 'testing': unable to install new version of '/var/lib/wims/public_html/scripts/model/es/src/11qcm.oef': No such file or directory)

2017-11-16 Thread Debian Bug Tracking System
Your message dated Thu, 16 Nov 2017 17:20:25 +
with message-id 
and subject line Bug#881677: fixed in wims 1:4.15b~dfsg1-2
has caused the Debian Bug report #881677,
regarding wims: fails to upgrade from 'testing': unable to install new version 
of '/var/lib/wims/public_html/scripts/model/es/src/11qcm.oef': 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.)


-- 
881677: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881677
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wims
Version: 1:4.15b~dfsg1-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.

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

  Preparing to unpack .../23-wims_1%3a4.15b~dfsg1-1_amd64.deb ...
  Unpacking wims (1:4.15b~dfsg1-1) over (1:4.13c~dfsg1-2) ...
  dpkg: error processing archive 
/tmp/apt-dpkg-install-0uHLSc/23-wims_1%3a4.15b~dfsg1-1_amd64.deb (--unpack):
   unable to install new version of 
'/var/lib/wims/public_html/scripts/model/es/src/11qcm.oef': No such file or 
directory


cheers,

Andreas


wims_1:4.15b~dfsg1-1.log.gz
Description: application/gzip
--- End Message ---
--- Begin Message ---
Source: wims
Source-Version: 1:4.15b~dfsg1-2

We believe that the bug you reported is fixed in the latest version of
wims, 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 881...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Georges Khaznadar  (supplier of updated wims 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, 16 Nov 2017 17:39:29 +0100
Source: wims
Binary: wims wims-modules wims-java-applets flydraw
Architecture: source amd64 all
Version: 1:4.15b~dfsg1-2
Distribution: unstable
Urgency: medium
Maintainer: Georges Khaznadar 
Changed-By: Georges Khaznadar 
Description:
 flydraw- command-line drawing tool
 wims   - server for educational content: courses, exercises, and exams
 wims-java-applets - applets for modules used by WIMS
 wims-modules - minimal set of modules used by WIMS
Closes: 881677
Changes:
 wims (1:4.15b~dfsg1-2) unstable; urgency=medium
 .
   * fixed the access to files at /var/lib/wims/public_html/scripts/model
 in debian/wims.postinsts. Closes: #881677
Checksums-Sha1:
 1d5f47dcb903712912865640fb43f101f28c6990 2313 wims_4.15b~dfsg1-2.dsc
 b07705017286897e5df5ccf2ff155161662ef80d 92944 wims_4.15b~dfsg1-2.debian.tar.xz
 b6203f9c53faba0896c370e4859dd850eab3b08d 58696 flydraw_4.15b~dfsg1-2_amd64.deb
 e9e6fbfb45b58365edbf773632c85dc5c5946fba 108000 
wims-dbgsym_4.15b~dfsg1-2_amd64.deb
 6e21f0d3d80bdb878be3972e4a9dea7c73c5767f 2574016 
wims-java-applets_4.15b~dfsg1-2_amd64.deb
 223d649f8b030aef85c35447d8522d4381d71c37 1369368 
wims-modules_4.15b~dfsg1-2_all.deb
 26daead002599dd6ebb063d41d7642514b780e57 18241 
wims_4.15b~dfsg1-2_amd64.buildinfo
 7f6a9c6676a43d5a62d0e5f72c6dbc2f9cdab13d 19500364 wims_4.15b~dfsg1-2_amd64.deb
Checksums-Sha256:
 aee44d3fb8c0699b95df3fdbfc2314dac65f82df396d78f32b6c50e98ffa0cd3 2313 
wims_4.15b~dfsg1-2.dsc
 1996651deaf012769505667d2fdc731807203dd94a4f8fee932d156ea2c2e38e 92944 
wims_4.15b~dfsg1-2.debian.tar.xz
 16ea8cf107cf162a647067d8999101059253969fb9b9594eb5d0703247e16720 58696 
flydraw_4.15b~dfsg1-2_amd64.deb
 88d43b5c3c686b08b0d8ddfa98185607d9cece63dd637facd2b354d289fff5c3 108000 
wims-dbgsym_4.15b~dfsg1-2_amd64.deb
 6e01ca81fde3dd28c8699621d817dfe2c1b4bdefd86c3ecc49110b9efc76d5ba 2574016 
wims-java-applets_4.15b~dfsg1-2_amd64.deb
 8d9f3a036343fade11a1dfb7178bd7277c80b9b7ccaa12bd04b3483041feacad 1369368 
wims-modules_4.15b~dfsg1-2_all.deb
 debc82c970214861550a3badf221a9db2473ca66877d88a355ee69206dea2a11 18241 
wims_4.15b~dfsg1-2_amd64.buildinfo
 b14f601774fb44393f799fe4ddf939f499fdf0bc8780743cd2678fb65b90dc92 19500364 
wims_4.15b~dfsg1-2_amd64.deb
Files:
 c158164190aeaae7fe70bf39a5ceb560 2313 web optional wims_4.15b~dfsg1-2.dsc
 

Processed: [bts-link] source package src:sdcv

2017-11-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> #
> # bts-link upstream status pull for source package src:sdcv
> # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
> #
> user bts-link-upstr...@lists.alioth.debian.org
Setting user to bts-link-upstr...@lists.alioth.debian.org (was 
bts-link-de...@lists.alioth.debian.org).
> # remote status report for #881221 (http://bugs.debian.org/881221)
> # Bug title: sdcv FTBFS on big endian: test failures
> #  * https://github.com/Dushistov/sdcv/issues/36
> #  * remote status changed: open -> closed
> #  * closed upstream
> tags 881221 + fixed-upstream
Bug #881221 [src:sdcv] sdcv FTBFS on big endian: test failures
Added tag(s) fixed-upstream.
> usertags 881221 - status-open
Usertags were: status-open.
Usertags are now: .
> usertags 881221 + status-closed
There were no usertags set.
Usertags are now: status-closed.
> thanks
Stopping processing here.

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



Processed: [bts-link] source package src:python-git

2017-11-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> #
> # bts-link upstream status pull for source package src:python-git
> # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
> #
> user bts-link-upstr...@lists.alioth.debian.org
Setting user to bts-link-upstr...@lists.alioth.debian.org (was 
bts-link-de...@lists.alioth.debian.org).
> # remote status report for #879452 (http://bugs.debian.org/879452)
> # Bug title: src:python-git: Incompatible with git 2.15?
> #  * https://github.com/gitpython-developers/GitPython/pull/689
> #  * remote status changed: (?) -> closed
> #  * closed upstream
> tags 879452 + fixed-upstream
Bug #879452 [src:python-git] src:python-git: Incompatible with git 2.15?
Added tag(s) fixed-upstream.
> usertags 879452 + status-closed
There were no usertags set.
Usertags are now: status-closed.
> thanks
Stopping processing here.

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



Processed: [bts-link] source package src:haskell-argon2

2017-11-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> #
> # bts-link upstream status pull for source package src:haskell-argon2
> # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
> #
> user bts-link-upstr...@lists.alioth.debian.org
Setting user to bts-link-upstr...@lists.alioth.debian.org (was 
bts-link-de...@lists.alioth.debian.org).
> # remote status report for #868907 (http://bugs.debian.org/868907)
> # Bug title: haskell-argon2: FTBFS: FFI.hsc:93:16: error: 
> 'ARGON2_FLAG_CLEAR_MEMORY' undeclared (first use in this function)
> #  * https://github.com/ocharles/argon2/issues/14
> #  * remote status changed: open -> closed
> #  * closed upstream
> tags 868907 + fixed-upstream
Bug #868907 {Done: Ilias Tsitsimpis } [src:haskell-argon2] 
haskell-argon2: FTBFS: FFI.hsc:93:16: error: 'ARGON2_FLAG_CLEAR_MEMORY' 
undeclared (first use in this function)
Bug #869249 {Done: Ilias Tsitsimpis } [src:haskell-argon2] 
haskell-argon2 FTBFS: error: 'ARGON2_FLAG_CLEAR_MEMORY' undeclared
Added tag(s) fixed-upstream.
Added tag(s) fixed-upstream.
> usertags 868907 - status-open
Usertags were: status-open.
Usertags are now: .
> usertags 868907 + status-closed
There were no usertags set.
Usertags are now: status-closed.
> # remote status report for #869249 (http://bugs.debian.org/869249)
> # Bug title: haskell-argon2 FTBFS: error: 'ARGON2_FLAG_CLEAR_MEMORY' 
> undeclared
> #  * https://github.com/ocharles/argon2/issues/14
> #  * remote status changed: open -> closed
> #  * closed upstream
> tags 869249 + fixed-upstream
Bug #869249 {Done: Ilias Tsitsimpis } [src:haskell-argon2] 
haskell-argon2 FTBFS: error: 'ARGON2_FLAG_CLEAR_MEMORY' undeclared
Bug #868907 {Done: Ilias Tsitsimpis } [src:haskell-argon2] 
haskell-argon2: FTBFS: FFI.hsc:93:16: error: 'ARGON2_FLAG_CLEAR_MEMORY' 
undeclared (first use in this function)
Ignoring request to alter tags of bug #869249 to the same tags previously set
Ignoring request to alter tags of bug #868907 to the same tags previously set
> usertags 869249 - status-open
Usertags were: status-open.
Usertags are now: .
> usertags 869249 + status-closed
There were no usertags set.
Usertags are now: status-closed.
> thanks
Stopping processing here.

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



Processed: [bts-link] source package src:ruby-ox

2017-11-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> #
> # bts-link upstream status pull for source package src:ruby-ox
> # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
> #
> user bts-link-upstr...@lists.alioth.debian.org
Setting user to bts-link-upstr...@lists.alioth.debian.org (was 
bts-link-de...@lists.alioth.debian.org).
> # remote status report for #881445 (http://bugs.debian.org/881445)
> # Bug title: ruby-ox: CVE-2017-15928: Segmentation fault in the parse_obj
> #  * https://github.com/ohler55/ox/issues/194
> #  * remote status changed: (?) -> closed
> #  * closed upstream
> tags 881445 + fixed-upstream
Bug #881445 [src:ruby-ox] ruby-ox: CVE-2017-15928: Segmentation fault in the 
parse_obj
Added tag(s) fixed-upstream.
> usertags 881445 + status-closed
There were no usertags set.
Usertags are now: status-closed.
> thanks
Stopping processing here.

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



Bug#879094: Status of the marble package.

2017-11-16 Thread peter green

Marble currently FTBFS in unstable due to a couple of missing symbols and this 
is preventing the libgps transition from finishing up. The version in 
experimental fixes the issue but it looks like uploading it to unstable would 
start a transition.

What are the plans here? are the symbols that disappeared just template cruft 
or are they real ABI changes? are there any plans to transition the 
experimental version to unstable in the near future.



Bug#881924: marked as done (fix build with xerces 3.2)

2017-11-16 Thread Debian Bug Tracking System
Your message dated Thu, 16 Nov 2017 16:50:15 +
with message-id 
and subject line Bug#881924: fixed in libcitygml 2.0.4-2
has caused the Debian Bug report #881924,
regarding fix build with xerces 3.2
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.)


-- 
881924: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881924
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libcitygml
Version: 2.0.4-1
Severity: serious
Tags: sid buster patch

patch at
http://launchpadlibrarian.net/346037473/libcitygml_2.0.4-1build3_2.0.4-1ubuntu1.diff.gz
--- End Message ---
--- Begin Message ---
Source: libcitygml
Source-Version: 2.0.4-2

We believe that the bug you reported is fixed in the latest version of
libcitygml, 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 881...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bas Couwenberg  (supplier of updated libcitygml 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: Thu, 16 Nov 2017 17:10:50 +0100
Source: libcitygml
Binary: libcitygml2 libcitygml-dev libcitygml-bin
Architecture: source amd64
Version: 2.0.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project 
Changed-By: Bas Couwenberg 
Description:
 libcitygml-bin - Utils of libcitygml - citygmltest
 libcitygml-dev - Static and header files of libcitygml
 libcitygml2 - Open source C++ library for parsing CityGML files
Closes: 881924
Changes:
 libcitygml (2.0.4-2) unstable; urgency=medium
 .
   * Team upload.
   * Bump Standards-Version to 4.1.1, no changes.
   * Strip trailing whitespace from changelog.
   * Add patch by Matthias Klose to fix FTBFS with xerces-3.2.
 (closes: #881924)
   * Update symbols for amd64.
Checksums-Sha1:
 814678d2ea6945b0a139a6484378f12f05ac0315 2169 libcitygml_2.0.4-2.dsc
 a0c5030691fd4547da88fade84f0e7f200adef64 19272 libcitygml_2.0.4-2.debian.tar.xz
 e7ee3e1258db54e61f40ac9dce0ed483dea1c1c2 39984 
libcitygml-bin-dbgsym_2.0.4-2_amd64.deb
 a19fc7d919757c1e6e84b563c93c67b0366f0b7f 10792 libcitygml-bin_2.0.4-2_amd64.deb
 a627f7f5720a9eea88302b57115b4bd359627ef2 16868 libcitygml-dev_2.0.4-2_amd64.deb
 5c3ec7f3caf4f08c6fa4d2b2a8f6ff4fc96f7a37 3472000 
libcitygml2-dbgsym_2.0.4-2_amd64.deb
 cdefe3cd2c368c74a5ef5606691b3254b54cb1d3 238800 libcitygml2_2.0.4-2_amd64.deb
 8fdbf7e0f765b5ce759e2dc2ac8a94fd0fd483af 14414 
libcitygml_2.0.4-2_amd64.buildinfo
Checksums-Sha256:
 adff0feb3ec2418e0ea07f270a081744d572129e5f0ec069f960dd245da09066 2169 
libcitygml_2.0.4-2.dsc
 e2ee69974bfb62d0d73c02a4c240638dda72c2ade0d150c4e9a92ff2bbcc99f0 19272 
libcitygml_2.0.4-2.debian.tar.xz
 f691f2c9d80b4b1fe528ff839ccc22eec5d816bdac5decf508b899f82e6dcf51 39984 
libcitygml-bin-dbgsym_2.0.4-2_amd64.deb
 9db641772bd223e692afc4df0649819d4b03b5411968fc8142bf4b4632ac45b0 10792 
libcitygml-bin_2.0.4-2_amd64.deb
 d5f791dbc4f23c6419e2381c0c5a119681048e65d2afe14a2904f7ba5ff8a893 16868 
libcitygml-dev_2.0.4-2_amd64.deb
 1c0a3f1f05ad11a6e5ca288e1a9ace6be30c42ecde70a8ec70c79d1f79a57c74 3472000 
libcitygml2-dbgsym_2.0.4-2_amd64.deb
 c346637088be28dcc1e489ea2889f70aa52a5975194191569bddd467c9cd2b34 238800 
libcitygml2_2.0.4-2_amd64.deb
 d0814acca27eca2b3f1530a6804b24efae9efa0f3446e6115eb2f8ecd177b095 14414 
libcitygml_2.0.4-2_amd64.buildinfo
Files:
 bde2e6adb674611e43cb9d4453667fc7 2169 libs optional libcitygml_2.0.4-2.dsc
 0f0972587882ab408dc392a8902ee166 19272 libs optional 
libcitygml_2.0.4-2.debian.tar.xz
 ed19919363897a280b7c13aa09ea9cb3 39984 debug optional 
libcitygml-bin-dbgsym_2.0.4-2_amd64.deb
 490a5c74850be7552c43165562c3f463 10792 utils optional 
libcitygml-bin_2.0.4-2_amd64.deb
 c14040455f98e1c43923467ee80fd253 16868 libdevel optional 
libcitygml-dev_2.0.4-2_amd64.deb
 7213a961b059df8b1c5ad5bd697862ec 3472000 debug optional 
libcitygml2-dbgsym_2.0.4-2_amd64.deb
 4a8c3d3b3b1af446948ef37f8cf3912d 238800 libs optional 
libcitygml2_2.0.4-2_amd64.deb
 a623331483c3709fbc84a0b6f4504e12 14414 libs optional 
libcitygml_2.0.4-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-


Bug#869249: marked as done (haskell-argon2 FTBFS: error: 'ARGON2_FLAG_CLEAR_MEMORY' undeclared)

2017-11-16 Thread Debian Bug Tracking System
Your message dated Thu, 16 Nov 2017 16:04:09 +
with message-id 
and subject line Bug#868907: fixed in haskell-argon2 1.2.0+dfsg1-1
has caused the Debian Bug report #868907,
regarding haskell-argon2 FTBFS: error: 'ARGON2_FLAG_CLEAR_MEMORY' undeclared
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.)


-- 
868907: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=868907
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: haskell-argon2
Version: 1.2.0-3
Severity: serious
Tags: buster sid

Some recent change in unstable makes haskell-argon2 FTBFS:

https://tests.reproducible-builds.org/debian/history/haskell-argon2.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/haskell-argon2.html

...
Building argon2-1.2.0...
Preprocessing library argon2-1.2.0...
In file included from dist-ghc/build/Crypto/Argon2/FFI_hsc_make.c:1:0:
FFI.hsc: In function 'main':
FFI.hsc:93:16: error: 'ARGON2_FLAG_CLEAR_MEMORY' undeclared (first use in this 
function)
/usr/lib/ghc/template-hsc.h:35:10: note: in definition of macro 'hsc_const'
 if ((x) < 0)  \
  ^
FFI.hsc:93:16: note: each undeclared identifier is reported only once for each 
function it appears in
/usr/lib/ghc/template-hsc.h:35:10: note: in definition of macro 'hsc_const'
 if ((x) < 0)  \
  ^
compiling dist-ghc/build/Crypto/Argon2/FFI_hsc_make.c failed (exit code 1)
command was: /usr/bin/gcc -c dist-ghc/build/Crypto/Argon2/FFI_hsc_make.c -o 
dist-ghc/build/Crypto/Argon2/FFI_hsc_make.o -fno-stack-protector 
-fno-stack-protector -D__GLASGOW_HASKELL__=800 -Dlinux_BUILD_OS=1 
-Dx86_64_BUILD_ARCH=1 -Dlinux_HOST_OS=1 -Dx86_64_HOST_ARCH=1 
-Idist-ghc/build/autogen -include dist-ghc/build/autogen/cabal_macros.h 
-I/usr/lib/ghc/bytestring-0.10.8.1/include -I/usr/lib/ghc/base-4.9.1.0/include 
-I/usr/lib/ghc/integer-gmp-1.0.0.1/include -I/usr/lib/ghc/include 
-I/usr/lib/ghc/include/
/usr/share/cdbs/1/class/hlibrary.mk:147: recipe for target 'build-ghc-stamp' 
failed
make: *** [build-ghc-stamp] Error 1
--- End Message ---
--- Begin Message ---
Source: haskell-argon2
Source-Version: 1.2.0+dfsg1-1

We believe that the bug you reported is fixed in the latest version of
haskell-argon2, 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 868...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ilias Tsitsimpis  (supplier of updated haskell-argon2 
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: Thu, 16 Nov 2017 16:58:55 +0200
Source: haskell-argon2
Binary: libghc-argon2-dev libghc-argon2-prof libghc-argon2-doc
Architecture: source
Version: 1.2.0+dfsg1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Haskell Group 

Changed-By: Ilias Tsitsimpis 
Description:
 libghc-argon2-dev -
 libghc-argon2-doc -
 libghc-argon2-prof -
Closes: 868907
Changes:
 haskell-argon2 (1.2.0+dfsg1-1) unstable; urgency=medium
 .
   * Change Priority to optional. Since Debian Policy version 4.0.1,
 priority extra has been deprecated.
   * Use the HTTPS form of the copyright-format URL
   * Modify d/watch and Source field in d/copyright to use HTTPS
   * Declare compliance with Debian policy 4.1.1
   * Remove embedded copy of Argon2 library
   * Backport upstream patch to build with newer libargon2 (Closes: #868907)
Checksums-Sha1:
 14aac8f168611c04594e1dd467c20513030ac7e3 2387 haskell-argon2_1.2.0+dfsg1-1.dsc
 f0b80d432f2ae4092f2368a7a9aaebb41fb97631 6691 
haskell-argon2_1.2.0+dfsg1.orig.tar.gz
 40c6c557efb0062e55c64fcc94f3cfbc67d3cc03 3504 
haskell-argon2_1.2.0+dfsg1-1.debian.tar.xz
 f453e57293573ab6d8a4383a92d097a28eb11dbf 7458 
haskell-argon2_1.2.0+dfsg1-1_amd64.buildinfo
Checksums-Sha256:
 22149430424440fc62d16a4741da1a64bd7e2f1219731d3dc609cc9bce01d7f9 2387 
haskell-argon2_1.2.0+dfsg1-1.dsc
 86099b1945ea1f5c34bcee106b813ff5b53dc218dc9e8f3d3e5f1c3ed99e9777 6691 
haskell-argon2_1.2.0+dfsg1.orig.tar.gz
 

Bug#868907: marked as done (haskell-argon2: FTBFS: FFI.hsc:93:16: error: 'ARGON2_FLAG_CLEAR_MEMORY' undeclared (first use in this function))

2017-11-16 Thread Debian Bug Tracking System
Your message dated Thu, 16 Nov 2017 16:04:09 +
with message-id 
and subject line Bug#868907: fixed in haskell-argon2 1.2.0+dfsg1-1
has caused the Debian Bug report #868907,
regarding haskell-argon2: FTBFS: FFI.hsc:93:16: error: 
'ARGON2_FLAG_CLEAR_MEMORY' undeclared (first use in this function)
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.)


-- 
868907: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=868907
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: haskell-argon2
Version: 1.2.0-3
Severity: serious
Tags: buster sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20170719 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):
>  debian/rules build
> test -x debian/rules
> mkdir -p "."
> CDBS WARNING:DEB_DH_STRIP_ARGS is deprecated since 0.4.85
> CDBS WARNING:DEB_COMPRESS_EXCLUDE is deprecated since 0.4.85
> . /usr/share/haskell-devscripts/Dh_Haskell.sh && \
> make_setup_recipe
> Running ghc --make Setup.hs -o debian/hlibrary.setup
> [1 of 1] Compiling Main ( Setup.hs, Setup.o )
> Linking debian/hlibrary.setup ...
> . /usr/share/haskell-devscripts/Dh_Haskell.sh && \
> configure_recipe
> Running debian/hlibrary.setup configure --ghc -v2 
> --package-db=/var/lib/ghc/package.conf.d --prefix=/usr 
> --libdir=/usr/lib/haskell-packages/ghc/lib --libexecdir=/usr/lib 
> --builddir=dist-ghc --ghc-option=-optl-Wl\,-z\,relro 
> --haddockdir=/usr/lib/ghc-doc/haddock/argon2-1.2.0/ --datasubdir=argon2 
> --htmldir=/usr/share/doc/libghc-argon2-doc/html/ --enable-library-profiling 
> -fuse-system-library
> Configuring argon2-1.2.0...
> Flags chosen: use-system-library=True
> Dependency base >=4.8 && <4.10: using base-4.9.1.0
> Dependency bytestring -any: using bytestring-0.10.8.1
> Dependency text -any: using text-1.2.2.2
> Dependency transformers -any: using transformers-0.5.2.0
> Using Cabal-1.24.2.0 compiled by ghc-8.0
> Using compiler: ghc-8.0.2
> Using install prefix: /usr
> Binaries installed in: /usr/bin
> Libraries installed in:
> /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/argon2-1.2.0-34BCT97DazHC6hmlmEfz20
> Dynamic libraries installed in:
> /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
> Private binaries installed in: /usr/lib
> Data files installed in: /usr/share/argon2
> Documentation installed in: /usr/share/doc/x86_64-linux-ghc-8.0.2/argon2-1.2.0
> Configuration files installed in: /usr/etc
> No alex found
> Using ar found on system at: /usr/bin/ar
> No c2hs found
> No cpphs found
> Using gcc version 6.4.0 found on system at: /usr/bin/gcc
> Using ghc version 8.0.2 found on system at: /usr/bin/ghc
> Using ghc-pkg version 8.0.2 found on system at: /usr/bin/ghc-pkg
> No ghcjs found
> No ghcjs-pkg found
> No greencard found
> Using haddock version 2.17.3 found on system at: /usr/bin/haddock
> No happy found
> Using haskell-suite found on system at: haskell-suite-dummy-location
> Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
> No hmake found
> Using hpc version 0.67 found on system at: /usr/bin/hpc
> Using hsc2hs version 0.68.1 found on system at: /usr/bin/hsc2hs
> Using hscolour version 1.24 found on system at: /usr/bin/HsColour
> No jhc found
> Using ld found on system at: /usr/bin/ld
> No lhc found
> No lhc-pkg found
> No pkg-config found
> Using strip version 2.28 found on system at: /usr/bin/strip
> Using tar found on system at: /bin/tar
> No uhc found
> touch configure-ghc-stamp
> . /usr/share/haskell-devscripts/Dh_Haskell.sh && \
> build_recipe
> Running debian/hlibrary.setup build --builddir=dist-ghc
> Building argon2-1.2.0...
> Preprocessing library argon2-1.2.0...
> In file included from dist-ghc/build/Crypto/Argon2/FFI_hsc_make.c:1:0:
> FFI.hsc: In function 'main':
> FFI.hsc:93:16: error: 'ARGON2_FLAG_CLEAR_MEMORY' undeclared (first use in 
> this function)
> /usr/lib/ghc/template-hsc.h:35:10: note: in definition of macro 'hsc_const'
>  if ((x) < 0)  \
>   ^
> FFI.hsc:93:16: note: each undeclared identifier is reported only once for 
> each function it appears in
> /usr/lib/ghc/template-hsc.h:35:10: note: in definition of macro 'hsc_const'
>  if ((x) < 0)  \
>   ^
> compiling dist-ghc/build/Crypto/Argon2/FFI_hsc_make.c failed (exit code 1)
> command was: /usr/bin/gcc -c dist-ghc/build/Crypto/Argon2/FFI_hsc_make.c -o 
> dist-ghc/build/Crypto/Argon2/FFI_hsc_make.o 

Bug#881914: [Pkg-matrix-maintainers] Bug#881914: nheko FTBFS: Qt5LinguistTools*.cmake moved to qttools5-dev

2017-11-16 Thread Hubert Chathi
On Thu, 16 Nov 2017 14:44:18 +0200, Adrian Bunk  said:

> Source: nheko Version: 0.0+git20170715.3c1f969-2 Severity: serious

[...]

> qttools-opensource-src (5.9.2-3) unstable; urgency=medium

>   * Move Qt5LinguistTools*.cmake from qttools5-dev-tools to
> qttools5-dev.  ...

Thanks for the report.  I'll try to do a new upload this weekend.

-- 
Hubert Chathi  -- https://www.uhoreg.ca/
Jabber: hub...@uhoreg.ca -- Matrix: @uhoreg:matrix.org
PGP/GnuPG key: 4096R/F24C F749 6C73 DDB8 DCB8  72DE B2DE 88D3 113A 1368



Processed: bug 880879 is forwarded to https://github.com/haskell/cabal/issues/163

2017-11-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 880879 https://github.com/haskell/cabal/issues/163
Bug #880879 [src:haskell-dpkg] haskell-dpkg FTBFS: hlibrary.setup: parsing 
output of pkg-config --modversion failed
Set Bug forwarded-to-address to 'https://github.com/haskell/cabal/issues/163'.
> thanks
Stopping processing here.

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



Bug#881924: fix build with xerces 3.2

2017-11-16 Thread Matthias Klose
Package: src:libcitygml
Version: 2.0.4-1
Severity: serious
Tags: sid buster patch

patch at
http://launchpadlibrarian.net/346037473/libcitygml_2.0.4-1build3_2.0.4-1ubuntu1.diff.gz



Bug#881679: marked as done (openimageio: FTBFS on arm{el,hf}: mixes GLES and classic OpenGL)

2017-11-16 Thread Debian Bug Tracking System
Your message dated Thu, 16 Nov 2017 15:21:51 +
with message-id 
and subject line Bug#881679: fixed in openimageio 1.8.6~dfsg0-4
has caused the Debian Bug report #881679,
regarding openimageio: FTBFS on arm{el,hf}: mixes GLES and classic OpenGL
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.)


-- 
881679: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881679
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: openimageio
Version: 1.7.17~dfsg0-1+b1
Severity: serious
Tags: upstream
Justification: fails to build from source (but built successfully in the past)
User: debian-...@lists.debian.org
Usertags: armel armhf

Builds of openimageio on armel and armhf have been failing since the
switch to Qt 5 with a cascade of errors starting with

  In file included from 
/usr/include/arm-linux-gnueabihf/qt5/QtGui/qopengl.h:107:0,
   from /usr/include/arm-linux-gnueabihf/qt5/QtOpenGL/qgl.h:45,
   from 
/usr/include/arm-linux-gnueabihf/qt5/QtOpenGL/QGLWidget:1,
   from /<>/src/iv/imageviewer.h:50,
   from /<>/src/iv/imageviewer.cpp:38:
  /usr/include/GLES3/gl3.h:75:25: error: conflicting declaration 'typedef 
khronos_ssize_t GLsizeiptr'
   typedef khronos_ssize_t GLsizeiptr;
   ^~
  In file included from /<>/src/iv/imageviewer.h:49:0,
   from /<>/src/iv/imageviewer.cpp:38:
  /usr/include/GL/glew.h:1680:19: note: previous declaration as 'typedef 
ptrdiff_t GLsizeiptr'
   typedef ptrdiff_t GLsizeiptr;

as detailed in

https://buildd.debian.org/status/fetch.php?pkg=openimageio=armel=1.8.6%7Edfsg0-3=1510356066=0
https://buildd.debian.org/status/fetch.php?pkg=openimageio=armhf=1.8.6%7Edfsg0-3=1510366058=0

Could you please take a look?  I suspect you'll need to use GLES here
for consistency with Qt 5.

Thanks!

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu
--- End Message ---
--- Begin Message ---
Source: openimageio
Source-Version: 1.8.6~dfsg0-4

We believe that the bug you reported is fixed in the latest version of
openimageio, 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 881...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matteo F. Vescovi  (supplier of updated openimageio 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: Thu, 16 Nov 2017 15:08:58 +0100
Source: openimageio
Binary: libopenimageio1.8 libopenimageio-dev openimageio-tools 
python-openimageio libopenimageio-doc
Architecture: source
Version: 1.8.6~dfsg0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian PhotoTools Maintainers 

Changed-By: Matteo F. Vescovi 
Description:
 libopenimageio-dev - Library for reading and writing images - development
 libopenimageio-doc - Library for reading and writing images - documentation
 libopenimageio1.8 - Library for reading and writing images - runtime
 openimageio-tools - Library for reading and writing images - command line tools
 python-openimageio - Library for reading and writing images - Python bindings
Closes: 881679
Changes:
 openimageio (1.8.6~dfsg0-4) unstable; urgency=medium
 .
   * debian/rules: OpenGL support disabled (Closes: #881679)
Checksums-Sha1:
 c15346c2297290109f455caac26ed80d4d08d599 2873 openimageio_1.8.6~dfsg0-4.dsc
 5416176f0d2299488601d66e9a561ac8378f6f0f 24772 
openimageio_1.8.6~dfsg0-4.debian.tar.xz
 6a989da2e5f22984b9bfc70e64c4897b168ac8dc 7280 
openimageio_1.8.6~dfsg0-4_source.buildinfo
Checksums-Sha256:
 e3eb1b7da3815d3689592bd4f96003aece25ea51cd5b3710d83d60e1c20b9b1d 2873 
openimageio_1.8.6~dfsg0-4.dsc
 8aa2f954cc457986a4ecf3c6b7337ec6980de18ee5b8f191e52d13273d5b3601 24772 
openimageio_1.8.6~dfsg0-4.debian.tar.xz
 ba7e72cc113acf880560ab37bb07a216bd7f9409fa898b34f855e0ef1b6504ab 7280 
openimageio_1.8.6~dfsg0-4_source.buildinfo
Files:
 4039adda286948030da146b96116daa3 2873 libs optional 
openimageio_1.8.6~dfsg0-4.dsc
 

Processed: Re: Bug#853750: hdfview not usable

2017-11-16 Thread Debian Bug Tracking System
Processing control commands:

> severity -1 grave
Bug #853750 [hdfview] hdfview: HDF5 files appear empty
Severity set to 'grave' from 'important'

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



Processed: Not a problem in stretch

2017-11-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 881814 buster sid
Bug #881814 [src:libfabric] libibverbs-dev no longer ships infiniband/driver.h
Added tag(s) sid and buster.
> thanks
Stopping processing here.

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



Processed: tagging 880902

2017-11-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 880902 + patch
Bug #880902 [zfs-test] zfs-test: fails to upgrade from 'testing' - trying to 
overwrite /usr/share/zfs/common.sh
Added tag(s) patch.
> thanks
Stopping processing here.

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



Bug#880902: [Pkg-zfsonlinux-devel] Bug#880902: zfs-test: fails to upgrade from 'testing' - trying to overwrite /usr/share/zfs/common.sh

2017-11-16 Thread Fabian Grünbichler
On Sun, Nov 05, 2017 at 03:18:57PM +0100, Andreas Beckmann wrote:
> Package: zfs-test
> Version: 0.7.3-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/ch-relationships.html#s-replaces
> 
> From the attached log (scroll to the bottom...):
> 
>   Selecting previously unselected package zfs-test.
>   Preparing to unpack .../38-zfs-test_0.7.3-1_amd64.deb ...
>   Unpacking zfs-test (0.7.3-1) ...
>   dpkg: error processing archive 
> /tmp/apt-dpkg-install-RL6UMz/38-zfs-test_0.7.3-1_amd64.deb (--unpack):
>trying to overwrite '/usr/share/zfs/common.sh', which is also in package 
> zfsutils-linux 0.6.5.11-1
>   dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
>   Errors were encountered while processing:
>/tmp/apt-dpkg-install-RL6UMz/38-zfs-test_0.7.3-1_amd64.deb
> 
> 
> cheers,
> 
> Andreas

attached patch should fix the issue in this bug, proposal for related
bug #880907 will follow.
>From 0baa850ec48a66ecdc5daba9c45d5448df12 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= 
Date: Thu, 16 Nov 2017 13:33:41 +0100
Subject: [PATCH] zfs-test: add proper Breaks+Replaces
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

on zfsutils-linux, which used to contain some of the ZFS test suite
files.

Closes: #880902
---
 debian/control.in | 2 ++
 debian/control| 2 ++
 2 files changed, 4 insertions(+)

diff --git a/debian/control.in b/debian/control.in
index 18d2417cc..1eef7e734 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -155,6 +155,8 @@ Package: zfs-test
 Section: contrib/admin
 Architecture: linux-any
 Depends: ${misc:Depends}, ${shlibs:Depends}, zfs-modules | zfs-dkms, zfsutils-linux, parted, lsscsi, mdadm, bc, ksh, fio, acl, sudo, sysstat, python
+Breaks: zfsutils-linux (<= 0.6.5.11-1)
+Replaces: zfsutils-linux (<= 0.6.5.11-1)
 Description: OpenZFS test infrastructure an support scripts
  The Z file system is a pooled filesystem designed for maximum data
  integrity, supporting data snapshots, multiple copies, and data
diff --git a/debian/control b/debian/control
index 18d2417cc..1eef7e734 100644
--- a/debian/control
+++ b/debian/control
@@ -155,6 +155,8 @@ Package: zfs-test
 Section: contrib/admin
 Architecture: linux-any
 Depends: ${misc:Depends}, ${shlibs:Depends}, zfs-modules | zfs-dkms, zfsutils-linux, parted, lsscsi, mdadm, bc, ksh, fio, acl, sudo, sysstat, python
+Breaks: zfsutils-linux (<= 0.6.5.11-1)
+Replaces: zfsutils-linux (<= 0.6.5.11-1)
 Description: OpenZFS test infrastructure an support scripts
  The Z file system is a pooled filesystem designed for maximum data
  integrity, supporting data snapshots, multiple copies, and data
-- 
2.14.2



Bug#881918: gfortran-7: ICE building open-coarrays

2017-11-16 Thread Adrian Bunk
Package: gfortran-7
Version: 7.2.0-14
Severity: serious
Control: affects -1 src:open-coarrays

Testcase:

$ gfortran global_field.f90 -fcoarray=lib
global_field.f90:126:0:

 lhs%values(:) = rhs%state()
 
internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See  for instructions.
$


Seen on amd64, i386, arm64, armhf
(likely happens on all architectures).

Fails with 7.2.0-14 and 7.2.0-16.

open-coarrays built on the buildds with 7.2.0-8.


f951-segfault.tar.xz
Description: application/xz


Processed: gfortran-7: ICE building open-coarrays

2017-11-16 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 src:open-coarrays
Bug #881918 [gfortran-7] gfortran-7: ICE building open-coarrays
Added indication that 881918 affects src:open-coarrays

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



Bug#881794: marked as done (fix ftbfs with updated libcdio-paranoia)

2017-11-16 Thread Debian Bug Tracking System
Your message dated Thu, 16 Nov 2017 13:05:07 +
with message-id 
and subject line Bug#881794: fixed in gmerlin 1.2.0~dfsg+1-6.1
has caused the Debian Bug report #881794,
regarding fix ftbfs with updated libcdio-paranoia
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.)


-- 
881794: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881794
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gmerlin
Version: 1.2.0~dfsg+1-6
Severity: serious
Tags: sid buster patch

patch at
https://patches.ubuntu.com/g/gmerlin/gmerlin_1.2.0~dfsg+1-6ubuntu2.patch
--- End Message ---
--- Begin Message ---
Source: gmerlin
Source-Version: 1.2.0~dfsg+1-6.1

We believe that the bug you reported is fixed in the latest version of
gmerlin, 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 881...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose  (supplier of updated gmerlin 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, 16 Nov 2017 13:47:08 +0100
Source: gmerlin
Binary: gmerlin gmerlin-plugins-base gmerlin-data libgmerlin0 libgmerlin-common 
libgmerlin-dev
Architecture: source
Version: 1.2.0~dfsg+1-6.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 

Changed-By: Matthias Klose 
Description:
 gmerlin- multiformat media player
 gmerlin-data - multiformat media player - data files
 gmerlin-plugins-base - gmerlin plugins from the "base" set
 libgmerlin-common - core library for gmerlin - common runtime files
 libgmerlin-dev - core library for gmerlin - development files
 libgmerlin0 - core library for gmerlin - runtime files
Closes: 881794
Changes:
 gmerlin (1.2.0~dfsg+1-6.1) unstable; urgency=medium
 .
   * Fix build with libcdio 0.94. Closes: #881794.
Checksums-Sha1:
 dcbe86bf074b52182cfb76d446c3112ab85c8079 2781 gmerlin_1.2.0~dfsg+1-6.1.dsc
 08e6d98c45b6c3864aadbbd117c7db6ea40bc554 31360 
gmerlin_1.2.0~dfsg+1-6.1.debian.tar.xz
 222bb58acf436e5506ce64ac48d9886452e5c34c 12942 
gmerlin_1.2.0~dfsg+1-6.1_source.buildinfo
Checksums-Sha256:
 7758455a59f8194941b5d252e44fa22a58120c3bd8d01706a9149fd0b37a151e 2781 
gmerlin_1.2.0~dfsg+1-6.1.dsc
 1fde8eea7dd0cb06af56f1c3e511ec88909df4c48098dc83bdd12ea47d15bde5 31360 
gmerlin_1.2.0~dfsg+1-6.1.debian.tar.xz
 42e417ef32cf3a149607d29607beefd48c3dc97aab09605ff3c3549de4e1503e 12942 
gmerlin_1.2.0~dfsg+1-6.1_source.buildinfo
Files:
 c5de6d9c430cd70bb77db88c9d210576 2781 sound optional 
gmerlin_1.2.0~dfsg+1-6.1.dsc
 638b09d3857132c3fcef6381cb36096b 31360 sound optional 
gmerlin_1.2.0~dfsg+1-6.1.debian.tar.xz
 4791019ac4d77d1929ca69d1804f1868 12942 sound optional 
gmerlin_1.2.0~dfsg+1-6.1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJEBAEBCAAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAloNiPIQHGRva29AZGVi
aWFuLm9yZwAKCRC9fqpgd4+m9eUpEACM4/yXd0T3hHDcHE4X7bBTFffTju5o+EE2
uwVzvlOPBPb5Ht8aQasyLviRC7FzZ3zwB3QVFFvRbKW+iXd36in8JJSRbkWSr+ni
WqDLn2sJil2Saw4Bz/CtX0R3vBXNKKjZ5hgqYBisdn40iJ5rd/f+EQiu+mv6u7C2
DQSsJ0dAziR9pCC6531n+qRBkKESvjWHzEOeGCzY9bqfAm+fvcWk5yHdZ8aKqdbm
hg1xyJR8tYAgMaugxTTNDNiHiCyJ94Q3cZMBNkDXaaSXeaIWZjY12X6zXJfqFRap
s70ABi38tqlDUwtYjM1a0QSdh1eA3hqP9DNd/oI6Juvih8vJpWSijvcEn/Lato/B
xfL+K3gIJsMLaolmdfS0oFvVohnaT5GV3/foE3HQxelHCE+vAQv8UVOPLqeLzhrI
Bnl4H6H577+tjyHfWPCNi/qF3AgIZSOCszapTsxK3b75u0TfQfRfxg2PQ0quR45i
OrLnG3EjB52iYHAq6RzgZA6ucQZAfQ3TWgf1jioTR9UPDnyEZkepg2RCWhdmshgv
ZA3E0BEPY2tSI60VYPj1sj42viCwhJf1MbFdnclIqvXqjhVQEuzXlRZCQCdz8JOb
BqB93VPb6u5Tyng+D0+DJYtYnl3RFn2IkDAje6CKhQwaMZ8jm4/B2M0CU2IFPrn/
PlE7jcdayw==
=MR0z
-END PGP SIGNATURE End Message ---


Bug#880902: [Pkg-zfsonlinux-devel] Bug#880902: RC bug on zfs-linux that has to be fixed

2017-11-16 Thread Craig Sanders
On Thu, Nov 16, 2017 at 12:10:38PM +0100, Raphael Hertzog wrote:
> This bug should be quickly fixed because ZFS is broken in Debian Testing
> right now, spl-linux migrated already and zfs-linux did not migrate due to
> this bug.

This bug definitely needs to be fixed but it shouldn't be a big panic-inducing
deal for anyone following sane practice with the zfs packages anyway.

By "sane practice", I mean that the zfs packages should **always** be held
until you manually unhold them immediately prior to upgrading them, and then
immediately hold them again.

Ditto for linux-image-$arch and linux-header-$arch packages on any system that
needs dkms modules.

Why?

Because zfs-dkms and spl-dkms almost always need to be updated for new kernel
versions.  Just letting them upgrade automatically via apt-get upgrade or
dist-upgrade is a recipe for a broken system.  So far, while new kernels
almost always break older zfs packages, newer zfs packages tend to compile OK
on older kernelsbut that's not at all guaranteed to be the case.  It's a
pretty safe bet, but not one I'd be willing to take when it could mean being
unable to access my data or even boot my zfs-root systems.

Actually, that's true for most, if not all, -dkms packages.  So the safe thing 
to
do is to hold kernel and dkms packages.


BTW, I use the following script to list (default), verbose list (-v), hold
(-h), and unhold (-u) zfs related packages:


#!/bin/bash
#
# script: list-zfs.sh
# author: Craig Sanders 
# license: Public Domain (this script is too trivial to be anything else)

# options:
# default/nonelist the installed ZoL packages, one per line
# -v  verbose (dpkg -l) list the packages
# -h  hold the packages with apt-mark
# -u  unhold the packages with apt-mark

# build an array of currently-installed zfs packages.
# this would be better with grep-status from dctrl-tools, but dpkg is
# guaranteed to be on every debian system while dctrl-tools isn't.
PKGS=( $(dpkg -l '*libnvpair*linux' '*libuutil*linux*' '*zfs*' '*zpool*' 
'spl' 'spl-dkms' 2>/dev/null | awk '/^.i/ {print $2}') )

if [ "$1" == "-v" ] ; then
  dpkg -l "${PKGS[@]}"
elif [ "$1" == "-h" ] ; then
  apt-mark hold "${PKGS[@]}"
elif [ "$1" == "-u" ] ; then
  apt-mark unhold "${PKGS[@]}"
else
  printf "%s\n" "${PKGS[@]}"
fi

I've got a similar script for nvidia related packages.  It's exactly the same 
except
for the PKGS array.


For kernels, I keep them on hold until I want to (manually) upgrade them:

apt-get -u install linux-headers-amd64 linux-image-amd64 ; \
  apt-mark hold linux-headers-amd64 linux-image-amd64



packages make systems administration easier. they're not a substitute for it.

craig

ps: this bug is an example of why testing is actually worse than sid for
real-world (non-testing) usage.  This bug report, while necessary, actually
delayed the migration of the updated zfs packages that would have resolved
it.  That's an unavoidable side-effect of bug reports against packages in sid.
IIRC, packages only get migrated from sid to testing if there hasn't been a
bug reported against them for 14 (? not sure exactly) days.


--
craig sanders 

BOFH excuse #112:

The monitor is plugged into the serial port



Bug#881797: marked as done (fix ftbfs with updated libcdio-paranoia)

2017-11-16 Thread Debian Bug Tracking System
Your message dated Thu, 16 Nov 2017 13:06:42 +
with message-id 
and subject line Bug#881797: fixed in xmms2 0.8+dfsg-18.1
has caused the Debian Bug report #881797,
regarding fix ftbfs with updated libcdio-paranoia
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.)


-- 
881797: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881797
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:xmms2
Version: 0.8+dfsg-18
Severity: serious
Tags: sid buster patch

patch at
https://patches.ubuntu.com/x/xmms2/xmms2_0.8+dfsg-18ubuntu1.patch
--- End Message ---
--- Begin Message ---
Source: xmms2
Source-Version: 0.8+dfsg-18.1

We believe that the bug you reported is fixed in the latest version of
xmms2, 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 881...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matthias Klose  (supplier of updated xmms2 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, 16 Nov 2017 13:54:03 +0100
Source: xmms2
Binary: libaudio-xmmsclient-perl libxmmsclient++-dev libxmmsclient++-glib-dev 
libxmmsclient++-glib1v5 libxmmsclient++4v5 libxmmsclient-dev 
libxmmsclient-glib-dev libxmmsclient-glib1 ruby-xmmsclient libxmmsclient6 
python-xmmsclient xmms2 xmms2-client-avahi xmms2-client-cli 
xmms2-client-medialib-updater xmms2-client-nycli xmms2-core xmms2-dev 
xmms2-icon xmms2-plugin-airplay xmms2-plugin-all xmms2-plugin-alsa 
xmms2-plugin-ao xmms2-plugin-apefile xmms2-plugin-asf xmms2-plugin-asx 
xmms2-plugin-avcodec xmms2-plugin-cdda xmms2-plugin-cue xmms2-plugin-curl 
xmms2-plugin-daap xmms2-plugin-faad xmms2-plugin-flac xmms2-plugin-flv 
xmms2-plugin-gme xmms2-plugin-gvfs xmms2-plugin-html xmms2-plugin-ices 
xmms2-plugin-icymetaint xmms2-plugin-id3v2 xmms2-plugin-jack 
xmms2-plugin-karaoke xmms2-plugin-m3u xmms2-plugin-mad xmms2-plugin-mms 
xmms2-plugin-modplug xmms2-plugin-mp4 xmms2-plugin-mpg123 xmms2-plugin-musepack 
xmms2-plugin-normalize xmms2-plugin-ofa xmms2-plugin-oss xmms2-plugin-pls
 xmms2-plugin-pulse xmms2-plugin-rss xmms2-plugin-sid xmms2-plugin-smb 
xmms2-plugin-sndfile xmms2-plugin-speex xmms2-plugin-tta xmms2-plugin-vocoder 
xmms2-plugin-vorbis xmms2-plugin-wavpack xmms2-plugin-xml
 xmms2-plugin-xspf
Architecture: source
Version: 0.8+dfsg-18.1
Distribution: unstable
Urgency: medium
Maintainer: Benjamin Drung 
Changed-By: Matthias Klose 
Description:
 libaudio-xmmsclient-perl - XMMS2 - Perl client library
 libxmmsclient++-dev - XMMS2 - client library for c++ - development files
 libxmmsclient++-glib-dev - XMMS2 - glib client library for c++ - development 
files
 libxmmsclient++-glib1v5 - XMMS2 - glib client library for c++
 libxmmsclient++4v5 - XMMS2 - client library for c++
 libxmmsclient-dev - XMMS2 - client library development files
 libxmmsclient-glib-dev - XMMS2 - glib client library - development files
 libxmmsclient-glib1 - XMMS2 - glib client library
 libxmmsclient6 - XMMS2 - client library
 python-xmmsclient - XMMS2 - Python bindings
 ruby-xmmsclient - XMMS2 - Ruby bindings
 xmms2  - Client/server based media player system
 xmms2-client-avahi - XMMS2 - avahi client
 xmms2-client-cli - XMMS2 - cli client
 xmms2-client-medialib-updater - XMMS2 - medialib-updater client
 xmms2-client-nycli - XMMS2 - new cli client
 xmms2-core - XMMS2 - core package
 xmms2-dev  - XMMS2 - plug-in development files
 xmms2-icon - XMMS2 - icon package
 xmms2-plugin-airplay - XMMS2 - airplay output plug-in
 xmms2-plugin-all - XMMS2 - all plug-ins
 xmms2-plugin-alsa - XMMS2 - ALSA output
 xmms2-plugin-ao - XMMS2 - libao output plug-in
 xmms2-plugin-apefile - XMMS2 - Monkey's Audio decoder plug-in
 xmms2-plugin-asf - XMMS2 - ASF plug-in
 xmms2-plugin-asx - XMMS2 - ASX playlist plug-in
 xmms2-plugin-avcodec - XMMS2 - avcodec decoder
 xmms2-plugin-cdda - XMMS2 - CDDA plug-in
 xmms2-plugin-cue - XMMS2 - CUE playlist plug-in
 xmms2-plugin-curl - XMMS2 - curl transport for HTTP
 xmms2-plugin-daap - XMMS2 - daap plug-in
 xmms2-plugin-faad - XMMS2 - faad decoder
 xmms2-plugin-flac - XMMS2 - FLAC 

Bug#881915: libidn FTBFS with gtk-doc-tools 1.26: gtkdoc-mktmpl is no longer available

2017-11-16 Thread Adrian Bunk
Source: libidn2
Version: 2.0.4-1
Severity: serious

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

...
touch scan-build.stamp
gtkdoc-mktmpl --module=libidn2 
/bin/bash: gtkdoc-mktmpl: command not found
Makefile:1259: recipe for target 'tmpl-build.stamp' failed
make[6]: *** [tmpl-build.stamp] Error 127



Processed: Re: Processed: libibverbs-dev no longer ships infiniband/driver.h

2017-11-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 881814 src:libfabric 1.4.0-1
Bug #881814 [src:rdma-core] libibverbs-dev no longer ships infiniband/driver.h
Bug reassigned from package 'src:rdma-core' to 'src:libfabric'.
No longer marked as found in versions rdma-core/15-1.
Ignoring request to alter fixed versions of bug #881814 to the same values 
previously set
Bug #881814 [src:libfabric] libibverbs-dev no longer ships infiniband/driver.h
Marked as found in versions libfabric/1.4.0-1.
> thanks
Stopping processing here.

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



Bug#881914: nheko FTBFS: Qt5LinguistTools*.cmake moved to qttools5-dev

2017-11-16 Thread Adrian Bunk
Source: nheko
Version: 0.0+git20170715.3c1f969-2
Severity: serious

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

...
CMake Error at CMakeLists.txt:12 (find_package):
  By not providing "FindQt5LinguistTools.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "Qt5LinguistTools", but CMake did not find one.

  Could not find a package configuration file provided by "Qt5LinguistTools"
  with any of the following names:

Qt5LinguistToolsConfig.cmake
qt5linguisttools-config.cmake

  Add the installation prefix of "Qt5LinguistTools" to CMAKE_PREFIX_PATH or
  set "Qt5LinguistTools_DIR" to a directory containing one of the above
  files.  If "Qt5LinguistTools" provides a separate development package or
  SDK, be sure it has been installed.



qttools-opensource-src (5.9.2-3) unstable; urgency=medium

  * Move Qt5LinguistTools*.cmake from qttools5-dev-tools to qttools5-dev.
...



Bug#881814: Processed: libibverbs-dev no longer ships infiniband/driver.h

2017-11-16 Thread Benjamin Drung
reassign 881814 src:libfabric 1.4.0-1
thanks

Am Mittwoch, den 15.11.2017, 10:16 -0700 schrieb Jason Gunthorpe:
> > libibverbs-dev
> > src:librdmacm
> > src:libcxgb3
> > src:libmlx4
> > src:libipathverbs
> > src:libmlx5
> > src:libibcm
> > src:libmthca
> > src:libnes
> 
> These are now all part of rdma-core. These packages should be removed
> from unstable and all other release suites that have rdma-core.
> 
> It is an error to attempt to build them against rdma-core.
> 
> > src:libfabric
> 
> This is has been fixed in libfabric upstream, look for patches from
> me.

This is commit 2a3f5b0bd56296e41729b56bb70eaa94439848cc which is part
of release 1.5.0. So either upgrade libfabric to >= 1.5.0 or cherry-
pick that patch. I recommend to update to 1.5.2.

-- 
Benjamin Drung
System Developer
Debian & Ubuntu Developer

ProfitBricks GmbH
Greifswalder Str. 207
D - 10405 Berlin

Email: benjamin.dr...@profitbricks.com
URL: https://www.profitbricks.de

Sitz der Gesellschaft: Berlin
Registergericht: Amtsgericht Charlottenburg, HRB 125506 B
Geschäftsführer: Achim Weiss, Matthias Steinberg



Bug#881912: keyutils: FTBFS on mips and mipsel: keyctl_describe: Function not implemented

2017-11-16 Thread James Cowgill
Hi,

This is the NMU actually uploaded (with cosmetic changes to the changelog).

James
diff -Nru keyutils-1.5.9/debian/changelog keyutils-1.5.9/debian/changelog
--- keyutils-1.5.9/debian/changelog 2017-09-28 13:19:16.0 +0100
+++ keyutils-1.5.9/debian/changelog 2017-11-16 12:19:11.0 +
@@ -1,3 +1,12 @@
+keyutils (1.5.9-9.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/rules:
+- Disable testsuite on mips and mipsel until kernel bug #881830 is fixed.
+  (Closes: #881912)
+
+ -- James Cowgill   Thu, 16 Nov 2017 12:19:11 +
+
 keyutils (1.5.9-9.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru keyutils-1.5.9/debian/rules keyutils-1.5.9/debian/rules
--- keyutils-1.5.9/debian/rules 2017-09-28 13:16:32.0 +0100
+++ keyutils-1.5.9/debian/rules 2017-11-16 12:01:56.0 +
@@ -8,6 +8,7 @@
 DEB_VERSION := $(shell dpkg-parsechangelog -S Version)
 DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
@@ -26,6 +27,7 @@
dh_auto_install -- LIBDIR=/lib/$(DEB_HOST_MULTIARCH) 
USRLIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)
 
 override_dh_auto_test:
+ifeq ($(filter $(DEB_HOST_ARCH), mips mipsel),)
# Use  the library and executable we just built;
# skip tests requiring root
dh_auto_test -- \
@@ -33,6 +35,14 @@
LD_LIBRARY_PATH=$(CURDIR) \
SKIPROOT=yes \
SKIPINSTALLED=yes
+else
+   # Disable the testsuite on mips and mipsel where the kernel might not
+   #  have the nessesary compat keyctl syscall available.
+   # This can be removed when either:
+   # - All the buildds use kernel >= 4.12
+   # - #881830 is fixed in stable
+   echo Testsuite disabled on $(DEB_HOST_ARCH)
+endif
 
 override_dh_install:
dh_install --fail-missing


signature.asc
Description: OpenPGP digital signature


Bug#881912: keyutils: FTBFS on mips and mipsel: keyctl_describe: Function not implemented

2017-11-16 Thread James Cowgill
Source: keyutils
Version: 1.5.9-9.1
Severity: serious
Tags: sid buster patch pending

Hi,

keyutils currently FTBFS on mips and mipsel with the error:
>  Some tests require root privileges.
>  It is recommended that this be run as root.
> keyctl_describe: Function not implemented
> Running with session keyring RHTS/keyctl/7093
> keyctl_join_session_keyring: Function not implemented
> Makefile:42: recipe for target 'run' failed
> make[3]: *** [run] Error 1
> make[3]: Leaving directory '/<>/tests'
> Makefile:201: recipe for target 'test' failed
> make[2]: *** [test] Error 2
> make[2]: Leaving directory '/<>'
> dh_auto_test: make -j1 test 
> PATH=/<>:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
>  LD_LIBRARY_PATH=/<> SKIPROOT=yes SKIPINSTALLED=yes returned 
> exit code 2
> debian/rules:29: recipe for target 'override_dh_auto_test' failed
> make[1]: *** [override_dh_auto_test] Error 2
> make[1]: Leaving directory '/<>'
> debian/rules:16: recipe for target 'build-arch' failed
> make: *** [build-arch] Error 2
> dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

This happens due to a regression in linux 4.8 where the compat keyctl
syscall is not properly enabled (see #881830 for more details).

I attach an NMU to fix this by temporarily disabling the testsuite on
mips and mipsel, which I have uploaded to DELAYED/5. Please tell me if
you want me to cancel it. I'll try to open a bug to remind you to remove
the temporary fix after the kernel bug has been fixed on the buildds.

Thanks,
James
diff -Nru keyutils-1.5.9/debian/changelog keyutils-1.5.9/debian/changelog
--- keyutils-1.5.9/debian/changelog 2017-09-28 13:19:16.0 +0100
+++ keyutils-1.5.9/debian/changelog 2017-11-16 11:59:37.0 +
@@ -1,3 +1,11 @@
+keyutils (1.5.9-9.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Disable testsuite on mips and mipsel until kernel bug #881830 is fixed.
+(Closes: #XXX)
+
+ -- James Cowgill   Thu, 16 Nov 2017 11:59:37 +
+
 keyutils (1.5.9-9.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru keyutils-1.5.9/debian/rules keyutils-1.5.9/debian/rules
--- keyutils-1.5.9/debian/rules 2017-09-28 13:16:32.0 +0100
+++ keyutils-1.5.9/debian/rules 2017-11-16 11:59:37.0 +
@@ -8,6 +8,7 @@
 DEB_VERSION := $(shell dpkg-parsechangelog -S Version)
 DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
@@ -26,6 +27,7 @@
dh_auto_install -- LIBDIR=/lib/$(DEB_HOST_MULTIARCH) 
USRLIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)
 
 override_dh_auto_test:
+ifeq ($(filter $(DEB_HOST_ARCH), mips mipsel),)
# Use  the library and executable we just built;
# skip tests requiring root
dh_auto_test -- \
@@ -33,6 +35,14 @@
LD_LIBRARY_PATH=$(CURDIR) \
SKIPROOT=yes \
SKIPINSTALLED=yes
+else
+   # Disable the testsuite on mips and mipsel where the kernel might not
+   #  have the nessesary compat keyctl syscall available.
+   # This can be removed when either:
+   # - All the buildds use kernel >= 4.12
+   # - #881830 is fixed in stable
+   echo Testsuite disabled on $(DEB_HOST_ARCH)
+endif
 
 override_dh_install:
dh_install --fail-missing


signature.asc
Description: OpenPGP digital signature


Bug#881911: monobristol: does not start

2017-11-16 Thread Christian Weikusat
Package: monobristol
Version: 0.60.3-3
Severity: grave
Justification: renders package unusable

Dear Maintainer,

when starting monobristol I get this error:

"Cannot open assembly '@expanded_libdir@/monobristol/monoBristol.exe': Datei
oder Verzeichnis nicht gefunden. (File not found.)"

Apparently, @expanded_libdir@ is not expanded by anyone.

As a workaround, changing 'exec mono
"@expanded_libdir@/monobristol/monoBristol.exe" "$@"' to 'exec mono
"/usr/lib/monobristol/monoBristol.exe" "$@"' in /usr/bin/monobristol fixes the
problem.



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

Kernel: Linux 4.9.0-4-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)

Versions of packages monobristol depends on:
ii  bristol0.60.11-3+b1
ii  libglib2.0-cil 2.12.40-2
ii  libgtk2.0-cil  2.12.40-2
ii  libmono-corlib4.5-cil  4.6.2.7+dfsg-1
ii  libmono-posix4.0-cil   4.6.2.7+dfsg-1
ii  libmono-system-xml4.0-cil  4.6.2.7+dfsg-1
ii  libmono-system4.0-cil  4.6.2.7+dfsg-1
ii  mono-runtime   4.6.2.7+dfsg-1

Versions of packages monobristol recommends:
ii  jackd  5

monobristol suggests no packages.

-- no debconf information



Bug#880902: RC bug on zfs-linux that has to be fixed

2017-11-16 Thread Raphael Hertzog
Hello,

This bug should be quickly fixed because ZFS is broken in Debian
Testing right now, spl-linux migrated already and zfs-linux did not
migrate due to this bug.

Someone reported this problematic mismatch in Kali (which is based on
Debian testing):
https://bugs.kali.org/view.php?id=4351

Adding the required header is rather easy so I hope that a maintainer
can take care of preparing the required update.

Given that both packages are tightly coupled, you should consider
adding more tight dependencies as well so that this does not happen
again in the future.

Thank you!
-- 
Raphaël Hertzog ◈ Debian Developer

Support Debian LTS: https://www.freexian.com/services/debian-lts.html
Learn to master Debian: https://debian-handbook.info/get/



Processed: Bug#872270 marked as pending

2017-11-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 872270 pending
Bug #872270 {Done: Michael Fladischer } [src:celery] celery: 
FTBFS with Sphinx 1.6: AttributeError: 'Sphinx' object has no attribute 
'domains'
Added tag(s) pending.
> thanks
Stopping processing here.

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



Bug#872270: marked as pending

2017-11-16 Thread Michael Fladischer
tag 872270 pending
thanks

Hello,

Bug #872270 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:


https://anonscm.debian.org/cgit/python-modules/packages/celery.git/commit/?id=44b4f6d

---
commit 44b4f6d7be27f799eb8e90e08bb31d8bf9e6b584
Author: Michael Fladischer 
Date:   Mon Nov 13 22:16:38 2017 +0100

Upload to unstable (Closes: #872270).

diff --git a/debian/changelog b/debian/changelog
index 9b85f21..2a0d244 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-celery (4.1.0-1~exp2) UNRELEASED; urgency=medium
+celery (4.1.0-1) unstable; urgency=low
 
+  * Upload to unstable (Closes: #872270).
   * Run wrap-and-sort -bast to reduce diff size of future changes.
   * Build documentation in override_dh_sphinxdoc.
   * Clean up modified files to allow two builds in a row.
@@ -10,7 +11,7 @@ celery (4.1.0-1~exp2) UNRELEASED; urgency=medium
   * Use https:// for uscan URL.
   * Drop celeryd binary package.
 
- -- Michael Fladischer   Mon, 06 Nov 2017 08:48:20 +0100
+ -- Michael Fladischer   Wed, 08 Nov 2017 09:04:37 +0100
 
 celery (4.1.0-1~exp1) experimental; urgency=low
 



Bug#880944: fs-uae: glee.c and build-dep on glee, but doesn't use glee any more

2017-11-16 Thread John Paul Adrian Glaubitz
Hello Steve!

On 11/06/2017 01:58 AM, Steve Cotton wrote:
> Hi Games Team,

This package isn't maintained by Debian Games.

> Upstream's changelog includes "Use GLEW instead of GLee", done in version
> 2.5.34dev. The two relevant #includes in the source are commented out, and 
> none
> of the binaries depend on libglee, so it might be a simple cleanup.

It's a bit tricky as I will have to rebuild the original tarball to get
rid of the embedded source which would bump the upstream version.

I will ask upstream to release version 2.8.4 with the sources removed.

Thanks,
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#881114: Transition to xerces-c 3.2

2017-11-16 Thread Andreas Tille
Hi,

I just sponsored xsd yesterday and I wonder what your plan might be to
upload xerces-c 3.2.  For me it is a bit strange that you set severity
of this bug to serious while nothing is broken as long as xerces-c
sticks to version 3.1.  Could you please either lower the severity to
important or upload xerces-c 3.2 to enable working on this package.
Currently it would just be removed from testing with no good reason and
no chance to fix it.
 
Kind regards

 Andreas.

-- 
http://fam-tille.de



Bug#881062: marked as done (flower: update Build-Depends to python-sphinxcontrib.httpdomain)

2017-11-16 Thread Debian Bug Tracking System
Your message dated Thu, 16 Nov 2017 10:05:33 +
with message-id 
and subject line Bug#881062: fixed in flower 0.8.3+dfsg-3
has caused the Debian Bug report #881062,
regarding flower: update Build-Depends to python-sphinxcontrib.httpdomain
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.)


-- 
881062: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881062
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: flower
Version: 0.8.3+dfsg-2
Severity: serious
Tags: sid buster
Justification: fails to build from source

Hi,

python-sphinxcontrib-httpdomain was a transitional package in stretch
and is now gone from sid. Please adjust your Build-Depends to
python-sphinxcontrib.httpdomain (note the '-' to '.' change).


Andreas
--- End Message ---
--- Begin Message ---
Source: flower
Source-Version: 0.8.3+dfsg-3

We believe that the bug you reported is fixed in the latest version of
flower, 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 881...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Benjamin Drung  (supplier of updated flower 
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, 16 Nov 2017 10:39:34 +0100
Source: flower
Binary: python-flower
Architecture: source
Version: 0.8.3+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Benjamin Drung 
Changed-By: Benjamin Drung 
Description:
 python-flower - web based tool for monitoring and administrating Celery 
clusters
Closes: 881062
Changes:
 flower (0.8.3+dfsg-3) unstable; urgency=medium
 .
   * Use python-sphinxcontrib.httpdomain instead of the old transition
 package with dash (Closes: #881062). Thanks to Thomas Goirand.
   * Bump Standards-Version to 4.1.1 (no changes needed)
   * Use HTTPS for debian watch file
   * Use pkg-info.mk Makefile library to determine build timestamp.
   * Switch to Python 3 version of Sphinx
Checksums-Sha1:
 fc3d298a33e03af3f57c34de1b2b711d2be34a2b 2181 flower_0.8.3+dfsg-3.dsc
 ada436437a23e26c8a0c12411fa166e5437e27c0 5656 flower_0.8.3+dfsg-3.debian.tar.xz
 0df534c45820a4b2af4ff75afaa3b7fe12e58289 9095 
flower_0.8.3+dfsg-3_source.buildinfo
Checksums-Sha256:
 23743140fcc44b115d5263ecdecd5336818a29bb4b8934c8de9b5e4c5d2ed7ae 2181 
flower_0.8.3+dfsg-3.dsc
 84182038f6b7b30d50e1c2dd58c691187623a2879643ec4f1f3a64fcd4474968 5656 
flower_0.8.3+dfsg-3.debian.tar.xz
 cebfd0aca1d84009f6d292d540b64d2cee5c17335a995c53d8733f0e05d5f893 9095 
flower_0.8.3+dfsg-3_source.buildinfo
Files:
 0cae9b3184fd1bf08e3f137990b73a27 2181 python optional flower_0.8.3+dfsg-3.dsc
 ead1f0dd22182323a96574c7c1d99fb5 5656 python optional 
flower_0.8.3+dfsg-3.debian.tar.xz
 745af9fcff33df9d7337805afd8f486c 9095 python optional 
flower_0.8.3+dfsg-3_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIcBAEBCAAGBQJaDV2WAAoJEN2M1aXejH568LAP/jyas4ll4PmwXg88u5aaMeVx
HRnAB+PPdfDptppo9wK1WsfSN22WUMBy7n1O/SyzT5G9w7zpyAPEcnPfTgWwD5rS
hRkMz8pIzjplX3Sb2q8qoCvxcLvsDiWCHjsM7tO2VF0I82oeFLAXBZiDnaaD1evl
A4Hw96BNKk984ncUfrTDJm23bMUuN7UCOlL64YfLDGOE43AzqoF3kkRWyS2e/tM9
R9vtLdNzfEYLT1pvDD0dcIv0aHVh1tieILEmudnJ/Hxk+sf9RQQs/YsvvTwldbwg
cbNgA0yb6Km1E4lb9nLE8eWEsArcuTsR+EqQ08i66fUr8MYEZHseEqrQuyU53Edb
BI7sSMtwcItD8yUCbBjmErum/BCwsMkUgU51tCHQ3QCjVhPC4wIGV8CRI7ZqWSOV
in455MKna/Uk+HRuWjQZB5GTC1aoGOL+WNC4FcLMXlDAMl61KSYgh8umRBVT8q78
RSZRyrrbve+Xpzg7+i3MhGtPQYmxQ2FO0hGXor3vqwdnkPON8rnQ0U9l4K9S9sr2
5sE1zXRBqBt1A5ZQ+A/9coOnNm7a3AYSTNDzCHGJ1E9kVlrKXrbOdPdBWkLiFy35
8UENTN9ydjPc7IaBVOHpB4KCsKIPOICUVLdR93I/81KFN2fdEkON/VTA+R3bK9QK
itF8aCqN75JstyStsgfN
=1PTq
-END PGP SIGNATURE End Message ---


Bug#881627: Congratulations AmazonShopper! 1jy0QR

2017-11-16 Thread kamya jamyes
thnks alot but how can i use lcfhc to register or login

On Mon, Nov 13, 2017 at 9:30 AM, AmazonReward Alert <
debian.a...@manchmal.in-ulm.de> wrote:

> Message for james.kjammox57
>
>
> 
>
>
> 
>
>
> 
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Source: ruby-http-parser.rb Version: 0.6.0-3+b3 Severity: serious Tags:
> upstream Dear Maintainer, your package build-depends on http-parser, and a
> new version of that one has been around for a while. Even before eventually
> uploading last night I already saw a problem in the test suite of your
> package. However, due to a fault on my side, the new http-parser went to
> unstable instead of experimental. So this increases the pressure for your
> package, sorry about that. With http-parser 2.7.1, one test fails: 1)
> HTTP::Parser should parse request: line folding in header value
> Failure/Error: expect(@headers).to eq(test) expected:
> {"Line1"=>"abcdefghijklmno qrs", "Line2"=>"line2\t"} got:
> {"Line1"=>"abc\tdef ghi\t\tjkl mno \t \tqrs", "Line2"=>"line2\t"} (compared
> using ==) Diff: @@ -1,3 +1,3 @@ -"Line1" => "abcdefghijklmno qrs", +"Line1"
> => "abc\tdef ghi\t\tjkl mno \t \tqrs", "Line2" => "line2\t", #
> ./spec/parser_spec.rb:347:in `block (4 levels) in ' If I understand
> correctly, this is taken from spec/support/requests.json line 445 and 457f.
> While doubtlessly http-parser changed the behaviour, I'm not sure yet
> whether this wasn't rather about fixing bugs - bugs the test in
> ruby-http-parser.rb relied upon. However, HTTP header line folding is
> complicated and actually also deprecated in RFC 7230. Reading that one and
> also the older description in RFC 2616 I guess there a too many freedoms to
> expect a certain result. Also it seems http-parser 2.7.1 does unfolding in
> a ... surprising manner. Now, quite frankly, my main interest is a sound
> solution. Otherwise, I'm not keen on legal discussions, especially when
> it's about a deprecated feature like this one. It's my job to sort these
> things out with http-parser upstream but since I'm not sure how long this
> will take: Would you mind disabling or relaxing the test on your side for
> the time being? You might as well upgrade the test to the one in
> http-parser/test.c¹ which is where obviously it was taken from in the first
> place - but I'd expect this to change again soon. Sorry for the mess, and
> kind regards, Christoph ¹ 
> https://github.com/nodejs/http-parser/blob/master/test.c
> (line 614)


Bug#881062: NMU for this bug

2017-11-16 Thread Benjamin Drung
Am Mittwoch, den 15.11.2017, 12:10 +0100 schrieb Thomas Goirand:
> Hi,
> 
> This bug is blocking a bunch of package migration to Buster, so I've
> prepared an NMU. Debdiff is attached. I've uploaded the resulting
> package to DELAYED/5, to leave you enough time to upload it yourself
> if
> you prefer. I'm also available for sponsoring the package if you
> don't
> have enough rights in the Debian archive.

Sorry for the delay for such a simple change. I took the chance to do
an upload which includes several cleanup changes.

-- 
Benjamin Drung
System Developer
Debian & Ubuntu Developer

ProfitBricks GmbH
Greifswalder Str. 207
D - 10405 Berlin

Email: benjamin.dr...@profitbricks.com
URL: https://www.profitbricks.de

Sitz der Gesellschaft: Berlin
Registergericht: Amtsgericht Charlottenburg, HRB 125506 B
Geschäftsführer: Achim Weiss, Matthias Steinberg



Bug#881904: xul-ext-useragentswitcher: does not work with modern versions of Firefox

2017-11-16 Thread Ian Bruce
Package: xul-ext-useragentswitcher
Version: 0.7.3-3
Severity: grave
Justification: renders package unusable

This Firefox addon has not been updated in six years, and does not work
with any version of Firefox available in the current release, even those
prior to v57. This package is therefore useless, in its current form.
Please replace it with one of the following:

https://addons.mozilla.org/en-US/firefox/addon/user-agent-switcher-revived/

https://addons.mozilla.org/en-US/firefox/addon/custom-user-agent-revived/



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

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

Versions of packages xul-ext-useragentswitcher depends on:
ii  firefox  57.0-1

xul-ext-useragentswitcher recommends no packages.

xul-ext-useragentswitcher suggests no packages.

-- no debconf information



Processed: Re: Bug#881137: xul-ext-https-everywhere: Please update xul-ext-https-everywhere to version 2017.10.30 by next pu

2017-11-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 881137 important
Bug #881137 [xul-ext-https-everywhere] xul-ext-https-everywhere: Please update 
xul-ext-https-everywhere to version 2017.10.30 by next pu
Severity set to 'important' from 'grave'
> thanks
Stopping processing here.

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



Bug#881137: xul-ext-https-everywhere: Please update xul-ext-https-everywhere to version 2017.10.30 by next pu

2017-11-16 Thread Michael Meskes
severity 881137 important
thanks

> Package: xul-ext-https-everywhere
> Version: 5.2.8-1
> Severity: grave
> Justification: renders package unusable

As long as we have firefox-esr in a pre-57 release I don't see why the package
is unusable. Nevertheless it should be upgraded of course.

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Meskes at (Debian|Postgresql) dot Org
Jabber: michael at xmpp dot meskes dot org
VfL Borussia! Força Barça! Go SF 49ers! Use Debian GNU/Linux, PostgreSQL



Bug#873647: add patch for libshout

2017-11-16 Thread Sebastian Andrzej Siewior
control: tags -1 patch
control: forwarded -1 
http://lists.xiph.org/pipermail/icecast-dev/2017-November/002641.html

Please find attached the patch.

Sebastian
>From 01fafc449f0de56743d08e7976933c49e2915bfa Mon Sep 17 00:00:00 2001
From: Sebastian Andrzej Siewior 
Date: Wed, 15 Nov 2017 12:46:25 +
Subject: [PATCH] tls: compile with OpenSSL 1.1.0

The init functions are not longer required in OpenSSL 1.1 so I dropped
them.

TLSv1_client_method() should not be used because it enables only the
TLSv1.0 protocol. Better is to use SSLv23_client_method() which enable
all the protocols including TLSv1.2. With this functions SSLv2 and SSLv3
is theoretically possible but as of today those protocols are usually
build-time disabled.
To avoid all this OpenSSL 1.1 provides TLS_client_method() which is aim
to provide to highest TLS protocol version (same as
SSLv23_client_method() but it is deprecated in 1.1).

Signed-off-by: Sebastian Andrzej Siewior 
---
 src/tls.c | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/src/tls.c b/src/tls.c
index 4562c7327077..e0e5c1a5f079 100644
--- a/src/tls.c
+++ b/src/tls.c
@@ -24,6 +24,7 @@
 #endif
 
 #include 
+#include 
 #include "shout_private.h"
 
 #ifndef XXX_HAVE_X509_check_host
@@ -61,14 +62,17 @@ shout_tls_t *shout_tls_new(shout_t *self, sock_t socket)
 
 static inline int tls_setup(shout_tls_t *tls)
 {
-	SSL_METHOD *meth;
-
+	const SSL_METHOD *meth;
+#if (OPENSSL_VERSION_NUMBER < 0x1010L) || defined(LIBRESSL_VERSION_NUMBER)
 	SSL_library_init();
 	SSL_load_error_strings();
 	SSLeay_add_all_algorithms();
- 	SSLeay_add_ssl_algorithms();
+	SSLeay_add_ssl_algorithms();
 
-	meth = TLSv1_client_method();
+	meth = SSLv23_client_method();
+#else
+	meth = TLS_client_method();
+#endif
 	if (!meth)
 		goto error;
 
-- 
2.15.0



Processed: add patch for libshout

2017-11-16 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 patch
Bug #873647 [libshout] libshout: Please migrate to openssl1.1 in Buster
Added tag(s) patch.
> forwarded -1 
> http://lists.xiph.org/pipermail/icecast-dev/2017-November/002641.html
Bug #873647 [libshout] libshout: Please migrate to openssl1.1 in Buster
Set Bug forwarded-to-address to 
'http://lists.xiph.org/pipermail/icecast-dev/2017-November/002641.html'.

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