Bug#834535: plasma-nm: isn't able to coexist with wicd-kde
Package: plasma-nm Version: 0.9.3.4-2 Severity: important Debian jessie. Simplified bug report. plasma-nm depends on network-manager, but does not conflict with wicd-kde, or the other way around. So, one ends up with the two packages competing/raceing with eachother. Very shaky wireless authentication process. Purging both plasma-nm and network-manager and keeping wicd-kde (0.3.1-1) cleans up the mess. I do prefer using wicd over nm. Any chance getting things back to order? /var/log/wicd/wicd.log shows mostly: 2016/08/16 19:02:38 :: attempting to set hostname with dhclient 2016/08/16 19:02:38 :: using dhcpcd or another supported client may work better 2016/08/16 19:02:39 :: attempting to set hostname with dhclient 2016/08/16 19:02:39 :: using dhcpcd or another supported client may work better 2016/08/16 19:03:23 :: setting automatically reconnect when connection drops 1 2016/08/16 19:03:23 :: Setting dhcp client to 0 2016/08/16 19:03:23 :: setting wired interface eth0 2016/08/16 19:03:23 :: setting wireless interface wlan0 2016/08/16 19:03:23 :: setting wpa driver nl80211 2016/08/16 19:03:23 :: setting use global dns to 0 2016/08/16 19:03:23 :: setting backend to external 2016/08/16 19:03:31 :: Invalid network mode string, ignoring! 2016/08/16 19:03:38 :: Connecting to wireless network AP 2016/08/16 19:03:38 :: attempting to set hostname with dhclient 2016/08/16 19:03:38 :: using dhcpcd or another supported client may work better 2016/08/16 19:03:38 :: attempting to set hostname with dhclient 2016/08/16 19:03:38 :: using dhcpcd or another supported client may work better 2016/08/16 19:03:39 :: Putting interface down 2016/08/16 19:03:40 :: Releasing DHCP leases... 2016/08/16 19:03:40 :: attempting to set hostname with dhclient 2016/08/16 19:03:40 :: using dhcpcd or another supported client may work better 2016/08/16 19:03:40 :: Setting false IP... 2016/08/16 19:03:40 :: Stopping wpa_supplicant 2016/08/16 19:03:40 :: Flushing the routing table... 2016/08/16 19:03:40 :: Putting interface up... 2016/08/16 19:03:42 :: Generating psk... 2016/08/16 19:03:42 :: WARNING: PSK generation failed! Falling back to wireless key. 2016/08/16 19:03:42 :: Please report this error to the wicd developers! 2016/08/16 19:03:42 :: Attempting to authenticate... 2016/08/16 19:04:18 :: wpa_supplicant authentication may have failed. 2016/08/16 19:04:18 :: connect result is failed 2016/08/16 19:04:18 :: exiting connection thread 2016/08/16 19:04:20 :: Sending connection attempt result bad_pass but sometimes success: 2016/08/16 19:04:20 :: Autoconnecting... 2016/08/16 19:04:20 :: No wired connection present, attempting to autoconnect to wireless network 2016/08/16 19:04:20 :: trying to automatically connect to...AP 2016/08/16 19:04:20 :: Connecting to wireless network AP 2016/08/16 19:04:20 :: attempting to set hostname with dhclient 2016/08/16 19:04:20 :: using dhcpcd or another supported client may work better 2016/08/16 19:04:21 :: attempting to set hostname with dhclient 2016/08/16 19:04:21 :: using dhcpcd or another supported client may work better 2016/08/16 19:04:22 :: Putting interface down 2016/08/16 19:04:22 :: Releasing DHCP leases... 2016/08/16 19:04:22 :: attempting to set hostname with dhclient 2016/08/16 19:04:22 :: using dhcpcd or another supported client may work better 2016/08/16 19:04:23 :: Setting false IP... 2016/08/16 19:04:23 :: Stopping wpa_supplicant 2016/08/16 19:04:23 :: Flushing the routing table... 2016/08/16 19:04:23 :: Putting interface up... 2016/08/16 19:04:23 :: attempting to set hostname with dhclient 2016/08/16 19:04:23 :: using dhcpcd or another supported client may work better 2016/08/16 19:04:24 :: attempting to set hostname with dhclient 2016/08/16 19:04:24 :: using dhcpcd or another supported client may work better 2016/08/16 19:04:33 :: WARNING: Timed out waiting for interface to come up 2016/08/16 19:04:33 :: Generating psk... 2016/08/16 19:04:33 :: WARNING: PSK generation failed! Falling back to wireless key. 2016/08/16 19:04:33 :: Please report this error to the wicd developers! 2016/08/16 19:04:33 :: Attempting to authenticate... 2016/08/16 19:04:36 :: Running DHCP with hostname max 2016/08/16 19:04:36 :: attempting to set hostname with dhclient 2016/08/16 19:04:36 :: using dhcpcd or another supported client may work better 2016/08/16 19:04:36 :: Internet Systems Consortium DHCP Client 4.3.1 2016/08/16 19:04:36 :: Copyright 2004-2014 Internet Systems Consortium. 2016/08/16 19:04:36 :: All rights reserved. 2016/08/16 19:04:36 :: For info, please visit https://www.isc.org/software/dhcp/ 2016/08/16 19:04:36 :: 2016/08/16 19:04:36 :: Listening on LPF/wlan0/be:ef:de:ad:be:ef 2016/08/16 19:04:36 :: Sending on LPF/wlan0/be:ef:de:ad:be:ef 2016/08/16 19:04:36 :: Sending on Socket/fallback 2016/08/16 19:04:36 :: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 5 2016/08/16 19:04:36 :: DHCPREQUEST on wlan0 to 255.255.255.255 port 67 2016/08/16 19:04:36 :: DHCPOFFER from
Bug#834543: [qtcreator] Compiler path ignored
Package: qtcreator Version: 4.0.3-1 Severity: minor --- Please enter the report below this line. --- How to reproduce: In Tools->Options->Build & Run->Compilers select gcc and click Clone, then change the compiler path to /bin/cat. Change the kit's compiler to the newly cloned compiler and compile some .cpp file. Expected outcome: Qt Creator calls /bin/cat on the .cpp file. Actual outcome: Qt Creator calls g++ on the .cpp file. This causes a real problem when you want to compile using clang++-3.8, because Qt Creator will always use g++ or clang++, ignoring the path set by the user. Workaround: Set a symlink from the file Qt Creator expects to the file you actually want it to use. This breaks when packages are updated. --- System information. --- Architecture: amd64 Kernel: Linux 4.6.0-1-amd64 Debian Release: stretch/sid 500 testing mirror.1und1.de 1 experimental mirror.1und1.de --- Package information. --- Depends (Version) | Installed ===-+- libqt5sql5-sqlite | 5.6.1+dfsg-3+b1 qml-module-qtquick-controls (>= 5.5.0~) | 5.6.1-2 qml-module-qtquick2 (>= 5.5.0~) | 5.6.1-5 qtchooser | 58-gfab25f1-1 qtcreator-data (= 4.0.3-1) | 4.0.3-1 libbotan-1.10-1(>= 1.10.12) | 1.10.12-1.1 libc6 (>= 2.14) | 2.23-4 libclang1-3.6 (>= 3.6) | 1:3.6.2-3 libgcc1 (>= 1:3.0) | 1:6.1.1-11 libqbscore1 (>= 1.5.0) | 1.5.2+dfsg-1 libqbsqtprofilesetup1(>= 1.2.1) | 1.5.2+dfsg-1 libqt5concurrent5 (>= 5.6.0~rc) | 5.6.1+dfsg-3+b1 libqt5core5a (>= 5.6.1) | 5.6.1+dfsg-3+b1 libqt5designer5 (>= 5.6.0~beta) | 5.6.1-2 libqt5designercomponents5 (>= 5.6.0~beta) | 5.6.1-2 libqt5gui5 (>= 5.5.0~) | 5.6.1+dfsg-3+b1 libqt5help5 (>= 5.6.0~beta) | 5.6.1-2 libqt5network5 (>= 5.5.0~) | 5.6.1+dfsg-3+b1 libqt5printsupport5 (>= 5.5.0~) | 5.6.1+dfsg-3+b1 libqt5qml5 (>= 5.1.0) | 5.6.1-5 libqt5quick5(>= 5.6.0~beta) | 5.6.1-5 libqt5quickwidgets5 (>= 5.5.0) | 5.6.1-5 libqt5sql5 (>= 5.5.0~) | 5.6.1+dfsg-3+b1 libqt5webkit5 (>= 5.6.0~rc) | 5.6.1+dfsg-4+b2 libqt5widgets5 (>= 5.6.0~beta) | 5.6.1+dfsg-3+b1 libqt5xml5 (>= 5.5.0~) | 5.6.1+dfsg-3+b1 libstdc++6 (>= 5.2) | 6.1.1-11 qtdeclarative-abi-5-6-0 | Recommends(Version) | Installed ===-+-=== clang | 1:3.6-33 gdb | 7.11.1-2 make| 4.1-9 qmlscene| 5.6.1-5 qt5-doc | 5.6.1-1 qt5-qmltooling-plugins | qtbase5-dev-tools | 5.6.1+dfsg-3+b1 qtcreator-doc | 4.0.3-1 qtdeclarative5-dev-tools| 5.6.1-5 qttools5-dev-tools | 5.6.1-2 qttranslations5-l10n| 5.6.1-2 qtxmlpatterns5-dev-tools| 5.6.1-2 xterm | 325-1 OR x-terminal-emulator | Suggests (Version) | Installed -+-=== cmake| 3.5.2-2 g++ | 4:6.1.1-1 git | 1:2.8.1-1 kdelibs5-data| 4:4.14.22-2 subversion | 1.9.4-2
Bug#756570: marked as done ([print-manager] Please do not recommend system-config-printer)
Your message dated Wed, 17 Aug 2016 00:52:00 +0300 with message-id <7daa868b-718f-344c-02c5-667bb4523...@gnugr.org> and subject line #756570 has caused the Debian Bug report #756570, regarding [print-manager] Please do not recommend system-config-printer 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.) -- 756570: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756570 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: print-manager Version: 4:4.13.3-1 Severity: wishlist Starting with 4.13.3-1, print-manager recommends system-config-printer, following a request made in #751966. According to the reporter, print-manager users have good reasons to install system-config-printer and system-config-printer-udev. However, while both system-config-printer and system-config-printer-udev are quite small, system-config-printer has a considerable set of dependencies. On my not-so-GTK-free testing install, upgrading print-manager would cause 18 MB more of disk usage (following 5 MB of download). According to #851966, print-manager should recommend system-config-printer-udev and system-config-printer separately. The former has a lot less dependencies and is an entirely reasonable dependency. We should then try to provide print-manager with what it needs from system-config-printer without resorting to a dependency on system-config-printer. At first sight, it would seem possible to split the D-Bus service from system-config-printer. -- Filipus Klutiero http://www.philippecloutier.com --- End Message --- --- Begin Message --- Control: close -1 #756570 hi, The bug is fixed by changing in debian/control: * Recommend system-config-printer-common instead of system-config-printer. All thanks to Felix Geyer. Cheers gnugr signature.asc Description: OpenPGP digital signature --- End Message ---
Bug#832620: marked as done (kde4libs: CVE-2016-6232: Extraction of tar files possible to arbitrary system locations)
Your message dated Tue, 16 Aug 2016 22:34:57 + with message-id and subject line Bug#832620: fixed in kde4libs 4:4.14.2-5+deb8u1 has caused the Debian Bug report #832620, regarding kde4libs: CVE-2016-6232: Extraction of tar files possible to arbitrary system locations 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.) -- 832620: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=832620 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: kde4libs Version: 4:4.8.4-4 Severity: important Tags: security upstream Hi, the following vulnerability was published for kde4libs. CVE-2016-6232[0]: Extraction of tar files possible to arbitrary system locations Please note [1], were Balint noticed that the patch in 4:4.14.22-1 was incomplete. If you fix the vulnerability please also make sure to include the CVE (Common Vulnerabilities & Exposures) id in your changelog entry. For further information see: [0] https://security-tracker.debian.org/tracker/CVE-2016-6232 [1] https://lists.debian.org/debian-lts/2016/07/msg00144.html Regards, Salvatore --- End Message --- --- Begin Message --- Source: kde4libs Source-Version: 4:4.14.2-5+deb8u1 We believe that the bug you reported is fixed in the latest version of kde4libs, 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 832...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Salvatore Bonaccorso (supplier of updated kde4libs 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: Sat, 06 Aug 2016 15:33:57 +0200 Source: kde4libs Binary: libkdecore5 libkdeui5 libkpty4 libkdesu5 libkjsapi4 libkjsembed4 libkio5 libkntlm4 libsolid4 libkde3support4 libkfile4 libknewstuff2-4 libknewstuff3-4 libkparts4 libkutils4 libthreadweaver4 libkhtml5 libkimproxy4 libkmediaplayer4 libktexteditor4 libknotifyconfig4 libkdnssd4 libkrosscore4 libkrossui4 libnepomuk4 libnepomukutils4 libnepomukquery4a libplasma3 libkunitconversion4 libkdewebkit5 libkcmutils4 libkemoticons4 libkidletime4 libkprintutils4 libkdeclarative5 kdelibs-bin kdelibs5-plugins kdelibs5-data kdoctools kdelibs5-dev kdelibs5-dbg Architecture: all source Version: 4:4.14.2-5+deb8u1 Distribution: jessie-security Urgency: high Maintainer: Debian Qt/KDE Maintainers Changed-By: Salvatore Bonaccorso Closes: 832620 Description: kdelibs-bin - core executables for KDE Applications kdelibs5-data - core shared data for all KDE Applications kdelibs5-dbg - debugging symbols for the KDE Development Platform libraries kdelibs5-dev - development files for the KDE Development Platform libraries kdelibs5-plugins - core plugins for KDE Applications kdoctools - various tools for accessing application documentation libkcmutils4 - utility classes for using KCM modules libkde3support4 - KDE 3 Support Library for the KDE 4 Platform libkdeclarative5 - declarative library for plasma libkdecore5 - KDE Platform Core Library libkdesu5 - Console-mode Authentication Library for the KDE Platform libkdeui5 - KDE Platform User Interface Library libkdewebkit5 - KDE WebKit Library libkdnssd4 - DNS-SD Protocol Library for the KDE Platform libkemoticons4 - utility classes to deal with emoticon themes libkfile4 - File Selection Dialog Library for KDE Platform libkhtml5 - KHTML Web Content Rendering Engine libkidletime4 - library to provide information about idle time libkimproxy4 - Instant Messaging Interface Library for the KDE Platform libkio5- Network-enabled File Management Library for the KDE Platform libkjsapi4 - KJS API Library for the KDE Development Platform libkjsembed4 - library for binding JavaScript objects to QObjects libkmediaplayer4 - KMediaPlayer Interface for the KDE Platform libknewstuff2-4 - "Get Hot New Stuff" v2 Library for the KDE Platform libknewstuff3-4 - "Get Hot New Stuff" v3 Library for the KDE Platform libknotifyconfig4 - library for configuring KDE Notifications libkntlm4 - NTLM Authentication Library for the KDE Platform libkparts4 - Framework for the KDE Platform Graphical Components libkprintutils4 - utility classes to deal with printing libkpty4 - Pseudo Terminal Library for t
kde4libs_4.14.2-5+deb8u1_allonly.changes ACCEPTED into proposed-updates->stable-new, proposed-updates
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 06 Aug 2016 15:33:57 +0200 Source: kde4libs Binary: libkdecore5 libkdeui5 libkpty4 libkdesu5 libkjsapi4 libkjsembed4 libkio5 libkntlm4 libsolid4 libkde3support4 libkfile4 libknewstuff2-4 libknewstuff3-4 libkparts4 libkutils4 libthreadweaver4 libkhtml5 libkimproxy4 libkmediaplayer4 libktexteditor4 libknotifyconfig4 libkdnssd4 libkrosscore4 libkrossui4 libnepomuk4 libnepomukutils4 libnepomukquery4a libplasma3 libkunitconversion4 libkdewebkit5 libkcmutils4 libkemoticons4 libkidletime4 libkprintutils4 libkdeclarative5 kdelibs-bin kdelibs5-plugins kdelibs5-data kdoctools kdelibs5-dev kdelibs5-dbg Architecture: all source Version: 4:4.14.2-5+deb8u1 Distribution: jessie-security Urgency: high Maintainer: Debian Qt/KDE Maintainers Changed-By: Salvatore Bonaccorso Closes: 832620 Description: kdelibs-bin - core executables for KDE Applications kdelibs5-data - core shared data for all KDE Applications kdelibs5-dbg - debugging symbols for the KDE Development Platform libraries kdelibs5-dev - development files for the KDE Development Platform libraries kdelibs5-plugins - core plugins for KDE Applications kdoctools - various tools for accessing application documentation libkcmutils4 - utility classes for using KCM modules libkde3support4 - KDE 3 Support Library for the KDE 4 Platform libkdeclarative5 - declarative library for plasma libkdecore5 - KDE Platform Core Library libkdesu5 - Console-mode Authentication Library for the KDE Platform libkdeui5 - KDE Platform User Interface Library libkdewebkit5 - KDE WebKit Library libkdnssd4 - DNS-SD Protocol Library for the KDE Platform libkemoticons4 - utility classes to deal with emoticon themes libkfile4 - File Selection Dialog Library for KDE Platform libkhtml5 - KHTML Web Content Rendering Engine libkidletime4 - library to provide information about idle time libkimproxy4 - Instant Messaging Interface Library for the KDE Platform libkio5- Network-enabled File Management Library for the KDE Platform libkjsapi4 - KJS API Library for the KDE Development Platform libkjsembed4 - library for binding JavaScript objects to QObjects libkmediaplayer4 - KMediaPlayer Interface for the KDE Platform libknewstuff2-4 - "Get Hot New Stuff" v2 Library for the KDE Platform libknewstuff3-4 - "Get Hot New Stuff" v3 Library for the KDE Platform libknotifyconfig4 - library for configuring KDE Notifications libkntlm4 - NTLM Authentication Library for the KDE Platform libkparts4 - Framework for the KDE Platform Graphical Components libkprintutils4 - utility classes to deal with printing libkpty4 - Pseudo Terminal Library for the KDE Platform libkrosscore4 - Kross Core Library libkrossui4 - Kross UI Library libktexteditor4 - KTextEditor interfaces for the KDE Platform libkunitconversion4 - Unit Conversion library for the KDE Platform libkutils4 - dummy transitional library libnepomuk4 - Nepomuk Meta Data Library libnepomukquery4a - Nepomuk Query Library for the KDE Platform libnepomukutils4 - Nepomuk Utility Library libplasma3 - Plasma Library for the KDE Platform libsolid4 - Solid Library for KDE Platform libthreadweaver4 - ThreadWeaver Library for the KDE Platform Changes: kde4libs (4:4.14.2-5+deb8u1) jessie-security; urgency=high . * Non-maintainer upload by the Security Team. * CVE-2016-6232: Extraction of tar files possible to arbitrary system locations (Closes: #832620) Checksums-Sha1: 8600a11bcefc5475689b6be885683fa9b09e52ca 5557 kde4libs_4.14.2-5+deb8u1.dsc 3b60a2458efec1081678f4cb0952f97c219b74b9 11597872 kde4libs_4.14.2.orig.tar.xz cc25c248b8369332a816c441c9efff82254a8e1b 265356 kde4libs_4.14.2-5+deb8u1.debian.tar.xz 2897408d9ea4b15fb650195413c5c90d62859b39 2921374 kdelibs5-data_4.14.2-5+deb8u1_all.deb Checksums-Sha256: 245543f3f32dbad57614ca10b04f9df7b0e3a9e65aff6098a395d11da0768856 5557 kde4libs_4.14.2-5+deb8u1.dsc 39745a77f019cc1280374aa5de02fbf961393d1045059aa811fc374e0afd895b 11597872 kde4libs_4.14.2.orig.tar.xz 02fe3ea76e3b59f554af762cf210841f9b1698673aabc1afdf7209fab0444b5a 265356 kde4libs_4.14.2-5+deb8u1.debian.tar.xz 927bbe2da34d01f176040bdb6cbaa44f01ce92d1d4b9d3ee8c479ad0595b2df1 2921374 kdelibs5-data_4.14.2-5+deb8u1_all.deb Files: 187a03ca4fb4286a9161bb393f0ef525 5557 libs optional kde4libs_4.14.2-5+deb8u1.dsc a0f5dff706c03ff19b99bc2c51f8de2c 11597872 libs optional kde4libs_4.14.2.orig.tar.xz bcd00194b0f40e00de25166bff61578c 265356 libs optional kde4libs_4.14.2-5+deb8u1.debian.tar.xz b970f4ef58da3a7c862a4364d7fc83d7 2921374 libs optional kdelibs5-data_4.14.2-5+deb8u1_all.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQIcBAEBCgAGBQJXpfNFAAoJEAVMuPMTQ89EcEMP/iWH2D4AHFx1Xz5tWP+RjNi+ 1S2WpVjZP8oCJEVNxVFFvoaHuRpdNh2bxDtNt+oU1EB490Ks/XnD1Je0zNEGXC5u FPZ1Pb0X0+otp2YYRclMMklw+57KE+a2BypHZgd/mbsTLEavbiucqqzmoUOwCarl kDYDuLnSND9QgVDQhsv8KufK2dNqSISBZUuf+rbkppZFRYE1oluPvhUGeN+ZPr8V QMqK24q/WO0WRsa8A
Bug#834564: oxygen-icon-theme: Please run optipng on all PNGs
Package: oxygen-icon-theme Version: 5:5.24.0-1 Severity: minor Please consider running optipng over all the PNG files shipped by oxygen-icon-theme. (Once, ideally upstream, not at build time.) Doing so (with -o7 -strip all) takes a few minutes, and saves around 1147k. In addition to saving space in the .deb and on user disks, this reduces the amount of data loaded during startup, improving boot and application startup performance. - Josh Triplett -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 4.7.0-rc7-amd64 (SMP w/4 CPU cores) Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages oxygen-icon-theme depends on: ii hicolor-icon-theme 0.15-1 oxygen-icon-theme recommends no packages. oxygen-icon-theme suggests no packages. -- no debconf information