SHA256
1
0
forked from pool/kio

- Add patch to fix security issue with proxy configuration (boo#1027520)

* sanitize-url-for-proxy.patch

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=169
This commit is contained in:
2017-03-01 21:08:23 +00:00
committed by Git OBS Bridge
parent bb2d0b1709
commit 72c948b0be
3 changed files with 50 additions and 1 deletions

View File

@@ -75,6 +75,8 @@ Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%
Source1: baselibs.conf
# PATCH-FIX-OPENSUSE kio_help-fallback-to-kde4-docs.patch -- allow kio_help to see into kde4 documentation, needed especially for khelpcenter5
Patch0: kio_help-fallback-to-kde4-docs.patch
# PATCH-FIX-UPSTREAM sanitize-url-for-proxy.patch
Patch1: sanitize-url-for-proxy.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -84,8 +86,8 @@ file dialog also uses this to provide its network-enabled file management.
%package core
Summary: Network transparent access to files and data
Group: System/GUI/KDE
# core subpackage created with 5.9.0
Group: System/GUI/KDE
Conflicts: kio <= 5.8.0
%description core
@@ -121,6 +123,7 @@ Development files.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%build
%cmake_kf5 -d build