kio.git
8 years agokioexec: fix support for --suggestedfilename
David Faure [Mon, 3 Apr 2017 13:41:30 +0000 (15:41 +0200)]
kioexec: fix support for --suggestedfilename

It was printing QCommandLineParser: option not defined: "suggestedfilename"

Gbp-Pq: Name kioexec-fix-support-for-suggestedfilename.patch

8 years agokeep query encoding when HTTP Proxy is used
Alexander Trufanov [Tue, 21 Mar 2017 13:51:32 +0000 (16:51 +0300)]
keep query encoding when HTTP Proxy is used

REVIEW:130040

Otherwise some '%XX' parts of url query might be converted back to ASCII and this cause problems while passing info_hash to torrent trackers. Detailed description is in review.

Gbp-Pq: Name keep-query-encoding-when-HTTP-Proxy-is-used.patch

8 years agoSanitize URLs before passing them to FindProxyForURL
Albert Astals Cid [Tue, 28 Feb 2017 18:00:48 +0000 (19:00 +0100)]
Sanitize URLs before passing them to FindProxyForURL

Remove user/password information
For https: remove path and query

Thanks to safebreach.com for reporting the problem

CCMAIL: yoni.fridburg@safebreach.com
CCMAIL: amit.klein@safebreach.com
CCMAIL: itzik.kotler@safebreach.com

Gbp-Pq: Name Sanitize-URLs-before-passing-them-to-FindProxyForURL.patch

8 years agoFix parsing of directories listing on a specific ftp server
Marco Scarpetta [Wed, 1 Feb 2017 10:29:08 +0000 (11:29 +0100)]
Fix parsing of directories listing on a specific ftp server

Directories listing on ftp servers like ftp://ftp-dee.poliba.it/ are now parsed correctly.

BUG: 375610
REVIEW: 129905
FIXED-IN: 5.31

Gbp-Pq: Name Fix-parsing-of-directories-listing-on-a-specific-ftp-serv.patch

8 years agoFix memleak in KDynamicJobTracker, KWidgetJobTracker needs QApplication
Friedrich W. H. Kossebau [Thu, 5 Jan 2017 02:08:45 +0000 (03:08 +0100)]
Fix memleak in KDynamicJobTracker, KWidgetJobTracker needs QApplication

Summary:
KDynamicJobTracker was not cleaning up its internal job tracking
data structure on finished jobs.
Also was it trying to create a KWidgetJobTracker even if there
was no QApplication instance.

Reviewers: #frameworks, kfunk

Reviewed By: kfunk

Subscribers: kfunk

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D3977

Gbp-Pq: Name Fix-memleak-in-KDynamicJobTracker-KWidgetJobTracker-needs.patch

8 years agokssl: Ensure user certificate directory has been created before use.
Michael Pyne [Wed, 11 Jan 2017 02:05:48 +0000 (21:05 -0500)]
kssl: Ensure user certificate directory has been created before use.

The KSSL KCM (in kdelibs4support) fails to save imported certificates to
the user certificate store, unless the user store directory is manually
created by the user first.  Fix by ensuring the directory is created
before trying to save user certs.

Differential Revision: https://phabricator.kde.org/D4060
BUG: 342958
FIXED-IN: 5.31

Gbp-Pq: Name kssl-Ensure-user-certificate-directory-has-been-created-b.patch

8 years agoFix another clear porting bug in ForwardingSlaveBase
David Faure [Sun, 1 Jan 2017 12:38:30 +0000 (13:38 +0100)]
Fix another clear porting bug in ForwardingSlaveBase

Gbp-Pq: Name Fix-another-clear-porting-bug-in-ForwardingSlaveBase.patch

8 years agoForwardingSlaveBase: fix passing of Overwrite flag to kio_desktop
David Faure [Sun, 1 Jan 2017 12:16:10 +0000 (13:16 +0100)]
ForwardingSlaveBase: fix passing of Overwrite flag to kio_desktop

Unittest will be committed to plasma-workspace/kioslave/desktop later.

BUG: 360487
FIXED-IN: 5.30

Gbp-Pq: Name ForwardingSlaveBase-fix-passing-of-Overwrite-flag-to-kio_.patch

8 years agoAllow uppercase checksums matching in Checksums tab
Elvis Angelaccio [Wed, 16 Nov 2016 12:30:01 +0000 (13:30 +0100)]
Allow uppercase checksums matching in Checksums tab

While the checksum in cache is always guaranteed to be lowercase, the
one from the line edit may be uppercase. If we make it lowercase
*before* processing it, we can also simplify the regexes.

REVIEW: 129415
BUG: 372518
FIXED-IN: 5.29

Gbp-Pq: Name Allow-uppercase-checksums-matching-in-Checksums-tab.patch

8 years agoAlso change the resize mode the other way...
Andreas Hartmetz [Sat, 12 Nov 2016 17:46:20 +0000 (18:46 +0100)]
Also change the resize mode the other way...

Gbp-Pq: Name Also-change-the-resize-mode-the-other-way.patch

