Bug#908557: [RESOLVED] Error while setting the maximum protocol version

2018-09-11 Thread Heinrich Schuchardt
The issue was resolved with libqt5network5_5.11.1+dfsg-8_amd64.deb



OpenSSL+Qt interoperability?

2018-09-11 Thread Antti Järvinen
Dear OpenSSL+Qt Sirs, 

I'm posting to both mailing lists at once because I don't know where
to start. I have a Qt app (classified-ads) that uses QSslSocket that 
internally uses OpenSSL for its work. This is a p2p-app where program
instances communicate with each others. I have an up-to-date debian
buster where this app was still working on Sunday 9th september. On
10th apt upgraded libqt5network5:amd64 from 5.11.1+dfsg-6 to 5.11.1+dfsg-7
and after that my attempts with QSslSocket receive
QAbstractSocket::SslInternalError, after that
QAbstractSocket::SslInvalidUserDataError and then socket is
closed. "User data error" according to documentation is "Invalid data
(certificate, key, cypher, etc.) was provided and its use resulted in
an error in the SSL library." but I need advice how to debug this
problem -> is there (easy) way to turn on logging of openssl while
it is being run inside qt app? 

For me the non-functional combination is 1.1.0h-4 and I've not touched
the configuration in /etc/ssl or 5.11.1+dfsg-7 that is also "out of
the box". Other nodes in this p2p network that have different versions
of qt and openssl seem to function all right - is this a working
combination that should work? The nodes in the network generally
handshake with TLS1.2, RSA2048+AES256, it should not be issue with
obsolete algorithm at least?

--
Antti Järvinen, desperately maintaining



Re: [Pkg-openssl-devel] OpenSSL+Qt interoperability?

2018-09-11 Thread Kurt Roeckx
On Tue, Sep 11, 2018 at 10:43:26PM +0300, Antti Järvinen wrote:
> Dear OpenSSL+Qt Sirs, 

Please try 5.11.1+dfsg-8.


Kurt



Re: [Pkg-openssl-devel] OpenSSL+Qt interoperability?

2018-09-11 Thread Sebastian Andrzej Siewior
On 2018-09-11 22:43:26 [+0300], Antti Järvinen wrote:
> buster where this app was still working on Sunday 9th september. On
> 10th apt upgraded libqt5network5:amd64 from 5.11.1+dfsg-6 to 5.11.1+dfsg-7
does 5.11.1+dfsg-8 work for you?
…
> combination that should work? The nodes in the network generally
> handshake with TLS1.2, RSA2048+AES256, it should not be issue with
> obsolete algorithm at least?
no.

Sebastian



Bug#907774: Bug#908567: libssl 1.1.1 TLS_MAX_VERSION ABI breakage

2018-09-11 Thread Sebastian Andrzej Siewior
On 2018-09-11 16:11:02 [+0300], Adrian Bunk wrote:
> Dmitry already implemented my short-term workaround:
> https://tracker.debian.org/news/986618/accepted-qtbase-opensource-src-5111dfsg-8-source-into-unstable/
> 
> When this has been built on all release architectures openssl can bump 
> the version requirement.
> 
> Even more cautious would be to wait until testing migration of Qt.

now after what happens I consider this issue (#908567) fixed since the
only affected package by this is fixed. Also adding versioned depends is
not easy as I expected it in the morning without too much mess around
it.

> cu
> Adrian

Sebastian



Re: glibc and abi-compliance-checker break multiple KDE autopkgtests

2018-09-11 Thread Paul Gevers
Dear all,

On 09-09-18 22:04, Paul Gevers wrote:
> On 09/06/18 21:13, Paul Gevers wrote:
>> So it seems they are requested by something, and because the are not
>> available in testing, apt-get is not limited by our pinning to take them
>> from unstable. I believe it must be a "Provides" of some sort. What I
>> want to know (and I will spend some time on it) is what in the
>> dependency chain makes us end up with this as an option.
> 
> I was not able to figure out in the time I spend on it why apt-get ended
> up with installing those packages. Does anybody know the right commands
> and their arguments to figure out this specific question?
> 
> Paul
> PS: the last line that I used was:
> apt-cache dotty $(echo $(apt-cache showsrc kf5-kdepim-apps-libs | grep
> Binary | sed s/Binary:// | sed s/,//g) | sort --unique) dh-acc
> exuberant-ctags | grep '++8'

I went ahead and let glibc and abi-compliance-checker migrate to
testing. I ran reference runs of the failing tests today to check if
everything is all-right, and it is.

So this is a versioned Depends/Breaks/Conflicts issue somewhere. I am
very uncomfortable about this, because today qtbase-opensource-src
started to be hit by the same issue.

Paul
@ qtbase-opensource-src maintainers, this conversation starts here:
https://lists.debian.org/debian-ci/2018/09/msg00010.html



signature.asc
Description: OpenPGP digital signature


Bug#907774: Bug#908567: libssl 1.1.1 TLS_MAX_VERSION ABI breakage

2018-09-11 Thread Dmitry Shachnev
On Tue, Sep 11, 2018 at 07:18:28PM +0200, Kurt Roeckx wrote:
> > > If this is for a call to SSL_CTX_set_max_proto_version(), you can
> > > use 0 instead of TLS_MAX_VERSION.
> >
> > Good point, thanks.
> >
> > However as the patch is temporary, I do not think it is worth
> > a new upload to change that.
>
> But maybe you can get upstream to use that instead.

Done: https://codereview.qt-project.org/239603

--
Dmitry Shachnev


signature.asc
Description: PGP signature


Bug#907774: Bug#908567: libssl 1.1.1 TLS_MAX_VERSION ABI breakage

2018-09-11 Thread Kurt Roeckx
On Tue, Sep 11, 2018 at 08:14:35PM +0300, Dmitry Shachnev wrote:
> Hi Kurt,
> 
> On Tue, Sep 11, 2018 at 07:09:04PM +0200, Kurt Roeckx wrote:
> > If this is for a call to SSL_CTX_set_max_proto_version(), you can
> > use 0 instead of TLS_MAX_VERSION.
> 
> Good point, thanks.
> 
> However as the patch is temporary, I do not think it is worth
> a new upload to change that.

But maybe you can get upstream to use that instead.

I'm thinking about removing that symbol from the public header,
but that would be a 1.2 thing in that case.


Kurt



Bug#907774: Bug#908567: libssl 1.1.1 TLS_MAX_VERSION ABI breakage

2018-09-11 Thread Dmitry Shachnev
Hi Kurt,

On Tue, Sep 11, 2018 at 07:09:04PM +0200, Kurt Roeckx wrote:
> If this is for a call to SSL_CTX_set_max_proto_version(), you can
> use 0 instead of TLS_MAX_VERSION.

Good point, thanks.

However as the patch is temporary, I do not think it is worth
a new upload to change that.

--
Dmitry Shachnev


signature.asc
Description: PGP signature


Bug#907774: [Pkg-openssl-devel] Bug#908567: Bug#908567: libssl 1.1.1 TLS_MAX_VERSION ABI breakage

2018-09-11 Thread Kurt Roeckx
On Tue, Sep 11, 2018 at 04:11:02PM +0300, Adrian Bunk wrote:
> 
> Dmitry already implemented my short-term workaround:
> https://tracker.debian.org/news/986618/accepted-qtbase-opensource-src-5111dfsg-8-source-into-unstable/

If this is for a call to SSL_CTX_set_max_proto_version(), you can
use 0 instead of TLS_MAX_VERSION.


Kurt



Bug#908592: qtbase-opensource-src: Drop ssl_max_version.diff when openssl1.1 migrates to testing

2018-09-11 Thread Dmitry Shachnev
Source: qtbase-opensource-src
Version: 5.11.1+dfsg-8

In my today’s upload I added a patch named ssl_max_version.diff.

It is a temporary measure to support running against OpenSSL 1.1.0
(in testing) when building against OpenSSL 1.1.1 (in unstable).

When OpenSSL 1.1.1 migrates, we should drop that patch and bump the
dependency (from libqt5network5) instead.

--
Dmitry Shachnev


signature.asc
Description: PGP signature


Bug#907774: Bug#908567: libssl 1.1.1 TLS_MAX_VERSION ABI breakage

2018-09-11 Thread Lisandro Damián Nicanor Pérez Meyer
On Tue, 11 Sep 2018 at 09:00, Jan-Marek Glogowski  wrote:

> Am 11.09.2018 um 11:57 schrieb Adrian Bunk:
>
>
> Qt5 is just the first breaking package - I have no idea, how many packages
> use TLS_MAX_VERSION in
> their code.


Only a handful according to
https://codesearch.debian.net/search?q=TLS_MAX_VERSION


Bug#908588: kdelibs5-data: HTTP Cache Cleaner starts irritating launch notifier (also makes plasma-desktop busy)

2018-09-11 Thread Paul Boddie
Package: kdelibs5-data
Version: 4:4.14.2-5+deb8u2
Severity: normal

Upon launching Akregator in the Kontact application, "HTTP Cache Cleaner"
starts up with the bouncing notifier cursor and a window entry in the taskbar.
Also plasma-desktop starts running more excitedly. This can be quite annoying.

Apparently, some efforts were made to fix this bug in the past:

https://bugs.kde.org/show_bug.cgi?id=108809
https://bugs.launchpad.net/ubuntu/+source/kde4libs/+bug/60315

The suggested fix is not applied in the Jessie version of the affected file:

/usr/share/kde4/services/http_cache_cleaner.desktop

Here is a link to the fairly trivial change:

http://commits.kde.org/kio/a327b47c16e2a8167e90864aae11240b94dc3f05

(It is mentioned near the end of each of the bug reports given above.)

It may be the case that this fixes the problem, although with the offending
program having been run recently, the program might not be invoked again when
I re-run Akregator, so it remains possible that it will recur in future. I
will attempt to monitor this and provide additional information.

Thanks for packaging KDE for Debian.


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

Kernel: Linux 3.16.0-6-586
Locale: LANG=en_GB.ISO-8859-15, LC_CTYPE=en_GB.ISO-8859-15 (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages kdelibs5-data depends on:
ii  ca-certificates 20141019+deb8u4
ii  hicolor-icon-theme  0.13-1
ii  perl5.20.2-3+deb8u11

kdelibs5-data recommends no packages.

kdelibs5-data suggests no packages.

-- no debconf information



Bug#907774: [Pkg-openssl-devel] Bug#908567: libssl 1.1.1 TLS_MAX_VERSION ABI breakage

2018-09-11 Thread Adrian Bunk
On Tue, Sep 11, 2018 at 02:57:17PM +0200, Sebastian Andrzej Siewior wrote:
> On 2018-09-11 12:57:17 [+0300], Adrian Bunk wrote:
> > > I'm on buster and with the latest updates from yesterday came 
> > > qtbase-opensource-src 5.11.1+dfsg-7
> > > and SSL started to fail in Qt5 programs. This was reported in bug 907774 
> > > ~ 2 weeks ago.
> > > 
> > > Basically libssl 1.1.1 (in whatever 1.1.1 version - my guess is 
> > > 1.1.1~~pre9-1 from the changelog)
> > > changed the definition of TLS_MAX_VERSION from TLS1_2_VERSION to 
> > > TLS1_3_VERSION, which will start to
> > > break all software in buster using that symbol, until libssl1.1 moves to 
> > > buster.
> > 
> > I'd say that at least for the SSL_CTX_ctrl() symbol the created 
> > dependency has to be increased.
> > 
> > Raising the severity of both bugs to RC to make the problem more visible,
> > and to avoid further duplicate bugs.
> > 
> > Since the new OpenSSL won't enter buster anytime soon, the reasonable 
> > short-term workaround for testing would be an upload to use 
> > TLS1_2_VERSION instead of TLS_MAX_VERSION in qtbase-opensource-src.
> 
> So hmm. If I increase the version for the symbol then your new upload of
> QT won't migrate to testing because it will depend on openssl which
> currently won't migrate.
>...
> Now. Any suggestions on how to handle this?

Dmitry already implemented my short-term workaround:
https://tracker.debian.org/news/986618/accepted-qtbase-opensource-src-5111dfsg-8-source-into-unstable/

When this has been built on all release architectures openssl can bump 
the version requirement.

Even more cautious would be to wait until testing migration of Qt.

> Sebastian

cu
Adrian

-- 

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



Bug#907774: [Pkg-openssl-devel] Bug#908567: libssl 1.1.1 TLS_MAX_VERSION ABI breakage

2018-09-11 Thread Sebastian Andrzej Siewior
On 2018-09-11 12:57:17 [+0300], Adrian Bunk wrote:
> > I'm on buster and with the latest updates from yesterday came 
> > qtbase-opensource-src 5.11.1+dfsg-7
> > and SSL started to fail in Qt5 programs. This was reported in bug 907774 ~ 
> > 2 weeks ago.
> > 
> > Basically libssl 1.1.1 (in whatever 1.1.1 version - my guess is 
> > 1.1.1~~pre9-1 from the changelog)
> > changed the definition of TLS_MAX_VERSION from TLS1_2_VERSION to 
> > TLS1_3_VERSION, which will start to
> > break all software in buster using that symbol, until libssl1.1 moves to 
> > buster.
> 
> I'd say that at least for the SSL_CTX_ctrl() symbol the created 
> dependency has to be increased.
> 
> Raising the severity of both bugs to RC to make the problem more visible,
> and to avoid further duplicate bugs.
> 
> Since the new OpenSSL won't enter buster anytime soon, the reasonable 
> short-term workaround for testing would be an upload to use 
> TLS1_2_VERSION instead of TLS_MAX_VERSION in qtbase-opensource-src.

So hmm. If I increase the version for the symbol then your new upload of
QT won't migrate to testing because it will depend on openssl which
currently won't migrate. This MAX version probably affectes not only QT.

There are a couple of bugs blocking on the other openssl bug which
forbids migration. Most of them are "run time errors" because the key or
signature is too small. All of them should be fixed and are mostly
testsuite. Keys which can't be fixed because of $reason should alter
their .cnf. According to Kurt there are few packages broken because they
don't send SNI anymore. This is probably worth fixing before migration
to testing.

Now. Any suggestions on how to handle this?

> cu
> Adrian

Sebastian



Bug#907774: Bug#908567: libssl 1.1.1 TLS_MAX_VERSION ABI breakage

2018-09-11 Thread Jan-Marek Glogowski
Am 11.09.2018 um 11:57 schrieb Adrian Bunk:
>> Basically libssl 1.1.1 (in whatever 1.1.1 version - my guess is 
>> 1.1.1~~pre9-1 from the changelog)
>> changed the definition of TLS_MAX_VERSION from TLS1_2_VERSION to 
>> TLS1_3_VERSION, which will start to
>> break all software in buster using that symbol, until libssl1.1 moves to 
>> buster.
> 
> I'd say that at least for the SSL_CTX_ctrl() symbol the created 
> dependency has to be increased.
> 
> Raising the severity of both bugs to RC to make the problem more visible,
> and to avoid further duplicate bugs.
> 
> Since the new OpenSSL won't enter buster anytime soon, the reasonable 
> short-term workaround for testing would be an upload to use 
> TLS1_2_VERSION instead of TLS_MAX_VERSION in qtbase-opensource-src.

Who will patch all the binary packages for buster? Everything in sid that 
builds against current
libssl1.1 and uses TLS_MAX_VERSION will break buster. And if we start patching 
stuff, who will
remember to rebuild and "unpatch" all the packages, once the final libssl11 
migrates?

IMHO libssl1.1 with the current codebase should move to experimental. For the 
ABI breakage even with
a new package name, until we plan a transition. Otherwise libssl1.1 will 
probably block a lot of
packages.

Qt5 is just the first breaking package - I have no idea, how many packages use 
TLS_MAX_VERSION in
their code. And symbol versioning also won't help, as it's no symbol in the 
shared library sense,
but a definition in the header, which would need manual handling AFAIK.

openssl-1.1.1~~pre9 $ rgrep TLS_MAX_VERSION | grep ".h:"
include/openssl/dtls1.h:# define DTLS_MAX_VERSIONDTLS1_2_VERSION
include/openssl/tls1.h:# define TLS_MAX_VERSION TLS1_3_VERSION

CU

Jan-Marek



qtbase-opensource-src_5.11.1+dfsg-8_source.changes ACCEPTED into unstable

2018-09-11 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 11 Sep 2018 13:29:28 +0300
Source: qtbase-opensource-src
Binary: libqt5core5a libqt5gui5 qt5-gtk-platformtheme qt5-flatpak-platformtheme 
libqt5network5 libqt5opengl5 libqt5sql5 libqt5sql5-mysql libqt5sql5-odbc 
libqt5sql5-psql libqt5sql5-sqlite libqt5sql5-tds libqt5sql5-ibase libqt5xml5 
libqt5dbus5 libqt5test5 libqt5concurrent5 libqt5widgets5 libqt5printsupport5 
qtbase5-dev qtbase5-private-dev libqt5opengl5-dev qtbase5-dev-tools 
qt5-qmake-bin qt5-qmake qtbase5-examples qt5-default qtbase5-doc 
qtbase5-doc-html
Architecture: source
Version: 5.11.1+dfsg-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Dmitry Shachnev 
Description:
 libqt5concurrent5 - Qt 5 concurrent module
 libqt5core5a - Qt 5 core module
 libqt5dbus5 - Qt 5 D-Bus module
 libqt5gui5 - Qt 5 GUI module
 libqt5network5 - Qt 5 network module
 libqt5opengl5 - Qt 5 OpenGL module
 libqt5opengl5-dev - Qt 5 OpenGL library development files
 libqt5printsupport5 - Qt 5 print support module
 libqt5sql5 - Qt 5 SQL module
 libqt5sql5-ibase - Qt 5 Firebird database driver
 libqt5sql5-mysql - Qt 5 MySQL database driver
 libqt5sql5-odbc - Qt 5 ODBC database driver
 libqt5sql5-psql - Qt 5 PostgreSQL database driver
 libqt5sql5-sqlite - Qt 5 SQLite 3 database driver
 libqt5sql5-tds - Qt 5 FreeTDS database driver
 libqt5test5 - Qt 5 test module
 libqt5widgets5 - Qt 5 widgets module
 libqt5xml5 - Qt 5 XML module
 qt5-default - Qt 5 development defaults package
 qt5-flatpak-platformtheme - Qt 5 Flatpak platform theme
 qt5-gtk-platformtheme - Qt 5 GTK+ 3 platform theme
 qt5-qmake  - Qt 5 qmake Makefile generator tool
 qt5-qmake-bin - Qt 5 qmake Makefile generator tool — binary file
 qtbase5-dev - Qt 5 base development files
 qtbase5-dev-tools - Qt 5 base development programs
 qtbase5-doc - Qt 5 base documentation
 qtbase5-doc-html - Qt 5 base HTML documentation
 qtbase5-examples - Qt 5 base examples
 qtbase5-private-dev - Qt 5 base private development files
Closes: 907774 908328
Changes:
 qtbase-opensource-src (5.11.1+dfsg-8) unstable; urgency=medium
 .
   * Override dh_auto_test to avoid compiling in indep builds.
   * Refresh nonlinux_utime.diff.
   * Update symbols files from buildds’ logs.
   * Bump required qttools-dev-tools version to 5.11.1-6, where a bug in
 qdoc was fixed (closes: #908328).
   * Bump Standards-Version to 4.2.1, no changes needed.
   * Temporarily use TLS1_2_VERSION instead of TLS_MAX_VERSION, to make
 Qt Network work with OpenSSL 1.1.0 in testing (closes: #907774).
Checksums-Sha1:
 96ae017863c7d411ed3f20a6d239dc23a9f96b03 5140 
qtbase-opensource-src_5.11.1+dfsg-8.dsc
 8bba4fa2b57ea5e778ad17e5e124ad59c7275ee8 228076 
qtbase-opensource-src_5.11.1+dfsg-8.debian.tar.xz
 46f628a7f42b667896b4ac033d293eb168d336cc 10505 
qtbase-opensource-src_5.11.1+dfsg-8_source.buildinfo
Checksums-Sha256:
 c50267845b80ab39ea8d65131ef342c0265b843c30993dc9558c6b4845262b8e 5140 
qtbase-opensource-src_5.11.1+dfsg-8.dsc
 3f8368d1987e41c20fb7caa19212e1f13aa9bda671ff0f28ed7ed1dc81d3db8f 228076 
qtbase-opensource-src_5.11.1+dfsg-8.debian.tar.xz
 3c9aa786dc550965441af9ce08c635315e3212e77ce6e5819bbc8903efa2952c 10505 
qtbase-opensource-src_5.11.1+dfsg-8_source.buildinfo
Files:
 2a8240a787f8e867d7d558d528a38dda 5140 libs optional 
qtbase-opensource-src_5.11.1+dfsg-8.dsc
 b602be3241c5ae11ed3429faefdfe66c 228076 libs optional 
qtbase-opensource-src_5.11.1+dfsg-8.debian.tar.xz
 02cccd41b39a97c79b9ddc8105aa08fc 10505 libs optional 
qtbase-opensource-src_5.11.1+dfsg-8_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEEbEPcK+5mZmLK5jNU1v5xA2P4XdMFAluXmYcTHG1pdHlhNTdA
ZGViaWFuLm9yZwAKCRDW/nEDY/hd09ugD/91WqsY8ygstx5Lk/dVudeoR8Iiqgkm
O0tXIObkrrEKMkV6pTdL/zpOtpBDJYOGY0/7O0MRQzxAtVlxITs5n2GdSACSTXlJ
3HrmTCh61jj7UpC4Cy0+jIY1gzAklW/ib7yzZCAUrFFkx4nkj0djsodUv6CL9zzH
pUjRuPPGtUjmqmFRsT6oU0+WnK0OluwLkh7T8PIDiTY5Nq2aAeGW3F6gzAMvu9Ji
tvfUXDOuyDS2zVuPNBjK+mUVjavCxslCL8wFHYtN8oqGDyRNgRvqPpEpSr7eHKlC
oTsjyDK8IkR6OC5+42MdPxsSCohCxfynAhbYnjklEux4xOz4M/7mn0F3MrRiOFfB
VDhPhaeW/PJD+bijf79xTaM66fuR5kCIo1XyGAmnNiSvTLZfxlhasgq7T6YheqgX
0aL+iXLu2t3AXD+8be7rjDIwCOSuQXeSab/eiGkXWsD3Bx84sCq4nMgTaV9Q8+55
IUKyFTiSXFsDG44htQA7RuQo+KrGYnQjmUcb0YD+uc5+t9N2dYuLr/pmayuW4x3j
w998F1KxiPZ6TLh8XanYC0GHdD7k2LIxPv09zPa/byGL1AS+gfG7jEc8Fj98oqvv
recOgnsN5EphLNvCOSB7WBLXyXKadOY8V5IjPGnfQYJMb0E7dBQZ1Ut8d8P66R+U
K1vEErV9sMjIzg==
=0AmR
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of qtbase-opensource-src_5.11.1+dfsg-8_source.changes

2018-09-11 Thread Debian FTP Masters
qtbase-opensource-src_5.11.1+dfsg-8_source.changes uploaded successfully to 
localhost
along with the files:
  qtbase-opensource-src_5.11.1+dfsg-8.dsc
  qtbase-opensource-src_5.11.1+dfsg-8.debian.tar.xz
  qtbase-opensource-src_5.11.1+dfsg-8_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Bug#908328: marked as done (qtbase5-doc-html: Class docs are missing in 5.11.1+dfsg-7)

2018-09-11 Thread Debian Bug Tracking System
Your message dated Tue, 11 Sep 2018 10:50:07 +
with message-id 
and subject line Bug#908328: fixed in qtbase-opensource-src 5.11.1+dfsg-8
has caused the Debian Bug report #908328,
regarding qtbase5-doc-html: Class docs are missing in 5.11.1+dfsg-7
to be marked as done.

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

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


-- 
908328: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908328
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: qtbase5-doc-html
Version: 5.11.1+dfsg-7
Severity: normal
Justification: grave for qtbase5-doc-html itself, but normal for 
src:qtbase-opensource-src

All of the generated-for-classes documentation such as qobject.html and
qvariant.html is missing from qtbase5-doc-html_5.11.1+dfsg-7_all.deb.

These docs were in qtbase5-doc-html_5.11.1+dfsg-6_all.deb, and there's a 
corresponding drop
in the size of the .deb from 22MB to 14MB.  The .deb files for qtbase5-doc also
show a corresponding size change, from 27MB to 16MB.

I'm seeing confusing info from other tools. These files are still included in 
the list of
files reported by apt-file and 
https://packages.debian.org/sid/all/qtbase5-doc-html/filelist ,
even though https://packages.debian.org also shows the corresponding size drop.

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

Kernel: Linux 4.17.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: qtbase-opensource-src
Source-Version: 5.11.1+dfsg-8

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

Debian distribution maintenance software
pp.
Dmitry Shachnev  (supplier of updated qtbase-opensource-src 
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: Tue, 11 Sep 2018 13:29:28 +0300
Source: qtbase-opensource-src
Binary: libqt5core5a libqt5gui5 qt5-gtk-platformtheme qt5-flatpak-platformtheme 
libqt5network5 libqt5opengl5 libqt5sql5 libqt5sql5-mysql libqt5sql5-odbc 
libqt5sql5-psql libqt5sql5-sqlite libqt5sql5-tds libqt5sql5-ibase libqt5xml5 
libqt5dbus5 libqt5test5 libqt5concurrent5 libqt5widgets5 libqt5printsupport5 
qtbase5-dev qtbase5-private-dev libqt5opengl5-dev qtbase5-dev-tools 
qt5-qmake-bin qt5-qmake qtbase5-examples qt5-default qtbase5-doc 
qtbase5-doc-html
Architecture: source
Version: 5.11.1+dfsg-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Dmitry Shachnev 
Description:
 libqt5concurrent5 - Qt 5 concurrent module
 libqt5core5a - Qt 5 core module
 libqt5dbus5 - Qt 5 D-Bus module
 libqt5gui5 - Qt 5 GUI module
 libqt5network5 - Qt 5 network module
 libqt5opengl5 - Qt 5 OpenGL module
 libqt5opengl5-dev - Qt 5 OpenGL library development files
 libqt5printsupport5 - Qt 5 print support module
 libqt5sql5 - Qt 5 SQL module
 libqt5sql5-ibase - Qt 5 Firebird database driver
 libqt5sql5-mysql - Qt 5 MySQL database driver
 libqt5sql5-odbc - Qt 5 ODBC database driver
 libqt5sql5-psql - Qt 5 PostgreSQL database driver
 libqt5sql5-sqlite - Qt 5 SQLite 3 database driver
 libqt5sql5-tds - Qt 5 FreeTDS database driver
 libqt5test5 - Qt 5 test module
 libqt5widgets5 - Qt 5 widgets module
 libqt5xml5 - Qt 5 XML module
 qt5-default - Qt 5 development defaults package
 qt5-flatpak-platformtheme - Qt 5 Flatpak platform theme
 qt5-gtk-platformtheme - Qt 5 GTK+ 3 platform theme
 qt5-qmake  - Qt 5 qmake Makefile generator tool
 qt5-qmake-bin - Qt 5 qmake Makefile generator tool — binary file
 qtbase5-dev - Qt 5 base development files
 qtbase5-dev-tools - Qt 5 base development programs
 qtbase5-doc - Qt 5 base documentation
 qtbase5-doc-html - Qt 5 base HTML documentation
 qtbase5-examples - Qt 5 base examples
 qtbase5-private-dev - Qt 

Bug#908557: marked as done (Error while setting the maximum protocol version)

2018-09-11 Thread Debian Bug Tracking System
Your message dated Tue, 11 Sep 2018 10:50:07 +
with message-id 
and subject line Bug#907774: fixed in qtbase-opensource-src 5.11.1+dfsg-8
has caused the Debian Bug report #907774,
regarding Error while setting the maximum protocol version
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.)


-- 
907774: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907774
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: qtbase-opensource-src
Version: 5.11.1+dfsg-7
Severity: normal

My Debian Buster installation of the Quassel client (version 0.12.5)
fails to connect with the message "Error while setting the maximum
protocol version". I verified with Wireshark that my Linux client is
actually communicating to the server on port 4242.

This seems to relate to code in
qt5/qtbase/src/network/ssl/qsslcontext_openssl11.cpp.html.

I have no problem to connect to my server with the Android client.

The error did not occur before version 5.11.1+dfsg-7 was released to
Debian testing on Sept. 10, 2018.

The relevant code in qtbase was changed with
e3cea2a7b9f8 ("QSslSocket (OpenSSL 1.1) - respect requested protocol
version").


This is the protocol information provided by openssl:

$ openssl s_client -connect myserver.domain:4242 -prexit
CONNECTED(0003)
write:errno=0
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 0 bytes and written 176 bytes
Verification: OK
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
Protocol  : TLSv1.2
Cipher: 
Session-ID:
Session-ID-ctx:
Master-Key:
PSK identity: None
PSK identity hint: None
SRP username: None
Start Time: 1536645791
Timeout   : 7200 (sec)
Verify return code: 0 (ok)
Extended master secret: no
---
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 0 bytes and written 176 bytes
Verification: OK
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
Protocol  : TLSv1.2
Cipher: 
Session-ID:
Session-ID-ctx:
Master-Key:
PSK identity: None
PSK identity hint: None
SRP username: None
Start Time: 1536645791
Timeout   : 7200 (sec)
Verify return code: 0 (ok)
Extended master secret: no
---
--- End Message ---
--- Begin Message ---
Source: qtbase-opensource-src
Source-Version: 5.11.1+dfsg-8

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

Debian distribution maintenance software
pp.
Dmitry Shachnev  (supplier of updated qtbase-opensource-src 
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: Tue, 11 Sep 2018 13:29:28 +0300
Source: qtbase-opensource-src
Binary: libqt5core5a libqt5gui5 qt5-gtk-platformtheme qt5-flatpak-platformtheme 
libqt5network5 libqt5opengl5 libqt5sql5 libqt5sql5-mysql libqt5sql5-odbc 
libqt5sql5-psql libqt5sql5-sqlite libqt5sql5-tds libqt5sql5-ibase libqt5xml5 
libqt5dbus5 libqt5test5 libqt5concurrent5 libqt5widgets5 libqt5printsupport5 
qtbase5-dev qtbase5-private-dev libqt5opengl5-dev qtbase5-dev-tools 
qt5-qmake-bin qt5-qmake qtbase5-examples qt5-default qtbase5-doc 
qtbase5-doc-html
Architecture: source
Version: 5.11.1+dfsg-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Dmitry Shachnev 
Description:
 libqt5concurrent5 - Qt 5 concurrent module
 libqt5core5a - Qt 5 core module
 libqt5dbus5 - Qt 5 D-Bus module
 libqt5gui5 - Qt 5 GUI module
 libqt5network5 - Qt 5 network module
 libqt5opengl5 - Qt 5 OpenGL module
 libqt5opengl5-dev - Qt 5 OpenGL library development files
 libqt5printsupport5 - Qt 5 print support module
 libqt5sql5 - Qt 5 SQL module
 libqt5sql5-ibase - Qt 5 Firebird database driver
 libqt5sql5-mysql - Qt 5 MySQL database driver
 libqt5sql5-odbc - Qt 5 ODBC database driver
 libqt5sql5-psql - Qt 5 PostgreSQL database driver

Bug#907774: marked as done ([libqt5network5] Requires openssl >= 1.1.1)

2018-09-11 Thread Debian Bug Tracking System
Your message dated Tue, 11 Sep 2018 10:50:07 +
with message-id 
and subject line Bug#907774: fixed in qtbase-opensource-src 5.11.1+dfsg-8
has caused the Debian Bug report #907774,
regarding [libqt5network5] Requires openssl >= 1.1.1
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.)


-- 
907774: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907774
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libqt5network5
Version: 5.11.1+dfsg-7
Severity: important

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

Hi,

I'm using owncloud-client, and connection failed with the following log:


[ warning sync.connectionvalidator ]:
QNetworkReply::NetworkError(UnknownNetworkError) "Error while setting
the maximum protocol version" ""


After running gdb, it seems that in
src/network/ssl/qsslcontext_openssl11.cpp on line 151, the
sslContext->sslConfiguration.protocol() is set to QSsl::SecureProtocols,
so minVersion is set to TLS1_VERSION and maxVersion is set
TLS_MAX_VERSION. However, I have currently blocked the upgrading to
openssl1.1.1 so on my system, with openssl1.1.0, the TLS_MAX_VERSION is
defined to TLS1_2_VERSION.

But gdb reports me that maxVersion is set to 0x0304, which is the value
of TLS_MAX_VERSION in openssl1.1.1 as it as an alias for TLS1_3_VERSION.


Thus, I think that you should require a version of openssl greater or
equal than 1.1.1 to avoid those issues.


Thanks for maintaining the package,

Adrien


--- System information. ---
Architecture:
Kernel: Linux 4.17.0-3-amd64

Debian Release: buster/sid
500 unstable-debug debug.mirrors.debian.org
500 unstable ftp.fr.debian.org
500 testing download.jitsi.org
1 experimental ftp.fr.debian.org

--- Package information. ---
Depends (Version) | Installed
=-+-
libssl1.1 | 1.1.0h-4
libc6 (>= 2.14) | 2.27-5
libqt5core5a (>= 5.11.0~rc1) | 5.11.1+dfsg-7
libqt5dbus5 (>= 5.0.2) | 5.11.1+dfsg-7
libstdc++6 (>= 5) | 8.2.0-4
qtbase-abi-5-11-0 |
zlib1g (>= 1:1.1.4) | 1:1.2.11.dfsg-1


Package's Recommends field is empty.

Package's Suggests field is empty.
--- End Message ---
--- Begin Message ---
Source: qtbase-opensource-src
Source-Version: 5.11.1+dfsg-8

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

Debian distribution maintenance software
pp.
Dmitry Shachnev  (supplier of updated qtbase-opensource-src 
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: Tue, 11 Sep 2018 13:29:28 +0300
Source: qtbase-opensource-src
Binary: libqt5core5a libqt5gui5 qt5-gtk-platformtheme qt5-flatpak-platformtheme 
libqt5network5 libqt5opengl5 libqt5sql5 libqt5sql5-mysql libqt5sql5-odbc 
libqt5sql5-psql libqt5sql5-sqlite libqt5sql5-tds libqt5sql5-ibase libqt5xml5 
libqt5dbus5 libqt5test5 libqt5concurrent5 libqt5widgets5 libqt5printsupport5 
qtbase5-dev qtbase5-private-dev libqt5opengl5-dev qtbase5-dev-tools 
qt5-qmake-bin qt5-qmake qtbase5-examples qt5-default qtbase5-doc 
qtbase5-doc-html
Architecture: source
Version: 5.11.1+dfsg-8
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Dmitry Shachnev 
Description:
 libqt5concurrent5 - Qt 5 concurrent module
 libqt5core5a - Qt 5 core module
 libqt5dbus5 - Qt 5 D-Bus module
 libqt5gui5 - Qt 5 GUI module
 libqt5network5 - Qt 5 network module
 libqt5opengl5 - Qt 5 OpenGL module
 libqt5opengl5-dev - Qt 5 OpenGL library development files
 libqt5printsupport5 - Qt 5 print support module
 libqt5sql5 - Qt 5 SQL module
 libqt5sql5-ibase - Qt 5 Firebird database driver
 libqt5sql5-mysql - Qt 5 MySQL database driver
 libqt5sql5-odbc - Qt 5 ODBC database driver
 libqt5sql5-psql - Qt 5 PostgreSQL database driver
 libqt5sql5-sqlite - Qt 5 SQLite 3 database driver
 libqt5sql5-tds - Qt 5 FreeTDS database driver
 libqt5test5 - Qt 5 test module
 libqt5widgets5 - Qt 5 widgets module
 libqt5xml5 - Qt 5 XML module
 qt5-default - Qt 5 development defaults package
 qt5-flatpak-platformtheme - Qt 5 Flatpak platform theme
 qt5-gtk-platformtheme - Qt 5 GTK+ 

Bug#907774: Bug#908567: libssl 1.1.1 TLS_MAX_VERSION ABI breakage

2018-09-11 Thread Adrian Bunk
Control: severity 908567 serious
Control: severity 907774 serious
Control: block 907774 by 908567

On Tue, Sep 11, 2018 at 11:00:00AM +0200, Jan-Marek Glogowski wrote:
> Package: libssl1.1
> Version: 1.1.1~~pre9-1
> Severity: important
> 
> I'm on buster and with the latest updates from yesterday came 
> qtbase-opensource-src 5.11.1+dfsg-7
> and SSL started to fail in Qt5 programs. This was reported in bug 907774 ~ 2 
> weeks ago.
> 
> Basically libssl 1.1.1 (in whatever 1.1.1 version - my guess is 1.1.1~~pre9-1 
> from the changelog)
> changed the definition of TLS_MAX_VERSION from TLS1_2_VERSION to 
> TLS1_3_VERSION, which will start to
> break all software in buster using that symbol, until libssl1.1 moves to 
> buster.

I'd say that at least for the SSL_CTX_ctrl() symbol the created 
dependency has to be increased.

Raising the severity of both bugs to RC to make the problem more visible,
and to avoid further duplicate bugs.

Since the new OpenSSL won't enter buster anytime soon, the reasonable 
short-term workaround for testing would be an upload to use 
TLS1_2_VERSION instead of TLS_MAX_VERSION in qtbase-opensource-src.

cu
Adrian

-- 

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



Processed: Re: Bug#908567: libssl 1.1.1 TLS_MAX_VERSION ABI breakage

2018-09-11 Thread Debian Bug Tracking System
Processing control commands:

> severity 908567 serious
Bug #908567 [libssl1.1] libssl 1.1.1 TLS_MAX_VERSION ABI breakage
Severity set to 'serious' from 'important'
> severity 907774 serious
Bug #907774 [libqt5network5] [libqt5network5] Requires openssl >= 1.1.1
Bug #908557 [libqt5network5] Error while setting the maximum protocol version
Severity set to 'serious' from 'important'
Severity set to 'serious' from 'important'
> block 907774 by 908567
Bug #907774 [libqt5network5] [libqt5network5] Requires openssl >= 1.1.1
Bug #908557 [libqt5network5] Error while setting the maximum protocol version
907774 was not blocked by any bugs.
907774 was not blocking any bugs.
Added blocking bug(s) of 907774: 908567
908557 was not blocked by any bugs.
908557 was not blocking any bugs.
Added blocking bug(s) of 908557: 908567

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



Processed: Re: Bug#908567: libssl 1.1.1 TLS_MAX_VERSION ABI breakage

2018-09-11 Thread Debian Bug Tracking System
Processing control commands:

> severity 908567 serious
Bug #908567 [libssl1.1] libssl 1.1.1 TLS_MAX_VERSION ABI breakage
Ignoring request to change severity of Bug 908567 to the same value.
> severity 907774 serious
Bug #907774 [libqt5network5] [libqt5network5] Requires openssl >= 1.1.1
Bug #908557 [libqt5network5] Error while setting the maximum protocol version
Ignoring request to change severity of Bug 907774 to the same value.
Ignoring request to change severity of Bug 908557 to the same value.
> block 907774 by 908567
Bug #907774 [libqt5network5] [libqt5network5] Requires openssl >= 1.1.1
Bug #908557 [libqt5network5] Error while setting the maximum protocol version
907774 was blocked by: 908567
907774 was not blocking any bugs.
Ignoring request to alter blocking bugs of bug #907774 to the same blocks 
previously set
908557 was blocked by: 908567
908557 was not blocking any bugs.
Ignoring request to alter blocking bugs of bug #908557 to the same blocks 
previously set

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



Processed: Merging 907774 908557

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

> severity 908557 important
Bug #908557 [qtbase-opensource-src] Error while setting the maximum protocol 
version
Severity set to 'important' from 'normal'
> reassign 908557 libqt5network5
Bug #908557 [qtbase-opensource-src] Error while setting the maximum protocol 
version
Bug reassigned from package 'qtbase-opensource-src' to 'libqt5network5'.
No longer marked as found in versions 5.11.1+dfsg-7.
Ignoring request to alter fixed versions of bug #908557 to the same values 
previously set
> merge 907774 908557
Bug #907774 [libqt5network5] [libqt5network5] Requires openssl >= 1.1.1
Bug #908557 [libqt5network5] Error while setting the maximum protocol version
Marked as found in versions qtbase-opensource-src/5.11.1+dfsg-7.
Merged 907774 908557
> thanks
Stopping processing here.

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



Bug#908558: marked as done (qttools5-dev-tools: Missing cmake files in package)

2018-09-11 Thread Debian Bug Tracking System
Your message dated Tue, 11 Sep 2018 10:38:41 +0300
with message-id <20180911073841.ga2...@mitya57.me>
and subject line Re: Bug#908558: qttools5-dev-tools: Missing cmake files in 
package
has caused the Debian Bug report #908558,
regarding qttools5-dev-tools: Missing cmake files in package
to be marked as done.

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

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


-- 
908558: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908558
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: qttools5-dev-tools
Version: 5.11.1-5
Severity: important

Dear Maintainer,

https://packages.debian.org/buster/amd64/qttools5-dev-tools/filelist

says that there should be
/usr/lib/x86_64-linux-gnu/cmake/Qt5LinguistTools/*.cmake files.

But there are no such files:

$ dpkg -l qttools5-dev-tools 
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version   Architecture  Description
+++--=-=-=
ii  qttools5-dev-tools   5.11.1-5  amd64 Qt 5 
development tools

$ dpkg -L qttools5-dev-tools | sort
/.
/usr
/usr/lib
/usr/lib/qt5
/usr/lib/qt5/bin
/usr/lib/qt5/bin/designer
/usr/lib/qt5/bin/lconvert
/usr/lib/qt5/bin/linguist
/usr/lib/qt5/bin/lrelease
/usr/lib/qt5/bin/lupdate
/usr/lib/qt5/bin/pixeltool
/usr/lib/qt5/bin/qcollectiongenerator
/usr/lib/qt5/bin/qdbusviewer
/usr/lib/qt5/bin/qdoc
/usr/lib/qt5/bin/qhelpconverter
/usr/lib/qt5/bin/qhelpgenerator
/usr/lib/qt5/bin/qtattributionsscanner
/usr/lib/qt5/bin/qtdiag
/usr/lib/qt5/bin/qtpaths
/usr/lib/qt5/bin/qtplugininfo
/usr/lib/x86_64-linux-gnu
/usr/lib/x86_64-linux-gnu/qt5
/usr/lib/x86_64-linux-gnu/qt5/bin
/usr/lib/x86_64-linux-gnu/qt5/bin/designer
/usr/lib/x86_64-linux-gnu/qt5/bin/lconvert
/usr/lib/x86_64-linux-gnu/qt5/bin/linguist
/usr/lib/x86_64-linux-gnu/qt5/bin/lrelease
/usr/lib/x86_64-linux-gnu/qt5/bin/lupdate
/usr/lib/x86_64-linux-gnu/qt5/bin/pixeltool
/usr/lib/x86_64-linux-gnu/qt5/bin/qcollectiongenerator
/usr/lib/x86_64-linux-gnu/qt5/bin/qdbusviewer
/usr/lib/x86_64-linux-gnu/qt5/bin/qdoc
/usr/lib/x86_64-linux-gnu/qt5/bin/qhelpconverter
/usr/lib/x86_64-linux-gnu/qt5/bin/qhelpgenerator
/usr/lib/x86_64-linux-gnu/qt5/bin/qtattributionsscanner
/usr/lib/x86_64-linux-gnu/qt5/bin/qtdiag
/usr/lib/x86_64-linux-gnu/qt5/bin/qtpaths
/usr/lib/x86_64-linux-gnu/qt5/bin/qtplugininfo
/usr/lib/x86_64-linux-gnu/qt5/plugins
/usr/lib/x86_64-linux-gnu/qt5/plugins/designer
/usr/lib/x86_64-linux-gnu/qt5/plugins/designer/libqquickwidget.so
/usr/lib/x86_64-linux-gnu/qt5/plugins/designer/libqwebview.so
/usr/share
/usr/share/applications
/usr/share/applications/designer-qt5.desktop
/usr/share/applications/linguist-qt5.desktop
/usr/share/doc
/usr/share/doc/qttools5-dev-tools
/usr/share/doc/qttools5-dev-tools/changelog.Debian.gz
/usr/share/doc/qttools5-dev-tools/copyright
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/lrelease.1.gz
/usr/share/man/man1/lupdate.1.gz
/usr/share/pixmaps
/usr/share/pixmaps/designer-qt5.png
/usr/share/pixmaps/linguist-qt5.png
/usr/share/qt5
/usr/share/qt5/phrasebooks
/usr/share/qt5/phrasebooks/danish.qph
/usr/share/qt5/phrasebooks/dutch.qph
/usr/share/qt5/phrasebooks/finnish.qph
/usr/share/qt5/phrasebooks/french.qph
/usr/share/qt5/phrasebooks/german.qph
/usr/share/qt5/phrasebooks/hungarian.qph
/usr/share/qt5/phrasebooks/italian.qph
/usr/share/qt5/phrasebooks/japanese.qph
/usr/share/qt5/phrasebooks/norwegian.qph
/usr/share/qt5/phrasebooks/polish.qph
/usr/share/qt5/phrasebooks/russian.qph
/usr/share/qt5/phrasebooks/spanish.qph
/usr/share/qt5/phrasebooks/swedish.qph


Have they been removed accidentally or can I find those files elsewhere?

Thanks,
Holger



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

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

Versions of packages qttools5-dev-tools depends on:
ii  libc6 2.27-6
ii  libclang1-6.0 1:6.0.1-6
ii  libqt5core5a [qtbase-abi-5-11-0]  5.11.1+dfsg-7
ii  libqt5dbus5   5.11.1+dfsg-7
ii  libqt5designer5   5.11.1-5
ii  libqt5designercomponents5 5.11.1-5
i