8 years agoNever stretch the last (=date) column in the file dialog.
Andreas Hartmetz [Sat, 12 Nov 2016 17:42:08 +0000 (18:42 +0100)]
Never stretch the last (=date) column in the file dialog.

Stretching the date column makes it appear to need the excessive
width when adding up non-name column widths in expandNameColumn().
The name column consequently became too narrow.
Now why could the date column expand if the names needed a lot of
space? It probably has something to do with expandNameColumn()
being called several times while the directory model is loading
and the exact order in which things are updated. Needs a more
detailed analysis if this change causes a regression or still
doesn't completely fix the problem.

BUG: 312747

Gbp-Pq: Name Never-stretch-the-last-date-column-in-the-file-dialog.patch

8 years agofix_hurd_build
Tobias Frost [Sun, 15 May 2016 19:03:09 +0000 (21:03 +0200)]
fix_hurd_build

posix_fadvise64 is not available on hurd, will yield to an compiler warning and
aborting the build through --fatal-warnings

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799619
Forwarded: no

Gbp-Pq: Name fix_hurd_build.patch

8 years agofix_kfreebsd_build
Debian/Kubuntu Qt/KDE Maintainers [Thu, 31 Mar 2016 13:38:43 +0000 (15:38 +0200)]
fix_kfreebsd_build

===================================================================

Gbp-Pq: Name fix_kfreebsd_build

8 years agokubuntu_kdelibs4-docs-path
Jonathan Riddell [Sun, 15 May 2016 19:03:09 +0000 (21:03 +0200)]
kubuntu_kdelibs4-docs-path

add search paths for kdelibs4 docs

Forwarded: no, kdelibs4 path was set in debian/kubuntu packages

Gbp-Pq: Name kubuntu_kdelibs4-docs-path.diff

8 years agowait_for_a_bit_longer
Debian/Kubuntu Qt/KDE Maintainers [Thu, 31 Mar 2016 13:38:43 +0000 (15:38 +0200)]
wait_for_a_bit_longer

===================================================================

Gbp-Pq: Name wait_for_a_bit_longer

8 years agoreport_error_removing_dirs
Debian/Kubuntu Qt/KDE Maintainers [Thu, 31 Mar 2016 13:38:43 +0000 (15:38 +0200)]
report_error_removing_dirs

===================================================================

Gbp-Pq: Name report_error_removing_dirs

8 years agoreturn_on_ACCESS_DENIED
Debian/Kubuntu Qt/KDE Maintainers [Thu, 31 Mar 2016 13:38:43 +0000 (15:38 +0200)]
return_on_ACCESS_DENIED

===================================================================

Gbp-Pq: Name return_on_ACCESS_DENIED

8 years agokio (5.28.0-2) unstable; urgency=medium
Maximiliano Curia [Wed, 5 Apr 2017 08:10:59 +0000 (09:10 +0100)]
kio (5.28.0-2) unstable; urgency=medium

  * Add new upstream patches, to improve file dialog's list:
    Never-stretch-the-last-date-column-in-the-file-dialog.patch,
    Also-change-the-resize-mode-the-other-way.patch and
  * Add new upstream patch:
    Allow-uppercase-checksums-matching-in-Checksums-tab.patch
  * Add new upstream patchs to fix the way the flags are being passed:
    ForwardingSlaveBase-fix-passing-of-Overwrite-flag-to-kio_.patch,
    ForwardingSlaveBase-fix-passing-of-Overwrite-flag-to-kio_.patch
  * Add new upstream patch:
    kssl-Ensure-user-certificate-directory-has-been-created-b.patch
  * Add new upstream patch:
    Fix-memleak-in-KDynamicJobTracker-KWidgetJobTracker-needs.patch
  * Add new upstream patch:
    Fix-parsing-of-directories-listing-on-a-specific-ftp-serv.patch
  * Add new upstream patch for CVE-2017-6410:
    Sanitize-URLs-before-passing-them-to-FindProxyForURL.patch.
    Thanks to Salvatore Bonaccorso for reporting (Closes: 856889)
  * Add new upstream patch: keep-query-encoding-when-HTTP-Proxy-is-used.patch
  * Add new upstream patch: kioexec-fix-support-for-suggestedfilename.patch
  * Add new upstream patch, to fix the testsuite:
    Fix-KDynamicJobTrackerTest-for-linkers-dropping-linked-li.patch

[dgit import unpatched kio 5.28.0-2]

8 years agoImport kio_5.28.0-2.debian.tar.xz
Maximiliano Curia [Wed, 5 Apr 2017 08:10:59 +0000 (09:10 +0100)]
Import kio_5.28.0-2.debian.tar.xz

[dgit import tarball kio 5.28.0-2 kio_5.28.0-2.debian.tar.xz]

9 years agoImport kio_5.28.0.orig.tar.xz
Maximiliano Curia [Fri, 18 Nov 2016 15:05:56 +0000 (15:05 +0000)]
Import kio_5.28.0.orig.tar.xz

[dgit import orig kio_5.28.0.orig.tar.xz]